source: trip-planner-front/node_modules/minipass-pipeline/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "minipass-pipeline@1.2.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minipass-pipeline@1.2.4",
10 "_id": "minipass-pipeline@1.2.4",
11 "_inBundle": false,
12 "_integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
13 "_location": "/minipass-pipeline",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minipass-pipeline@1.2.4",
19 "name": "minipass-pipeline",
20 "escapedName": "minipass-pipeline",
21 "rawSpec": "1.2.4",
22 "saveSpec": null,
23 "fetchSpec": "1.2.4"
24 },
25 "_requiredBy": [
26 "/cacache",
27 "/make-fetch-happen"
28 ],
29 "_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
30 "_spec": "1.2.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Isaac Z. Schlueter",
34 "email": "i@izs.me",
35 "url": "https://izs.me"
36 },
37 "dependencies": {
38 "minipass": "^3.0.0"
39 },
40 "description": "create a pipeline of streams using Minipass",
41 "devDependencies": {
42 "tap": "^14.6.9"
43 },
44 "engines": {
45 "node": ">=8"
46 },
47 "files": [
48 "index.js"
49 ],
50 "license": "ISC",
51 "name": "minipass-pipeline",
52 "scripts": {
53 "postpublish": "git push origin --follow-tags",
54 "postversion": "npm publish",
55 "preversion": "npm test",
56 "snap": "tap",
57 "test": "tap"
58 },
59 "tap": {
60 "check-coverage": true
61 },
62 "version": "1.2.4"
63}
Note: See TracBrowser for help on using the repository browser.