Galerie und tage
This commit is contained in:
45
node_modules/p-pipe/package.json
generated
vendored
45
node_modules/p-pipe/package.json
generated
vendored
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"name": "p-pipe",
|
||||
"version": "3.1.0",
|
||||
"description": "Compose promise-returning & async functions into a reusable pipeline",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/p-pipe",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"promise",
|
||||
"pipe",
|
||||
"pipeline",
|
||||
"compose",
|
||||
"composition",
|
||||
"combine",
|
||||
"flow",
|
||||
"serial",
|
||||
"functions",
|
||||
"reusable",
|
||||
"async",
|
||||
"await",
|
||||
"promises",
|
||||
"bluebird"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"sinon": "^7.3.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user