You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "async-done@^1.2.0",
  3. "_id": "async-done@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==",
  6. "_location": "/async-done",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async-done@^1.2.0",
  12. "name": "async-done",
  13. "escapedName": "async-done",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/async-settle",
  20. "/bach",
  21. "/glob-watcher"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz",
  24. "_shasum": "5e15aa729962a4b07414f528a88cdf18e0b290a2",
  25. "_spec": "async-done@^1.2.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  27. "author": {
  28. "name": "Gulp Team",
  29. "email": "team@gulpjs.com",
  30. "url": "https://gulpjs.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/gulpjs/async-done/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Blaine Bublitz",
  39. "email": "blaine.bublitz@gmail.com"
  40. },
  41. {
  42. "name": "Pawel Kozlowski",
  43. "email": "pkozlowski.opensource@gmail.com"
  44. },
  45. {
  46. "name": "Matthew Podwysocki",
  47. "email": "matthew.podwysocki@gmail.com"
  48. },
  49. {
  50. "name": "Charles Samborski",
  51. "email": "demurgos@demurgos.net"
  52. }
  53. ],
  54. "dependencies": {
  55. "end-of-stream": "^1.1.0",
  56. "once": "^1.3.2",
  57. "process-nextick-args": "^2.0.0",
  58. "stream-exhaust": "^1.0.1"
  59. },
  60. "deprecated": false,
  61. "description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
  62. "devDependencies": {
  63. "@types/node": "^9.3.0",
  64. "coveralls": "github:phated/node-coveralls#2.x",
  65. "eslint": "^2.13.1",
  66. "eslint-config-gulp": "^3.0.1",
  67. "expect": "^1.20.2",
  68. "mocha": "^3.0.0",
  69. "nyc": "^10.3.2",
  70. "pumpify": "^1.3.6",
  71. "rxjs": "^5.5.6",
  72. "through2": "^2.0.0",
  73. "typescript": "^2.6.2",
  74. "when": "^3.7.3"
  75. },
  76. "engines": {
  77. "node": ">= 0.10"
  78. },
  79. "files": [
  80. "index.js",
  81. "index.d.ts",
  82. "LICENSE"
  83. ],
  84. "homepage": "https://github.com/gulpjs/async-done#readme",
  85. "keywords": [
  86. "promises",
  87. "callbacks",
  88. "observables",
  89. "streams",
  90. "end",
  91. "completion",
  92. "complete",
  93. "finish",
  94. "done",
  95. "async",
  96. "error handling"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "async-done",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/gulpjs/async-done.git"
  104. },
  105. "scripts": {
  106. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  107. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  108. "lint": "eslint .",
  109. "pretest": "npm run lint",
  110. "test": "nyc mocha --async-only",
  111. "test-types": "tsc -p test/types"
  112. },
  113. "types": "index.d.ts",
  114. "version": "1.3.2"
  115. }