package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "async-limiter@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-limiter@1.0.0",
  10. "_id": "async-limiter@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ePrtjD0HSrgfIrTphdeehzj3IPg=",
  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. "/webpack-bundle-analyzer/ws",
  27. "/ws"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }