source: trip-planner-front/node_modules/minipass-sized/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-sized@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minipass-sized@1.0.3",
10 "_id": "minipass-sized@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
13 "_location": "/minipass-sized",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minipass-sized@1.0.3",
19 "name": "minipass-sized",
20 "escapedName": "minipass-sized",
21 "rawSpec": "1.0.3",
22 "saveSpec": null,
23 "fetchSpec": "1.0.3"
24 },
25 "_requiredBy": [
26 "/minipass-fetch"
27 ],
28 "_resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
29 "_spec": "1.0.3",
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/isaacs/minipass-sized/issues"
38 },
39 "dependencies": {
40 "minipass": "^3.0.0"
41 },
42 "description": "A Minipass stream that raises an error if you get a different number of bytes than expected",
43 "devDependencies": {
44 "tap": "^14.6.4"
45 },
46 "directories": {
47 "test": "test"
48 },
49 "engines": {
50 "node": ">=8"
51 },
52 "homepage": "https://github.com/isaacs/minipass-sized#readme",
53 "keywords": [
54 "minipass",
55 "size",
56 "length"
57 ],
58 "license": "ISC",
59 "main": "index.js",
60 "name": "minipass-sized",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/isaacs/minipass-sized.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.3"
76}
Note: See TracBrowser for help on using the repository browser.