mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"p-map-series@2.1.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "p-map-series@2.1.0",
|
|
"_id": "p-map-series@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-dWDUxFLZ2gwH5pL9v+biyBoqkfI=",
|
|
"_location": "/p-map-series",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "p-map-series@2.1.0",
|
|
"name": "p-map-series",
|
|
"escapedName": "p-map-series",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vite"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/p-map-series/-/p-map-series-2.1.0.tgz",
|
|
"_spec": "2.1.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/p-map-series/issues"
|
|
},
|
|
"description": "Map 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-map-series#readme",
|
|
"keywords": [
|
|
"promise",
|
|
"map",
|
|
"collection",
|
|
"iterable",
|
|
"iterator",
|
|
"fulfilled",
|
|
"serial",
|
|
"serially",
|
|
"async",
|
|
"await",
|
|
"promises",
|
|
"bluebird"
|
|
],
|
|
"license": "MIT",
|
|
"name": "p-map-series",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/p-map-series.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|