package.json 2.3 KB

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