github-pages-deploy-action/node_modules/throat/package.json

86 lines
2.0 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"throat@5.0.0",
"."
]
],
"_development": true,
"_from": "throat@5.0.0",
2020-03-31 20:42:07 +08:00
"_id": "throat@5.0.0",
"_inBundle": false,
"_integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==",
"_location": "/throat",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "throat@5.0.0",
2020-03-31 20:42:07 +08:00
"name": "throat",
"escapedName": "throat",
2020-03-31 20:54:32 +08:00
"rawSpec": "5.0.0",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "5.0.0"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/jest-changed-files",
"/jest-circus",
"/jest-jasmine2",
"/jest-runner"
],
"_resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "5.0.0",
"_where": ".",
2020-03-31 20:42:07 +08:00
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/throat/issues"
},
"description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
"devDependencies": {
"coveralls": "^3.0.0",
"flow-bin": "^0.73.0",
"istanbul": "^0.4.5",
"jest": "^22.1.4",
"promise": "^8.0.0",
"sauce-test": "^1.0.0",
"test-result": "^2.0.0",
"testit": "^3.1.0",
"typescript": "^3.4.5"
},
"files": [
"index.d.ts",
"index.js",
"index.js.flow"
],
"homepage": "https://github.com/ForbesLindesay/throat#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"promise",
"aplus",
"then",
"throttle",
"concurrency",
"parallelism",
"limit"
],
"license": "MIT",
"name": "throat",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/throat.git"
},
"scripts": {
"coverage": "istanbul cover test/index.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"flow": "flow",
"test": "node test/index.js && npm run test:types && node test/browser.js",
"test:types": "jest",
"tsc": "tsc --noEmit"
},
"version": "5.0.0"
}