package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "/sass-loader",
  21. "/thread-loader",
  22. "/watchpack",
  23. "/webpack"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  26. "_shasum": "b4aafb93e3aeb2d8174ca53cf163ab7d7308305f",
  27. "_spec": "neo-async@^2.6.1",
  28. "_where": "D:\\jiayue\\pig-ui\\node_modules\\webpack",
  29. "browser": "async.min.js",
  30. "bugs": {
  31. "url": "https://github.com/suguru03/neo-async/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  37. "devDependencies": {
  38. "aigle": "^1.14.0",
  39. "async": "^2.6.0",
  40. "benchmark": "^2.1.1",
  41. "bluebird": "^3.5.1",
  42. "codecov.io": "^0.1.6",
  43. "fs-extra": "^4.0.2",
  44. "func-comparator": "^0.7.2",
  45. "gulp": "^4.0.2",
  46. "gulp-bump": "^2.8.0",
  47. "gulp-exit": "0.0.2",
  48. "gulp-git": "^2.4.2",
  49. "gulp-jscs": "^4.0.0",
  50. "gulp-mocha": "^4.2.0",
  51. "gulp-tag-version": "^1.3.0",
  52. "gulp-util": "^3.0.7",
  53. "husky": "^1.2.0",
  54. "istanbul": "^0.4.3",
  55. "jsdoc": "^3.5.5",
  56. "jshint": "^2.9.5",
  57. "lint-staged": "^8.1.0",
  58. "lodash": "^4.16.6",
  59. "minimist": "^1.2.0",
  60. "mocha": "^3.5.3",
  61. "mocha-parallel-executor": "^0.3.0",
  62. "mocha.parallel": "^0.15.3",
  63. "prettier": "^1.15.2",
  64. "require-dir": "^0.3.0"
  65. },
  66. "homepage": "https://github.com/suguru03/neo-async",
  67. "keywords": [
  68. "async",
  69. "util"
  70. ],
  71. "license": "MIT",
  72. "lint-staged": {
  73. "*.{js,ts}": [
  74. "prettier --write",
  75. "git add"
  76. ]
  77. },
  78. "main": "async.js",
  79. "name": "neo-async",
  80. "prettier": {
  81. "printWidth": 100,
  82. "singleQuote": true
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  87. },
  88. "version": "2.6.2"
  89. }