No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 3 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "async-limiter@1.0.1",
  9. "_id": "async-limiter@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
  12. "_location": "/async-limiter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "async-limiter@1.0.1",
  18. "name": "async-limiter",
  19. "escapedName": "async-limiter",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/jest-environment-jsdom/ws",
  26. "/socket.io/ws",
  27. "/ws"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "^3.0.3",
  42. "eslint": "^5.16.0",
  43. "eslint-plugin-mocha": "^5.3.0",
  44. "intelli-espower-loader": "^1.0.1",
  45. "mocha": "^6.1.4",
  46. "nyc": "^14.1.1",
  47. "power-assert": "^1.6.1"
  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": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  68. "example": "node example",
  69. "lint": "eslint .",
  70. "test": "mocha --require intelli-espower-loader test/",
  71. "travis": "npm run lint && npm run test"
  72. },
  73. "version": "1.0.1"
  74. }