mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"p-each-series@2.1.0",
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "p-each-series@2.1.0",
|
|
"_id": "p-each-series@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==",
|
|
"_location": "/p-each-series",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "p-each-series@2.1.0",
|
|
"name": "p-each-series",
|
|
"escapedName": "p-each-series",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz",
|
|
"_spec": "2.1.0",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/p-each-series/issues"
|
|
},
|
|
"description": "Iterate over promises serially",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"delay": "^4.1.0",
|
|
"time-span": "^3.0.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/p-each-series#readme",
|
|
"keywords": [
|
|
"promise",
|
|
"foreach",
|
|
"for-each",
|
|
"for",
|
|
"each",
|
|
"collection",
|
|
"iterable",
|
|
"iterator",
|
|
"fulfilled",
|
|
"async",
|
|
"await",
|
|
"promises",
|
|
"serial",
|
|
"serially",
|
|
"series",
|
|
"bluebird"
|
|
],
|
|
"license": "MIT",
|
|
"name": "p-each-series",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/p-each-series.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|