package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "bach@^1.0.0",
  3. "_id": "bach@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==",
  6. "_location": "/bach",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bach@^1.0.0",
  12. "name": "bach",
  13. "escapedName": "bach",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undertaker"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/bach/-/bach-1.2.0.tgz",
  22. "_shasum": "4b3ce96bf27134f79a1b414a51c14e34c3bd9880",
  23. "_spec": "bach@^1.0.0",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/undertaker",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/bach/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Pawel Kozlowski",
  41. "email": "pkozlowski.opensource@gmail.com"
  42. },
  43. {
  44. "name": "Benjamin Tan",
  45. "email": "demoneaux@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "arr-filter": "^1.1.1",
  50. "arr-flatten": "^1.0.1",
  51. "arr-map": "^2.0.0",
  52. "array-each": "^1.0.0",
  53. "array-initial": "^1.0.0",
  54. "array-last": "^1.1.1",
  55. "async-done": "^1.2.2",
  56. "async-settle": "^1.0.0",
  57. "now-and-later": "^2.0.0"
  58. },
  59. "deprecated": false,
  60. "description": "Compose your async functions with elegance.",
  61. "devDependencies": {
  62. "eslint": "^1.7.3",
  63. "eslint-config-gulp": "^2.0.0",
  64. "expect": "^1.19.0",
  65. "istanbul": "^0.4.3",
  66. "istanbul-coveralls": "^1.0.3",
  67. "jscs": "^2.3.5",
  68. "jscs-preset-gulp": "^1.0.0",
  69. "mocha": "^2.4.5"
  70. },
  71. "engines": {
  72. "node": ">= 0.10"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib",
  77. "LICENSE"
  78. ],
  79. "homepage": "https://github.com/gulpjs/bach#readme",
  80. "keywords": [
  81. "compose",
  82. "fluent",
  83. "composing",
  84. "continuation",
  85. "function composition",
  86. "functional",
  87. "async",
  88. "map",
  89. "series",
  90. "parallel",
  91. "extension",
  92. "tracing",
  93. "debug",
  94. "timing",
  95. "aop",
  96. "settle",
  97. "promises",
  98. "callbacks",
  99. "observables",
  100. "streams",
  101. "end",
  102. "completion",
  103. "complete",
  104. "finish",
  105. "done",
  106. "error handling"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "name": "bach",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/gulpjs/bach.git"
  114. },
  115. "scripts": {
  116. "cover": "istanbul cover _mocha --report lcovonly",
  117. "coveralls": "npm run cover && istanbul-coveralls",
  118. "lint": "eslint . && jscs index.js lib/ test/",
  119. "pretest": "npm run lint",
  120. "test": "mocha --async-only"
  121. },
  122. "version": "1.2.0"
  123. }