package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "p-limit@1.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-limit@1.3.0",
  10. "_id": "p-limit@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-uGvV8MJWkJEcdZD8v8IBDVSzzLg=",
  13. "_location": "/p-limit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-limit@1.3.0",
  19. "name": "p-limit",
  20. "escapedName": "p-limit",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/p-locate"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/p-limit/download/p-limit-1.3.0.tgz",
  30. "_spec": "1.3.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/p-limit/issues"
  39. },
  40. "dependencies": {
  41. "p-try": "^1.0.0"
  42. },
  43. "description": "Run multiple promise-returning & async functions with limited concurrency",
  44. "devDependencies": {
  45. "ava": "*",
  46. "delay": "^2.0.0",
  47. "in-range": "^1.0.0",
  48. "random-int": "^1.0.0",
  49. "time-span": "^2.0.0",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  59. "keywords": [
  60. "promise",
  61. "limit",
  62. "limited",
  63. "concurrency",
  64. "throttle",
  65. "throat",
  66. "rate",
  67. "batch",
  68. "ratelimit",
  69. "task",
  70. "queue",
  71. "async",
  72. "await",
  73. "promises",
  74. "bluebird"
  75. ],
  76. "license": "MIT",
  77. "name": "p-limit",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/p-limit.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava"
  84. },
  85. "version": "1.3.0"
  86. }