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

    rceaed42 r59329aa  
    11{
    2   "name": "minipass-sized",
    3   "version": "1.0.3",
    4   "description": "A Minipass stream that raises an error if you get a different number of bytes than expected",
    5   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    6   "license": "ISC",
    7   "scripts": {
    8     "test": "tap",
    9     "snap": "tap",
    10     "preversion": "npm test",
    11     "postversion": "npm publish",
    12     "postpublish": "git push origin --follow-tags"
     2  "_args": [
     3    [
     4      "minipass-sized@1.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "minipass-sized@1.0.3",
     10  "_id": "minipass-sized@1.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
     13  "_location": "/minipass-sized",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "minipass-sized@1.0.3",
     19    "name": "minipass-sized",
     20    "escapedName": "minipass-sized",
     21    "rawSpec": "1.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.3"
    1324  },
    14   "tap": {
    15     "check-coverage": true
     25  "_requiredBy": [
     26    "/minipass-fetch"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
     29  "_spec": "1.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "https://izs.me"
    1635  },
    17   "devDependencies": {
    18     "tap": "^14.6.4"
     36  "bugs": {
     37    "url": "https://github.com/isaacs/minipass-sized/issues"
    1938  },
    2039  "dependencies": {
    2140    "minipass": "^3.0.0"
    2241  },
    23   "main": "index.js",
     42  "description": "A Minipass stream that raises an error if you get a different number of bytes than expected",
     43  "devDependencies": {
     44    "tap": "^14.6.4"
     45  },
     46  "directories": {
     47    "test": "test"
     48  },
     49  "engines": {
     50    "node": ">=8"
     51  },
     52  "homepage": "https://github.com/isaacs/minipass-sized#readme",
    2453  "keywords": [
    2554    "minipass",
     
    2756    "length"
    2857  ],
    29   "directories": {
    30     "test": "test"
    31   },
     58  "license": "ISC",
     59  "main": "index.js",
     60  "name": "minipass-sized",
    3261  "repository": {
    3362    "type": "git",
    3463    "url": "git+https://github.com/isaacs/minipass-sized.git"
    3564  },
    36   "engines": {
    37     "node": ">=8"
    38   }
     65  "scripts": {
     66    "postpublish": "git push origin --follow-tags",
     67    "postversion": "npm publish",
     68    "preversion": "npm test",
     69    "snap": "tap",
     70    "test": "tap"
     71  },
     72  "tap": {
     73    "check-coverage": true
     74  },
     75  "version": "1.0.3"
    3976}
Note: See TracChangeset for help on using the changeset viewer.