package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/engine.io/ws",
  20. "/socket.io/ws",
  21. "/ws"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  24. "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
  25. "_spec": "async-limiter@~1.0.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/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": "^2.11.2",
  39. "eslint": "^4.6.1",
  40. "eslint-plugin-mocha": "^4.11.0",
  41. "intelli-espower-loader": "^1.0.1",
  42. "istanbul": "^0.3.2",
  43. "mocha": "^3.5.2",
  44. "power-assert": "^1.4.4"
  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": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
  65. "example": "node example",
  66. "lint": "eslint .",
  67. "test": "mocha --R intelli-espower-loader test/",
  68. "travis": "npm run lint && npm run coverage"
  69. },
  70. "version": "1.0.0"
  71. }