package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "/watchpack",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  23. "_shasum": "b4aafb93e3aeb2d8174ca53cf163ab7d7308305f",
  24. "_spec": "neo-async@^2.6.1",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/webpack",
  26. "browser": "async.min.js",
  27. "bugs": {
  28. "url": "https://github.com/suguru03/neo-async/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {},
  32. "deprecated": false,
  33. "description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
  34. "devDependencies": {
  35. "aigle": "^1.14.0",
  36. "async": "^2.6.0",
  37. "benchmark": "^2.1.1",
  38. "bluebird": "^3.5.1",
  39. "codecov.io": "^0.1.6",
  40. "fs-extra": "^4.0.2",
  41. "func-comparator": "^0.7.2",
  42. "gulp": "^4.0.2",
  43. "gulp-bump": "^2.8.0",
  44. "gulp-exit": "0.0.2",
  45. "gulp-git": "^2.4.2",
  46. "gulp-jscs": "^4.0.0",
  47. "gulp-mocha": "^4.2.0",
  48. "gulp-tag-version": "^1.3.0",
  49. "gulp-util": "^3.0.7",
  50. "husky": "^1.2.0",
  51. "istanbul": "^0.4.3",
  52. "jsdoc": "^3.5.5",
  53. "jshint": "^2.9.5",
  54. "lint-staged": "^8.1.0",
  55. "lodash": "^4.16.6",
  56. "minimist": "^1.2.0",
  57. "mocha": "^3.5.3",
  58. "mocha-parallel-executor": "^0.3.0",
  59. "mocha.parallel": "^0.15.3",
  60. "prettier": "^1.15.2",
  61. "require-dir": "^0.3.0"
  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.2"
  86. }