Last change
on this file since b738035 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 41 | "dependencies": {
|
---|
| 42 | "minipass": "^3.0.0",
|
---|
| 43 | "yallist": "^4.0.0"
|
---|
| 44 | },
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 48 | },
|
---|
[59329aa] | 49 | "engines": {
|
---|
| 50 | "node": ">= 8"
|
---|
[6a3a178] | 51 | },
|
---|
[59329aa] | 52 | "files": [
|
---|
| 53 | "index.js",
|
---|
| 54 | "constants.js"
|
---|
| 55 | ],
|
---|
| 56 | "homepage": "https://github.com/isaacs/minizlib#readme",
|
---|
[6a3a178] | 57 | "keywords": [
|
---|
| 58 | "zlib",
|
---|
| 59 | "gzip",
|
---|
| 60 | "gunzip",
|
---|
| 61 | "deflate",
|
---|
| 62 | "inflate",
|
---|
| 63 | "compression",
|
---|
| 64 | "zip",
|
---|
| 65 | "unzip"
|
---|
| 66 | ],
|
---|
| 67 | "license": "MIT",
|
---|
[59329aa] | 68 | "main": "index.js",
|
---|
| 69 | "name": "minizlib",
|
---|
| 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
| 72 | "url": "git+https://github.com/isaacs/minizlib.git"
|
---|
[6a3a178] | 73 | },
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.