Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/minizlib/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "minizlib",
    3   "version": "2.1.2",
    4   "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
    5   "main": "index.js",
     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  },
    641  "dependencies": {
    742    "minipass": "^3.0.0",
    843    "yallist": "^4.0.0"
    944  },
    10   "scripts": {
    11     "test": "tap test/*.js --100 -J",
    12     "preversion": "npm test",
    13     "postversion": "npm publish",
    14     "postpublish": "git push origin --all; git push origin --tags"
     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"
    1548  },
    16   "repository": {
    17     "type": "git",
    18     "url": "git+https://github.com/isaacs/minizlib.git"
     49  "engines": {
     50    "node": ">= 8"
    1951  },
     52  "files": [
     53    "index.js",
     54    "constants.js"
     55  ],
     56  "homepage": "https://github.com/isaacs/minizlib#readme",
    2057  "keywords": [
    2158    "zlib",
     
    2865    "unzip"
    2966  ],
    30   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    3167  "license": "MIT",
    32   "devDependencies": {
    33     "tap": "^14.6.9"
     68  "main": "index.js",
     69  "name": "minizlib",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/isaacs/minizlib.git"
    3473  },
    35   "files": [
    36     "index.js",
    37     "constants.js"
    38   ],
    39   "engines": {
    40     "node": ">= 8"
    41   }
     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"
    4281}
Note: See TracChangeset for help on using the changeset viewer.