package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "async@>=0.6.0",
  3. "_id": "async@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==",
  6. "_location": "/async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async@>=0.6.0",
  12. "name": "async",
  13. "escapedName": "async",
  14. "rawSpec": ">=0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/adal-node"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz",
  22. "_shasum": "42b3b12ae1b74927b5217d8c0016baaf62463772",
  23. "_spec": "async@>=0.6.0",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\adal-node",
  25. "author": {
  26. "name": "Caolan McMahon"
  27. },
  28. "browserify": {
  29. "transform": [
  30. [
  31. "babelify",
  32. {
  33. "presets": [
  34. "@babel/preset-env"
  35. ]
  36. }
  37. ]
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/caolan/async/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {},
  45. "deprecated": false,
  46. "description": "Higher-order functions and common patterns for asynchronous code",
  47. "devDependencies": {
  48. "babel-core": "^6.26.3",
  49. "babel-eslint": "^8.2.6",
  50. "babel-minify": "^0.5.0",
  51. "babel-plugin-add-module-exports": "^0.2.1",
  52. "babel-plugin-istanbul": "^2.0.1",
  53. "babel-plugin-syntax-async-generators": "^6.13.0",
  54. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  55. "babel-preset-es2015": "^6.3.13",
  56. "babel-preset-es2017": "^6.22.0",
  57. "babel-register": "^6.26.0",
  58. "babelify": "^8.0.0",
  59. "benchmark": "^2.1.1",
  60. "bluebird": "^3.4.6",
  61. "browserify": "^16.2.2",
  62. "chai": "^4.1.2",
  63. "cheerio": "^0.22.0",
  64. "coveralls": "^3.0.1",
  65. "es6-promise": "^2.3.0",
  66. "eslint": "^4.19.1",
  67. "eslint-plugin-prefer-arrow": "^1.1.2",
  68. "fs-extra": "^0.26.7",
  69. "jsdoc": "^3.4.0",
  70. "karma": "^2.0.5",
  71. "karma-browserify": "^5.3.0",
  72. "karma-edge-launcher": "^0.4.2",
  73. "karma-firefox-launcher": "^1.1.0",
  74. "karma-junit-reporter": "^1.2.0",
  75. "karma-mocha": "^1.2.0",
  76. "karma-mocha-reporter": "^2.2.0",
  77. "karma-safari-launcher": "^1.0.0",
  78. "mocha": "^5.2.0",
  79. "mocha-junit-reporter": "^1.18.0",
  80. "native-promise-only": "^0.8.0-a",
  81. "nyc": "^11.8.0",
  82. "rimraf": "^2.5.0",
  83. "rollup": "^0.63.4",
  84. "rollup-plugin-node-resolve": "^2.0.0",
  85. "rollup-plugin-npm": "^2.0.0",
  86. "rsvp": "^3.0.18",
  87. "semver": "^5.5.0",
  88. "yargs": "^11.0.0"
  89. },
  90. "homepage": "https://caolan.github.io/async/",
  91. "keywords": [
  92. "async",
  93. "callback",
  94. "module",
  95. "utility"
  96. ],
  97. "license": "MIT",
  98. "main": "dist/async.js",
  99. "module": "dist/async.mjs",
  100. "name": "async",
  101. "nyc": {
  102. "exclude": [
  103. "test"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/caolan/async.git"
  109. },
  110. "scripts": {
  111. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  112. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  113. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  114. "lint": "eslint --fix lib/ test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  115. "mocha-browser-test": "karma start",
  116. "mocha-node-test": "mocha",
  117. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  118. "test": "npm run lint && npm run mocha-node-test"
  119. },
  120. "version": "3.1.0"
  121. }