package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "async-limiter@1.0.0",
  9. "_id": "async-limiter@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
  12. "_location": "/async-limiter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "async-limiter@1.0.0",
  18. "name": "async-limiter",
  19. "escapedName": "async-limiter",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-client/ws",
  26. "/engine.io/ws",
  27. "/ws"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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": "^2.11.2",
  42. "eslint": "^4.6.1",
  43. "eslint-plugin-mocha": "^4.11.0",
  44. "intelli-espower-loader": "^1.0.1",
  45. "istanbul": "^0.3.2",
  46. "mocha": "^3.5.2",
  47. "power-assert": "^1.4.4"
  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": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
  68. "example": "node example",
  69. "lint": "eslint .",
  70. "test": "mocha --R intelli-espower-loader test/",
  71. "travis": "npm run lint && npm run coverage"
  72. },
  73. "version": "1.0.0"
  74. }