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

    rceaed42 r59329aa  
    11{
    2   "name": "end-of-stream",
    3   "version": "1.4.4",
    4   "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
    5   "repository": {
    6     "type": "git",
    7     "url": "git://github.com/mafintosh/end-of-stream.git"
     2  "_args": [
     3    [
     4      "end-of-stream@1.4.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "end-of-stream@1.4.4",
     10  "_id": "end-of-stream@1.4.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
     13  "_location": "/end-of-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "end-of-stream@1.4.4",
     19    "name": "end-of-stream",
     20    "escapedName": "end-of-stream",
     21    "rawSpec": "1.4.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.4.4"
     24  },
     25  "_requiredBy": [
     26    "/pump"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
     29  "_spec": "1.4.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mathias Buus",
     33    "email": "mathiasbuus@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mafintosh/end-of-stream/issues"
    837  },
    938  "dependencies": {
    1039    "once": "^1.4.0"
    1140  },
    12   "scripts": {
    13     "test": "node test.js"
     41  "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
     42  "devDependencies": {
     43    "tape": "^4.11.0"
    1444  },
    1545  "files": [
    1646    "index.js"
    1747  ],
     48  "homepage": "https://github.com/mafintosh/end-of-stream",
    1849  "keywords": [
    1950    "stream",
     
    2556    "wait"
    2657  ],
    27   "bugs": {
    28     "url": "https://github.com/mafintosh/end-of-stream/issues"
     58  "license": "MIT",
     59  "main": "index.js",
     60  "name": "end-of-stream",
     61  "repository": {
     62    "type": "git",
     63    "url": "git://github.com/mafintosh/end-of-stream.git"
    2964  },
    30   "homepage": "https://github.com/mafintosh/end-of-stream",
    31   "main": "index.js",
    32   "author": "Mathias Buus <mathiasbuus@gmail.com>",
    33   "license": "MIT",
    34   "devDependencies": {
    35     "tape": "^4.11.0"
    36   }
     65  "scripts": {
     66    "test": "node test.js"
     67  },
     68  "version": "1.4.4"
    3769}
Note: See TracChangeset for help on using the changeset viewer.