package.json 3.1 KB

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