package.json 2.9 KB

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