You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

101 lines
2.3 KiB

{
"_args": [
[
"p-pipe@^1.1.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin"
]
],
"_from": "p-pipe@>=1.1.0 <2.0.0",
"_id": "p-pipe@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/p-pipe",
"_nodeVersion": "4.8.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/p-pipe-1.2.0.tgz_1501286833926_0.5472726412117481"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "p-pipe",
"raw": "p-pipe@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/imagemin"
],
"_resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz",
"_shasum": "4b1a11399a11520a67790ee5a0c1d5881d6befe9",
"_shrinkwrap": null,
"_spec": "p-pipe@^1.1.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"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": "4b1a11399a11520a67790ee5a0c1d5881d6befe9",
"tarball": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "55625f01407435fb65e80ab6f7a34d6e1cb36e49",
"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": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"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.2.0"
}