package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "neo-async@^2.6.1",
  3. "_id": "neo-async@2.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  6. "_location": "/neo-async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "neo-async@^2.6.1",
  12. "name": "neo-async",
  13. "escapedName": "neo-async",
  14. "rawSpec": "^2.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.1"
  17. },
  18. "_requiredBy": [
  19. "/cache-loader",
  20. "/handlebars",
  21. "/sass-loader",
  22. "/thread-loader",
  23. "/watchpack",
  24. "/webpack"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  27. "_shasum": "b4aafb93e3aeb2d8174ca53cf163ab7d7308305f",
  28. "_spec": "neo-async@^2.6.1",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cache-loader",
  30. "browser": "async.min.js",
  31. "bugs": {
  32. "url": "https://github.com/suguru03/neo-async/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  38. "devDependencies": {
  39. "aigle": "^1.14.0",
  40. "async": "^2.6.0",
  41. "benchmark": "^2.1.1",
  42. "bluebird": "^3.5.1",
  43. "codecov.io": "^0.1.6",
  44. "fs-extra": "^4.0.2",
  45. "func-comparator": "^0.7.2",
  46. "gulp": "^4.0.2",
  47. "gulp-bump": "^2.8.0",
  48. "gulp-exit": "0.0.2",
  49. "gulp-git": "^2.4.2",
  50. "gulp-jscs": "^4.0.0",
  51. "gulp-mocha": "^4.2.0",
  52. "gulp-tag-version": "^1.3.0",
  53. "gulp-util": "^3.0.7",
  54. "husky": "^1.2.0",
  55. "istanbul": "^0.4.3",
  56. "jsdoc": "^3.5.5",
  57. "jshint": "^2.9.5",
  58. "lint-staged": "^8.1.0",
  59. "lodash": "^4.16.6",
  60. "minimist": "^1.2.0",
  61. "mocha": "^3.5.3",
  62. "mocha-parallel-executor": "^0.3.0",
  63. "mocha.parallel": "^0.15.3",
  64. "prettier": "^1.15.2",
  65. "require-dir": "^0.3.0"
  66. },
  67. "homepage": "https://github.com/suguru03/neo-async",
  68. "keywords": [
  69. "async",
  70. "util"
  71. ],
  72. "license": "MIT",
  73. "lint-staged": {
  74. "*.{js,ts}": [
  75. "prettier --write",
  76. "git add"
  77. ]
  78. },
  79. "main": "async.js",
  80. "name": "neo-async",
  81. "prettier": {
  82. "printWidth": 100,
  83. "singleQuote": true
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  88. },
  89. "version": "2.6.2"
  90. }