package.json 3.1 KB

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