113 lines
2.5 KiB
JSON
113 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "p-pipe@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "p-pipe",
|
|
"name": "p-pipe",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\imagemin"
|
|
]
|
|
],
|
|
"_from": "p-pipe@>=1.1.0 <2.0.0",
|
|
"_id": "p-pipe@1.1.0",
|
|
"_inCache": true,
|
|
"_location": "/p-pipe",
|
|
"_nodeVersion": "4.8.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/p-pipe-1.1.0.tgz_1494610971464_0.26622557477094233"
|
|
},
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "2.15.11",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "p-pipe@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "p-pipe",
|
|
"name": "p-pipe",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.1.0.tgz",
|
|
"_shasum": "2e9dc7cc57ce67d2ce2db348ca03f28731854075",
|
|
"_shrinkwrap": null,
|
|
"_spec": "p-pipe@^1.1.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\imagemin",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/p-pipe/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Compose promise-returning & async functions into a reusable pipeline",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "2e9dc7cc57ce67d2ce2db348ca03f28731854075",
|
|
"tarball": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "25b546b502b1281f2a4e404c0122bb437728db7f",
|
|
"homepage": "https://github.com/sindresorhus/p-pipe#readme",
|
|
"keywords": [
|
|
"promise",
|
|
"pipe",
|
|
"pipeline",
|
|
"compose",
|
|
"composition",
|
|
"combine",
|
|
"flow",
|
|
"serial",
|
|
"functions",
|
|
"reusable",
|
|
"async",
|
|
"await",
|
|
"promises",
|
|
"bluebird"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "p-pipe",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/p-pipe.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.1.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|