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

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "minipass-json-stream@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minipass-json-stream@1.0.1",
10 "_id": "minipass-json-stream@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
13 "_location": "/minipass-json-stream",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minipass-json-stream@1.0.1",
19 "name": "minipass-json-stream",
20 "escapedName": "minipass-json-stream",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/npm-registry-fetch"
27 ],
28 "_resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
29 "_spec": "1.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me",
34 "url": "https://izs.me"
35 },
36 "bugs": {
37 "url": "https://github.com/npm/minipass-json-stream/issues"
38 },
39 "dependencies": {
40 "jsonparse": "^1.3.1",
41 "minipass": "^3.0.0"
42 },
43 "description": "Like JSONStream, but using Minipass streams",
44 "devDependencies": {
45 "JSONStream": "^1.3.5",
46 "tap": "^14.6.9"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/npm/minipass-json-stream#readme",
52 "keywords": [
53 "stream",
54 "json",
55 "parse",
56 "minipass",
57 "JSONStream"
58 ],
59 "license": "MIT",
60 "name": "minipass-json-stream",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/npm/minipass-json-stream.git"
64 },
65 "scripts": {
66 "postpublish": "git push origin --follow-tags",
67 "postversion": "npm publish",
68 "preversion": "npm test",
69 "snap": "tap",
70 "test": "tap"
71 },
72 "tap": {
73 "check-coverage": true
74 },
75 "version": "1.0.1"
76}
Note: See TracBrowser for help on using the repository browser.