File: //home/arjun/projects/buyercall/node_modules/p-pipe/package.json
{
"_args": [
[
"p-pipe@3.1.0",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "p-pipe@3.1.0",
"_id": "p-pipe@3.1.0",
"_inBundle": false,
"_integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==",
"_location": "/p-pipe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "p-pipe@3.1.0",
"name": "p-pipe",
"escapedName": "p-pipe",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/imagemin"
],
"_resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/p-pipe/issues"
},
"description": "Compose promise-returning & async functions into a reusable pipeline",
"devDependencies": {
"ava": "^1.4.1",
"sinon": "^7.3.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"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",
"name": "p-pipe",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-pipe.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.1.0"
}