blob: 5bbf16aab47b5786919512c3140d49019246ba03 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "p-pipe@^1.1.0",
3 "_id": "p-pipe@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha1-SxoROZoRUgpneQ7loMHViB1r7+k=",
6 "_location": "/p-pipe",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "p-pipe@^1.1.0",
12 "name": "p-pipe",
13 "escapedName": "p-pipe",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin/imagemin"
20 ],
21 "_resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz",
22 "_shasum": "4b1a11399a11520a67790ee5a0c1d5881d6befe9",
23 "_spec": "p-pipe@^1.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin\\node_modules\\imagemin",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/p-pipe/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Compose promise-returning & async functions into a reusable pipeline",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=4"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/p-pipe#readme",
47 "keywords": [
48 "promise",
49 "pipe",
50 "pipeline",
51 "compose",
52 "composition",
53 "combine",
54 "flow",
55 "serial",
56 "functions",
57 "reusable",
58 "async",
59 "await",
60 "promises",
61 "bluebird"
62 ],
63 "license": "MIT",
64 "name": "p-pipe",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/p-pipe.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "1.2.0"
73}