package.json 2.2 KB

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