package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "async@2.6.0",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async@2.6.0",
  10. "_id": "async@2.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
  13. "_location": "/async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async@2.6.0",
  19. "name": "async",
  20. "escapedName": "async",
  21. "rawSpec": "2.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.0"
  24. },
  25. "_requiredBy": [
  26. "/extract-text-webpack-plugin",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
  30. "_spec": "2.6.0",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  32. "author": {
  33. "name": "Caolan McMahon"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/caolan/async/issues"
  37. },
  38. "dependencies": {
  39. "lodash": "^4.14.0"
  40. },
  41. "description": "Higher-order functions and common patterns for asynchronous code",
  42. "devDependencies": {
  43. "babel-cli": "^6.24.0",
  44. "babel-core": "^6.24.0",
  45. "babel-plugin-add-module-exports": "^0.2.1",
  46. "babel-plugin-istanbul": "^2.0.1",
  47. "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
  48. "babel-preset-es2015": "^6.3.13",
  49. "babel-preset-es2017": "^6.22.0",
  50. "babelify": "^7.2.0",
  51. "benchmark": "^2.1.1",
  52. "bluebird": "^3.4.6",
  53. "chai": "^3.1.0",
  54. "cheerio": "^0.22.0",
  55. "coveralls": "^2.11.2",
  56. "es6-promise": "^2.3.0",
  57. "eslint": "^2.13.1",
  58. "fs-extra": "^0.26.7",
  59. "gh-pages-deploy": "^0.4.2",
  60. "jsdoc": "^3.4.0",
  61. "karma": "^1.3.0",
  62. "karma-browserify": "^5.1.0",
  63. "karma-firefox-launcher": "^1.0.0",
  64. "karma-mocha": "^1.2.0",
  65. "karma-mocha-reporter": "^2.2.0",
  66. "mocha": "^3.1.2",
  67. "native-promise-only": "^0.8.0-a",
  68. "nyc": "^7.0.0",
  69. "recursive-readdir": "^1.3.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": "^4.3.6",
  76. "uglify-js": "~2.7.3",
  77. "vinyl-buffer": "^1.0.0",
  78. "vinyl-source-stream": "^1.1.0",
  79. "watchify": "^3.7.0",
  80. "yargs": "~3.9.1"
  81. },
  82. "gh-pages-deploy": {
  83. "staticpath": "docs"
  84. },
  85. "homepage": "https://caolan.github.io/async/",
  86. "keywords": [
  87. "async",
  88. "callback",
  89. "module",
  90. "utility"
  91. ],
  92. "license": "MIT",
  93. "main": "dist/async.js",
  94. "name": "async",
  95. "nyc": {
  96. "exclude": [
  97. "mocha_test"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/caolan/async.git"
  103. },
  104. "scripts": {
  105. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  106. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  107. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  108. "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  109. "mocha-browser-test": "karma start",
  110. "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
  111. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  112. "test": "npm run lint && npm run mocha-node-test"
  113. },
  114. "version": "2.6.0"
  115. }