package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "async@^3.2.4",
  3. "_id": "async@3.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6. "_location": "/async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async@^3.2.4",
  12. "name": "async",
  13. "escapedName": "async",
  14. "rawSpec": "^3.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.4"
  17. },
  18. "_requiredBy": [
  19. "/archiver",
  20. "/oss",
  21. "/portfinder"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  24. "_shasum": "1b0728e14929d51b85b449b7f06e27c1145e38ce",
  25. "_spec": "async@^3.2.4",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver",
  27. "author": {
  28. "name": "Caolan McMahon"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/caolan/async/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Higher-order functions and common patterns for asynchronous code",
  36. "devDependencies": {
  37. "@babel/core": "7.25.2",
  38. "@babel/eslint-parser": "^7.16.5",
  39. "babel-minify": "^0.5.0",
  40. "babel-plugin-add-module-exports": "^1.0.4",
  41. "babel-plugin-istanbul": "^7.0.0",
  42. "babel-plugin-syntax-async-generators": "^6.13.0",
  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. "babel-register": "^6.26.0",
  47. "babelify": "^10.0.0",
  48. "benchmark": "^2.1.1",
  49. "bluebird": "^3.4.6",
  50. "browserify": "^17.0.0",
  51. "chai": "^4.2.0",
  52. "cheerio": "^0.22.0",
  53. "es6-promise": "^4.2.8",
  54. "eslint": "^8.6.0",
  55. "eslint-plugin-prefer-arrow": "^1.2.3",
  56. "fs-extra": "^11.1.1",
  57. "jsdoc": "^4.0.3",
  58. "karma": "^6.3.12",
  59. "karma-browserify": "^8.1.0",
  60. "karma-firefox-launcher": "^2.1.2",
  61. "karma-mocha": "^2.0.1",
  62. "karma-mocha-reporter": "^2.2.0",
  63. "karma-safari-launcher": "^1.0.0",
  64. "mocha": "^6.1.4",
  65. "native-promise-only": "^0.8.0-a",
  66. "nyc": "^17.0.0",
  67. "rollup": "^4.2.0",
  68. "rollup-plugin-node-resolve": "^5.2.0",
  69. "rollup-plugin-npm": "^2.0.0",
  70. "rsvp": "^4.8.5",
  71. "semver": "^7.3.5",
  72. "yargs": "^17.3.1"
  73. },
  74. "homepage": "https://caolan.github.io/async/",
  75. "keywords": [
  76. "async",
  77. "callback",
  78. "module",
  79. "utility"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/async.js",
  83. "module": "dist/async.mjs",
  84. "name": "async",
  85. "nyc": {
  86. "exclude": [
  87. "test"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/caolan/async.git"
  93. },
  94. "scripts": {
  95. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  96. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  97. "lint": "eslint --fix .",
  98. "mocha-browser-test": "karma start",
  99. "mocha-node-test": "mocha",
  100. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  101. "test": "npm run lint && npm run mocha-node-test"
  102. },
  103. "version": "3.2.6"
  104. }