package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-limiter@1.0.1",
  10. "_id": "async-limiter@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
  13. "_location": "/async-limiter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-limiter@1.0.1",
  19. "name": "async-limiter",
  20. "escapedName": "async-limiter",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/ws",
  27. "/ws"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Samuel Reed"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/strml/async-limiter/issues"
  37. },
  38. "dependencies": {},
  39. "description": "asynchronous function queue with adjustable concurrency",
  40. "devDependencies": {
  41. "coveralls": "^3.0.3",
  42. "eslint": "^5.16.0",
  43. "eslint-plugin-mocha": "^5.3.0",
  44. "intelli-espower-loader": "^1.0.1",
  45. "mocha": "^6.1.4",
  46. "nyc": "^14.1.1",
  47. "power-assert": "^1.6.1"
  48. },
  49. "homepage": "https://github.com/strml/async-limiter#readme",
  50. "keywords": [
  51. "throttle",
  52. "async",
  53. "limiter",
  54. "asynchronous",
  55. "job",
  56. "task",
  57. "concurrency",
  58. "concurrent"
  59. ],
  60. "license": "MIT",
  61. "name": "async-limiter",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/strml/async-limiter.git"
  65. },
  66. "scripts": {
  67. "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  68. "example": "node example",
  69. "lint": "eslint .",
  70. "test": "mocha --require intelli-espower-loader test/",
  71. "travis": "npm run lint && npm run test"
  72. },
  73. "version": "1.0.1"
  74. }