mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-10 22:21:11 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
45
node_modules/p-reduce/package.json
generated
vendored
Normal file
45
node_modules/p-reduce/package.json
generated
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "p-reduce",
|
||||
"version": "1.0.0",
|
||||
"description": "Reduce a list of values using promises into a promise for a value",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/p-reduce",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"promise",
|
||||
"reduce",
|
||||
"collection",
|
||||
"iterable",
|
||||
"iterator",
|
||||
"async",
|
||||
"await",
|
||||
"promises",
|
||||
"accumulate",
|
||||
"bluebird"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"delay": "^1.3.1",
|
||||
"xo": "*"
|
||||
},
|
||||
"xo": {
|
||||
"esnext": true
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz"
|
||||
,"_integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo="
|
||||
,"_from": "p-reduce@1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue