package.json 2.0 KB

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