source: trip-planner-front/node_modules/minizlib/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 "minizlib@2.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minizlib@2.1.2",
10 "_id": "minizlib@2.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
13 "_location": "/minizlib",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minizlib@2.1.2",
19 "name": "minizlib",
20 "escapedName": "minizlib",
21 "rawSpec": "2.1.2",
22 "saveSpec": null,
23 "fetchSpec": "2.1.2"
24 },
25 "_requiredBy": [
26 "/minipass-fetch",
27 "/npm-registry-fetch",
28 "/tar"
29 ],
30 "_resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
31 "_spec": "2.1.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Isaac Z. Schlueter",
35 "email": "i@izs.me",
36 "url": "http://blog.izs.me/"
37 },
38 "bugs": {
39 "url": "https://github.com/isaacs/minizlib/issues"
40 },
41 "dependencies": {
42 "minipass": "^3.0.0",
43 "yallist": "^4.0.0"
44 },
45 "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
46 "devDependencies": {
47 "tap": "^14.6.9"
48 },
49 "engines": {
50 "node": ">= 8"
51 },
52 "files": [
53 "index.js",
54 "constants.js"
55 ],
56 "homepage": "https://github.com/isaacs/minizlib#readme",
57 "keywords": [
58 "zlib",
59 "gzip",
60 "gunzip",
61 "deflate",
62 "inflate",
63 "compression",
64 "zip",
65 "unzip"
66 ],
67 "license": "MIT",
68 "main": "index.js",
69 "name": "minizlib",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/isaacs/minizlib.git"
73 },
74 "scripts": {
75 "postpublish": "git push origin --all; git push origin --tags",
76 "postversion": "npm publish",
77 "preversion": "npm test",
78 "test": "tap test/*.js --100 -J"
79 },
80 "version": "2.1.2"
81}
Note: See TracBrowser for help on using the repository browser.