mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
73
node_modules/p-reduce/package.json
generated
vendored
Normal file
73
node_modules/p-reduce/package.json
generated
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"_from": "p-reduce@^1.0.0",
|
||||
"_id": "p-reduce@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=",
|
||||
"_location": "/p-reduce",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "p-reduce@^1.0.0",
|
||||
"name": "p-reduce",
|
||||
"escapedName": "p-reduce",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/p-each-series"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
|
||||
"_shasum": "18c2b0dd936a4690a529f8231f58a0fdb6a47dfa",
|
||||
"_spec": "p-reduce@^1.0.0",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\p-each-series",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/p-reduce/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Reduce a list of values using promises into a promise for a value",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"delay": "^1.3.1",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/p-reduce#readme",
|
||||
"keywords": [
|
||||
"promise",
|
||||
"reduce",
|
||||
"collection",
|
||||
"iterable",
|
||||
"iterator",
|
||||
"async",
|
||||
"await",
|
||||
"promises",
|
||||
"accumulate",
|
||||
"bluebird"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "p-reduce",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/p-reduce.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"xo": {
|
||||
"esnext": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue