package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "async",
  3. "_id": "async@2.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GDMOp+bjE4h/XS8qkEusb+TdU4E=",
  6. "_location": "/async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "async",
  12. "name": "async",
  13. "escapedName": "async",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/async/download/async-2.6.2.tgz",
  23. "_shasum": "18330ea7e6e313887f5d2f2a904bac6fe4dd5381",
  24. "_spec": "async",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "author": {
  27. "name": "Caolan McMahon"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/caolan/async/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "lodash": "^4.17.11"
  35. },
  36. "deprecated": false,
  37. "description": "Higher-order functions and common patterns for asynchronous code",
  38. "devDependencies": {
  39. "babel-cli": "^6.24.0",
  40. "babel-core": "^6.26.3",
  41. "babel-plugin-add-module-exports": "^0.2.1",
  42. "babel-plugin-istanbul": "^2.0.1",
  43. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  44. "babel-preset-es2015": "^6.3.13",
  45. "babel-preset-es2017": "^6.22.0",
  46. "babelify": "^8.0.0",
  47. "benchmark": "^2.1.1",
  48. "bluebird": "^3.4.6",
  49. "browserify": "^16.2.2",
  50. "chai": "^4.1.2",
  51. "cheerio": "^0.22.0",
  52. "coveralls": "^3.0.1",
  53. "es6-promise": "^2.3.0",
  54. "eslint": "^2.13.1",
  55. "fs-extra": "^0.26.7",
  56. "gh-pages-deploy": "^0.5.0",
  57. "jsdoc": "^3.4.0",
  58. "karma": "^2.0.2",
  59. "karma-browserify": "^5.2.0",
  60. "karma-firefox-launcher": "^1.1.0",
  61. "karma-mocha": "^1.2.0",
  62. "karma-mocha-reporter": "^2.2.0",
  63. "mocha": "^5.2.0",
  64. "native-promise-only": "^0.8.0-a",
  65. "nyc": "^11.8.0",
  66. "rimraf": "^2.5.0",
  67. "rollup": "^0.36.3",
  68. "rollup-plugin-node-resolve": "^2.0.0",
  69. "rollup-plugin-npm": "^2.0.0",
  70. "rsvp": "^3.0.18",
  71. "semver": "^5.5.0",
  72. "uglify-js": "~2.7.3",
  73. "yargs": "^11.0.0"
  74. },
  75. "gh-pages-deploy": {
  76. "staticpath": "docs"
  77. },
  78. "homepage": "https://caolan.github.io/async/",
  79. "keywords": [
  80. "async",
  81. "callback",
  82. "module",
  83. "utility"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/async.js",
  87. "name": "async",
  88. "nyc": {
  89. "exclude": [
  90. "mocha_test"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/caolan/async.git"
  96. },
  97. "scripts": {
  98. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  99. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  100. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  101. "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  102. "mocha-browser-test": "karma start",
  103. "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
  104. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  105. "test": "npm run lint && npm run mocha-node-test"
  106. },
  107. "version": "2.6.2"
  108. }