package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "neo-async@^2.6.0",
  3. "_id": "neo-async@2.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
  6. "_location": "/neo-async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "neo-async@^2.6.0",
  12. "name": "neo-async",
  13. "escapedName": "neo-async",
  14. "rawSpec": "^2.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.0"
  17. },
  18. "_requiredBy": [
  19. "/handlebars"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
  22. "_shasum": "ac27ada66167fa8849a6addd837f6b189ad2081c",
  23. "_spec": "neo-async@^2.6.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\缴纳党费\\node_modules\\handlebars",
  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 thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  33. "devDependencies": {
  34. "aigle": "^1.8.1",
  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": "^3.9.1",
  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. "run-sequence": "^1.2.2"
  62. },
  63. "homepage": "https://github.com/suguru03/neo-async",
  64. "keywords": [
  65. "async",
  66. "util"
  67. ],
  68. "license": "MIT",
  69. "lint-staged": {
  70. "*.{js,ts}": [
  71. "prettier --write",
  72. "git add"
  73. ]
  74. },
  75. "main": "async.js",
  76. "name": "neo-async",
  77. "prettier": {
  78. "printWidth": 100,
  79. "singleQuote": true
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/suguru03/neo-async.git"
  84. },
  85. "version": "2.6.1"
  86. }