package.json 2.3 KB

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