12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "async-limiter@~1.0.0",
  3. "_id": "async-limiter@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
  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. "/ws"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  22. "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
  23. "_spec": "async-limiter@~1.0.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/ws",
  25. "author": {
  26. "name": "Samuel Reed"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/strml/async-limiter/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "asynchronous function queue with adjustable concurrency",
  35. "devDependencies": {
  36. "coveralls": "^2.11.2",
  37. "eslint": "^4.6.1",
  38. "eslint-plugin-mocha": "^4.11.0",
  39. "intelli-espower-loader": "^1.0.1",
  40. "istanbul": "^0.3.2",
  41. "mocha": "^3.5.2",
  42. "power-assert": "^1.4.4"
  43. },
  44. "homepage": "https://github.com/strml/async-limiter#readme",
  45. "keywords": [
  46. "throttle",
  47. "async",
  48. "limiter",
  49. "asynchronous",
  50. "job",
  51. "task",
  52. "concurrency",
  53. "concurrent"
  54. ],
  55. "license": "MIT",
  56. "name": "async-limiter",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/strml/async-limiter.git"
  60. },
  61. "scripts": {
  62. "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
  63. "example": "node example",
  64. "lint": "eslint .",
  65. "test": "mocha --R intelli-espower-loader test/",
  66. "travis": "npm run lint && npm run coverage"
  67. },
  68. "version": "1.0.0"
  69. }