source: trip-planner-front/node_modules/pako/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "pako@1.0.11",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pako@1.0.11",
10 "_id": "pako@1.0.11",
11 "_inBundle": false,
12 "_integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
13 "_location": "/pako",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pako@1.0.11",
19 "name": "pako",
20 "escapedName": "pako",
21 "rawSpec": "1.0.11",
22 "saveSpec": null,
23 "fetchSpec": "1.0.11"
24 },
25 "_requiredBy": [
26 "/hdr-histogram-js"
27 ],
28 "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
29 "_spec": "1.0.11",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/nodeca/pako/issues"
33 },
34 "contributors": [
35 {
36 "name": "Andrei Tuputcyn",
37 "url": "https://github.com/andr83"
38 },
39 {
40 "name": "Vitaly Puzrin",
41 "url": "https://github.com/puzrin"
42 },
43 {
44 "name": "Friedel Ziegelmayer",
45 "url": "https://github.com/dignifiedquire"
46 },
47 {
48 "name": "Kirill Efimov",
49 "url": "https://github.com/Kirill89"
50 },
51 {
52 "name": "Jean-loup Gailly"
53 },
54 {
55 "name": "Mark Adler"
56 }
57 ],
58 "dependencies": {},
59 "description": "zlib port to javascript - fast, modularized, with browser support",
60 "devDependencies": {
61 "ansi": "^0.3.1",
62 "benchmark": "^2.1.4",
63 "browserify": "^16.2.3",
64 "buffer-from": "^1.1.1",
65 "eslint": "^5.9.0",
66 "istanbul": "^0.4.5",
67 "mocha": "^5.2.0",
68 "multiparty": "^4.1.3",
69 "ndoc": "^5.0.1",
70 "uglify-js": "=3.4.8",
71 "zlibjs": "^0.3.1"
72 },
73 "files": [
74 "index.js",
75 "dist/",
76 "lib/"
77 ],
78 "homepage": "https://github.com/nodeca/pako",
79 "keywords": [
80 "zlib",
81 "deflate",
82 "inflate",
83 "gzip"
84 ],
85 "license": "(MIT AND Zlib)",
86 "name": "pako",
87 "repository": {
88 "type": "git",
89 "url": "git+https://github.com/nodeca/pako.git"
90 },
91 "scripts": {
92 "test": "make test"
93 },
94 "version": "1.0.11"
95}
Note: See TracBrowser for help on using the repository browser.