package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "async-done@^1.2.0",
  3. "_id": "async-done@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R1BaUeJ4PMoLNJuk+0tLJgjmEqVsdN118+Z8O+alhnQDQgy0kmD5Mqi0DNEmMx2LM0Ed5yekKu+ZXYvIHceicg==",
  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.1.tgz",
  24. "_shasum": "14b7b73667b864c8f02b5b253fc9c6eddb777f3e",
  25. "_spec": "async-done@^1.2.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/glob-watcher",
  27. "author": {
  28. "name": "Gulp Team",
  29. "email": "team@gulpjs.com",
  30. "url": "http://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": "^1.0.7",
  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. "eslint": "^1.7.3",
  65. "eslint-config-gulp": "^2.0.0",
  66. "expect": "^1.19.0",
  67. "istanbul": "^0.4.3",
  68. "istanbul-coveralls": "^1.0.3",
  69. "jscs": "^2.3.5",
  70. "jscs-preset-gulp": "^1.0.0",
  71. "mocha": "^2.4.5",
  72. "pumpify": "^1.3.6",
  73. "rxjs": "^5.5.6",
  74. "through2": "^2.0.0",
  75. "typescript": "^2.6.2",
  76. "when": "^3.7.3"
  77. },
  78. "engines": {
  79. "node": ">= 0.10"
  80. },
  81. "files": [
  82. "index.js",
  83. "index.d.ts",
  84. "LICENSE"
  85. ],
  86. "homepage": "https://github.com/gulpjs/async-done#readme",
  87. "keywords": [
  88. "promises",
  89. "callbacks",
  90. "observables",
  91. "streams",
  92. "end",
  93. "completion",
  94. "complete",
  95. "finish",
  96. "done",
  97. "async",
  98. "error handling"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "name": "async-done",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/gulpjs/async-done.git"
  106. },
  107. "scripts": {
  108. "cover": "istanbul cover _mocha --report lcovonly",
  109. "coveralls": "npm run cover && istanbul-coveralls",
  110. "lint": "eslint . && jscs index.js test/",
  111. "pretest": "npm run lint",
  112. "test": "mocha --async-only && npm run test-types",
  113. "test-types": "tsc -p test/types"
  114. },
  115. "types": "index.d.ts",
  116. "version": "1.3.1"
  117. }