package.json 2.3 KB

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