package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "p-limit@1.3.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-limit@1.3.0",
  10. "_id": "p-limit@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  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.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  30. "_spec": "1.3.0",
  31. "_where": "E:\\amr1.0\\AMR",
  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. }