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

    rceaed42 r59329aa  
    11{
    2   "name": "minipass-json-stream",
    3   "version": "1.0.1",
    4   "description": "Like JSONStream, but using Minipass streams",
    5   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    6   "license": "MIT",
    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-json-stream@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "minipass-json-stream@1.0.1",
     10  "_id": "minipass-json-stream@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==",
     13  "_location": "/minipass-json-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "minipass-json-stream@1.0.1",
     19    "name": "minipass-json-stream",
     20    "escapedName": "minipass-json-stream",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
    1324  },
    14   "tap": {
    15     "check-coverage": true
     25  "_requiredBy": [
     26    "/npm-registry-fetch"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz",
     29  "_spec": "1.0.1",
     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     "JSONStream": "^1.3.5",
    19     "tap": "^14.6.9"
     36  "bugs": {
     37    "url": "https://github.com/npm/minipass-json-stream/issues"
    2038  },
    2139  "dependencies": {
     
    2341    "minipass": "^3.0.0"
    2442  },
    25   "repository": {
    26     "type": "git",
    27     "url": "git+https://github.com/npm/minipass-json-stream.git"
     43  "description": "Like JSONStream, but using Minipass streams",
     44  "devDependencies": {
     45    "JSONStream": "^1.3.5",
     46    "tap": "^14.6.9"
    2847  },
     48  "files": [
     49    "index.js"
     50  ],
     51  "homepage": "https://github.com/npm/minipass-json-stream#readme",
    2952  "keywords": [
    3053    "stream",
     
    3457    "JSONStream"
    3558  ],
    36   "files": [
    37     "index.js"
    38   ]
     59  "license": "MIT",
     60  "name": "minipass-json-stream",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+https://github.com/npm/minipass-json-stream.git"
     64  },
     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.1"
    3976}
Note: See TracChangeset for help on using the changeset viewer.