package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "async@~1.5.2",
  6. "scope": null,
  7. "escapedName": "async",
  8. "name": "async",
  9. "rawSpec": "~1.5.2",
  10. "spec": ">=1.5.2 <1.6.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt-legacy-util"
  14. ]
  15. ],
  16. "_from": "async@>=1.5.2 <1.6.0",
  17. "_id": "async@1.5.2",
  18. "_inCache": true,
  19. "_location": "/async",
  20. "_nodeVersion": "4.2.3",
  21. "_npmUser": {
  22. "name": "aearly",
  23. "email": "alexander.early@gmail.com"
  24. },
  25. "_npmVersion": "3.5.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "async@~1.5.2",
  29. "scope": null,
  30. "escapedName": "async",
  31. "name": "async",
  32. "rawSpec": "~1.5.2",
  33. "spec": ">=1.5.2 <1.6.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/grunt-contrib-watch",
  38. "/grunt-legacy-util",
  39. "/grunt-retire",
  40. "/portscanner"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
  43. "_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
  44. "_shrinkwrap": null,
  45. "_spec": "async@~1.5.2",
  46. "_where": "/home/conte/data/reveal.js/node_modules/grunt-legacy-util",
  47. "author": {
  48. "name": "Caolan McMahon"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/caolan/async/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Higher-order functions and common patterns for asynchronous code",
  55. "devDependencies": {
  56. "benchmark": "github:bestiejs/benchmark.js",
  57. "bluebird": "^2.9.32",
  58. "chai": "^3.1.0",
  59. "coveralls": "^2.11.2",
  60. "es6-promise": "^2.3.0",
  61. "jscs": "^1.13.1",
  62. "jshint": "~2.8.0",
  63. "karma": "^0.13.2",
  64. "karma-browserify": "^4.2.1",
  65. "karma-firefox-launcher": "^0.1.6",
  66. "karma-mocha": "^0.2.0",
  67. "karma-mocha-reporter": "^1.0.2",
  68. "lodash": "^3.9.0",
  69. "mkdirp": "~0.5.1",
  70. "mocha": "^2.2.5",
  71. "native-promise-only": "^0.8.0-a",
  72. "nodeunit": ">0.0.0",
  73. "nyc": "^2.1.0",
  74. "rsvp": "^3.0.18",
  75. "semver": "^4.3.6",
  76. "uglify-js": "~2.4.0",
  77. "xyz": "^0.5.0",
  78. "yargs": "~3.9.1"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
  83. "tarball": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
  84. },
  85. "files": [
  86. "lib",
  87. "dist/async.js",
  88. "dist/async.min.js"
  89. ],
  90. "gitHead": "9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c",
  91. "homepage": "https://github.com/caolan/async#readme",
  92. "jam": {
  93. "main": "lib/async.js",
  94. "include": [
  95. "lib/async.js",
  96. "README.md",
  97. "LICENSE"
  98. ],
  99. "categories": [
  100. "Utilities"
  101. ]
  102. },
  103. "keywords": [
  104. "async",
  105. "callback",
  106. "utility",
  107. "module"
  108. ],
  109. "license": "MIT",
  110. "main": "lib/async.js",
  111. "maintainers": [
  112. {
  113. "name": "caolan",
  114. "email": "caolan.mcmahon@gmail.com"
  115. },
  116. {
  117. "name": "beaugunderson",
  118. "email": "beau@beaugunderson.com"
  119. },
  120. {
  121. "name": "aearly",
  122. "email": "alexander.early@gmail.com"
  123. },
  124. {
  125. "name": "megawac",
  126. "email": "megawac@gmail.com"
  127. }
  128. ],
  129. "name": "async",
  130. "optionalDependencies": {},
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/caolan/async.git"
  135. },
  136. "scripts": {
  137. "coverage": "nyc npm test && nyc report",
  138. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  139. "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
  140. "mocha-browser-test": "karma start",
  141. "mocha-node-test": "mocha mocha_test/",
  142. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  143. "nodeunit-test": "nodeunit test/test-async.js",
  144. "test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test"
  145. },
  146. "spm": {
  147. "main": "lib/async.js"
  148. },
  149. "version": "1.5.2",
  150. "volo": {
  151. "main": "lib/async.js",
  152. "ignore": [
  153. "**/.*",
  154. "node_modules",
  155. "bower_components",
  156. "test",
  157. "tests"
  158. ]
  159. }
  160. }