package.json 2.2 KB

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