package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.1",
  5. "E:\\amr1.0\\AMR"
  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. "/ws"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Samuel Reed"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/strml/async-limiter/issues"
  36. },
  37. "dependencies": {},
  38. "description": "asynchronous function queue with adjustable concurrency",
  39. "devDependencies": {
  40. "coveralls": "^3.0.3",
  41. "eslint": "^5.16.0",
  42. "eslint-plugin-mocha": "^5.3.0",
  43. "intelli-espower-loader": "^1.0.1",
  44. "mocha": "^6.1.4",
  45. "nyc": "^14.1.1",
  46. "power-assert": "^1.6.1"
  47. },
  48. "homepage": "https://github.com/strml/async-limiter#readme",
  49. "keywords": [
  50. "throttle",
  51. "async",
  52. "limiter",
  53. "asynchronous",
  54. "job",
  55. "task",
  56. "concurrency",
  57. "concurrent"
  58. ],
  59. "license": "MIT",
  60. "name": "async-limiter",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/strml/async-limiter.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  67. "example": "node example",
  68. "lint": "eslint .",
  69. "test": "mocha --require intelli-espower-loader test/",
  70. "travis": "npm run lint && npm run test"
  71. },
  72. "version": "1.0.1"
  73. }