Changeset 59329aa for trip-planner-front/node_modules/pako/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/pako/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pako", 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": {}, 3 59 "description": "zlib port to javascript - fast, modularized, with browser support", 4 "version": "1.0.11",5 "keywords": [6 "zlib",7 "deflate",8 "inflate",9 "gzip"10 ],11 "homepage": "https://github.com/nodeca/pako",12 "contributors": [13 "Andrei Tuputcyn (https://github.com/andr83)",14 "Vitaly Puzrin (https://github.com/puzrin)",15 "Friedel Ziegelmayer (https://github.com/dignifiedquire)",16 "Kirill Efimov (https://github.com/Kirill89)",17 "Jean-loup Gailly",18 "Mark Adler"19 ],20 "files": [21 "index.js",22 "dist/",23 "lib/"24 ],25 "license": "(MIT AND Zlib)",26 "repository": "nodeca/pako",27 "scripts": {28 "test": "make test"29 },30 60 "devDependencies": { 31 61 "ansi": "^0.3.1", … … 41 71 "zlibjs": "^0.3.1" 42 72 }, 43 "dependencies": {} 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" 44 95 }
Note:
See TracChangeset
for help on using the changeset viewer.