mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 22:54:46 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
48
node_modules/throat/package.json
generated
vendored
Normal file
48
node_modules/throat/package.json
generated
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "throat",
|
||||
"version": "4.1.0",
|
||||
"description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"aplus",
|
||||
"then",
|
||||
"throttle",
|
||||
"concurrency",
|
||||
"parallelism",
|
||||
"limit"
|
||||
],
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js",
|
||||
"index.js.flow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"flow-bin": "^0.49.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"jest": "^20.0.4",
|
||||
"promise": "^8.0.0",
|
||||
"sauce-test": "^1.0.0",
|
||||
"test-result": "^2.0.0",
|
||||
"testit": "^2.1.3",
|
||||
"typescript": "^2.3.4"
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "tsc --noEmit",
|
||||
"flow": "flow",
|
||||
"test": "node test/index.js && npm run test:types && node test/browser.js",
|
||||
"test:types": "jest",
|
||||
"coverage": "istanbul cover test/index.js",
|
||||
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ForbesLindesay/throat.git"
|
||||
},
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz"
|
||||
,"_integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo="
|
||||
,"_from": "throat@4.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue