项目原始demo,不改动
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-limiter@1.0.0",
  10. "_id": "async-limiter@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
  13. "_location": "/async-limiter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-limiter@1.0.0",
  19. "name": "async-limiter",
  20. "escapedName": "async-limiter",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/ws"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Samuel Reed"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/strml/async-limiter/issues"
  36. },
  37. "dependencies": {},
  38. "description": "asynchronous function queue with adjustable concurrency",
  39. "devDependencies": {
  40. "coveralls": "^2.11.2",
  41. "eslint": "^4.6.1",
  42. "eslint-plugin-mocha": "^4.11.0",
  43. "intelli-espower-loader": "^1.0.1",
  44. "istanbul": "^0.3.2",
  45. "mocha": "^3.5.2",
  46. "power-assert": "^1.4.4"
  47. },
  48. "homepage": "https://github.com/strml/async-limiter#readme",
  49. "keywords": [
  50. "throttle",
  51. "async",
  52. "limiter",
  53. "asynchronous",
  54. "job",
  55. "task",
  56. "concurrency",
  57. "concurrent"
  58. ],
  59. "license": "MIT",
  60. "name": "async-limiter",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/strml/async-limiter.git"
  64. },
  65. "scripts": {
  66. "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
  67. "example": "node example",
  68. "lint": "eslint .",
  69. "test": "mocha --R intelli-espower-loader test/",
  70. "travis": "npm run lint && npm run coverage"
  71. },
  72. "version": "1.0.0"
  73. }