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/fs-minipass/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "fs-minipass@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "fs-minipass@2.1.0",
     10  "_id": "fs-minipass@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
     13  "_location": "/fs-minipass",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "fs-minipass@2.1.0",
     19    "name": "fs-minipass",
     20    "escapedName": "fs-minipass",
     21    "rawSpec": "2.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.0"
     24  },
     25  "_requiredBy": [
     26    "/cacache",
     27    "/pacote",
     28    "/tar"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
     31  "_spec": "2.1.0",
     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/npm/fs-minipass/issues"
     40  },
     41  "dependencies": {
     42    "minipass": "^3.0.0"
     43  },
     44  "description": "fs read and write streams based on minipass",
     45  "devDependencies": {
     46    "mutate-fs": "^2.0.1",
     47    "tap": "^14.6.4"
     48  },
     49  "engines": {
     50    "node": ">= 8"
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/npm/fs-minipass#readme",
     56  "keywords": [],
     57  "license": "ISC",
     58  "main": "index.js",
    259  "name": "fs-minipass",
    3   "version": "2.1.0",
    4   "main": "index.js",
    5   "scripts": {
    6     "test": "tap",
    7     "preversion": "npm test",
    8     "postversion": "npm publish",
    9     "postpublish": "git push origin --follow-tags"
    10   },
    11   "keywords": [],
    12   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    13   "license": "ISC",
    1460  "repository": {
    1561    "type": "git",
    1662    "url": "git+https://github.com/npm/fs-minipass.git"
    1763  },
    18   "bugs": {
    19     "url": "https://github.com/npm/fs-minipass/issues"
     64  "scripts": {
     65    "postpublish": "git push origin --follow-tags",
     66    "postversion": "npm publish",
     67    "preversion": "npm test",
     68    "test": "tap"
    2069  },
    21   "homepage": "https://github.com/npm/fs-minipass#readme",
    22   "description": "fs read and write streams based on minipass",
    23   "dependencies": {
    24     "minipass": "^3.0.0"
    25   },
    26   "devDependencies": {
    27     "mutate-fs": "^2.0.1",
    28     "tap": "^14.6.4"
    29   },
    30   "files": [
    31     "index.js"
    32   ],
    3370  "tap": {
    3471    "check-coverage": true
    3572  },
    36   "engines": {
    37     "node": ">= 8"
    38   }
     73  "version": "2.1.0"
    3974}
Note: See TracChangeset for help on using the changeset viewer.