package.json 3.1 KB

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