package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "async-limiter@~1.0.0",
  3. "_id": "async-limiter@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
  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. "/@vue/cli-plugin-unit-mocha/ws",
  20. "/@vue/cli-service/ws",
  21. "/jsdom/ws",
  22. "/webpack-bundle-analyzer/ws"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/async-limiter/-/async-limiter-1.0.1.tgz",
  25. "_shasum": "dd379e94f0db8310b08291f9d64c3209766617fd",
  26. "_spec": "async-limiter@~1.0.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom\\node_modules\\ws",
  28. "author": {
  29. "name": "Samuel Reed"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/strml/async-limiter/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "asynchronous function queue with adjustable concurrency",
  38. "devDependencies": {
  39. "coveralls": "^3.0.3",
  40. "eslint": "^5.16.0",
  41. "eslint-plugin-mocha": "^5.3.0",
  42. "intelli-espower-loader": "^1.0.1",
  43. "mocha": "^6.1.4",
  44. "nyc": "^14.1.1",
  45. "power-assert": "^1.6.1"
  46. },
  47. "homepage": "https://github.com/strml/async-limiter#readme",
  48. "keywords": [
  49. "throttle",
  50. "async",
  51. "limiter",
  52. "asynchronous",
  53. "job",
  54. "task",
  55. "concurrency",
  56. "concurrent"
  57. ],
  58. "license": "MIT",
  59. "name": "async-limiter",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/strml/async-limiter.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  66. "example": "node example",
  67. "lint": "eslint .",
  68. "test": "mocha --require intelli-espower-loader test/",
  69. "travis": "npm run lint && npm run test"
  70. },
  71. "version": "1.0.1"
  72. }