package.json 2.2 KB

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