github-pages-deploy-action/node_modules/p-each-series/package.json

84 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"p-each-series@2.1.0",
"."
]
],
"_development": true,
"_from": "p-each-series@2.1.0",
2020-03-31 20:42:07 +08:00
"_id": "p-each-series@2.1.0",
"_inBundle": false,
"_integrity": "sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==",
"_location": "/p-each-series",
"_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": "p-each-series@2.1.0",
2020-03-31 20:42:07 +08:00
"name": "p-each-series",
"escapedName": "p-each-series",
2020-03-31 20:54:32 +08:00
"rawSpec": "2.1.0",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "2.1.0"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/@jest/core"
],
"_resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "2.1.0",
"_where": ".",
2020-03-31 20:42:07 +08:00
"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"
}