package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "throat@^5.0.0",
  3. "_id": "throat@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
  6. "_location": "/throat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "throat@^5.0.0",
  12. "name": "throat",
  13. "escapedName": "throat",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-changed-files",
  20. "/jest-circus",
  21. "/jest-jasmine2",
  22. "/jest-runner"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
  25. "_shasum": "c5199235803aad18754a667d659b5e72ce16764b",
  26. "_spec": "throat@^5.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-changed-files",
  28. "author": {
  29. "name": "ForbesLindesay"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ForbesLindesay/throat/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
  37. "devDependencies": {
  38. "coveralls": "^3.0.0",
  39. "flow-bin": "^0.73.0",
  40. "istanbul": "^0.4.5",
  41. "jest": "^22.1.4",
  42. "promise": "^8.0.0",
  43. "sauce-test": "^1.0.0",
  44. "test-result": "^2.0.0",
  45. "testit": "^3.1.0",
  46. "typescript": "^3.4.5"
  47. },
  48. "files": [
  49. "index.d.ts",
  50. "index.js",
  51. "index.js.flow"
  52. ],
  53. "homepage": "https://github.com/ForbesLindesay/throat#readme",
  54. "jest": {
  55. "testEnvironment": "node"
  56. },
  57. "keywords": [
  58. "promise",
  59. "aplus",
  60. "then",
  61. "throttle",
  62. "concurrency",
  63. "parallelism",
  64. "limit"
  65. ],
  66. "license": "MIT",
  67. "name": "throat",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ForbesLindesay/throat.git"
  71. },
  72. "scripts": {
  73. "coverage": "istanbul cover test/index.js",
  74. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  75. "flow": "flow",
  76. "test": "node test/index.js && npm run test:types && node test/browser.js",
  77. "test:types": "jest",
  78. "tsc": "tsc --noEmit"
  79. },
  80. "version": "5.0.0"
  81. }