package.json 1.9 KB

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