source: trip-planner-front/node_modules/minipass/package.json

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "minipass@3.1.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minipass@3.1.5",
10 "_id": "minipass@3.1.5",
11 "_inBundle": false,
12 "_integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==",
13 "_location": "/minipass",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minipass@3.1.5",
19 "name": "minipass",
20 "escapedName": "minipass",
21 "rawSpec": "3.1.5",
22 "saveSpec": null,
23 "fetchSpec": "3.1.5"
24 },
25 "_requiredBy": [
26 "/cacache",
27 "/fs-minipass",
28 "/make-fetch-happen",
29 "/minipass-collect",
30 "/minipass-fetch",
31 "/minipass-flush",
32 "/minipass-json-stream",
33 "/minipass-pipeline",
34 "/minipass-sized",
35 "/minizlib",
36 "/npm-registry-fetch",
37 "/pacote",
38 "/ssri",
39 "/tar"
40 ],
41 "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz",
42 "_spec": "3.1.5",
43 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
44 "author": {
45 "name": "Isaac Z. Schlueter",
46 "email": "i@izs.me",
47 "url": "http://blog.izs.me/"
48 },
49 "bugs": {
50 "url": "https://github.com/isaacs/minipass/issues"
51 },
52 "dependencies": {
53 "yallist": "^4.0.0"
54 },
55 "description": "minimal implementation of a PassThrough stream",
56 "devDependencies": {
57 "end-of-stream": "^1.4.0",
58 "tap": "^15.0.9",
59 "through2": "^2.0.3"
60 },
61 "engines": {
62 "node": ">=8"
63 },
64 "files": [
65 "index.js"
66 ],
67 "homepage": "https://github.com/isaacs/minipass#readme",
68 "keywords": [
69 "passthrough",
70 "stream"
71 ],
72 "license": "ISC",
73 "main": "index.js",
74 "name": "minipass",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/isaacs/minipass.git"
78 },
79 "scripts": {
80 "postpublish": "git push origin --follow-tags",
81 "postversion": "npm publish --tag=next",
82 "preversion": "npm test",
83 "test": "tap"
84 },
85 "tap": {
86 "check-coverage": true
87 },
88 "version": "3.1.5"
89}
Note: See TracBrowser for help on using the repository browser.