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

    rceaed42 r59329aa  
    11{
    2   "name": "pump",
    3   "version": "3.0.0",
    4   "repository": "git://github.com/mafintosh/pump.git",
    5   "license": "MIT",
    6   "description": "pipe streams together and close all of them if one of them closes",
     2  "_args": [
     3    [
     4      "pump@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "pump@3.0.0",
     10  "_id": "pump@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
     13  "_location": "/pump",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "pump@3.0.0",
     19    "name": "pump",
     20    "escapedName": "pump",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/get-stream"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mathias Buus Madsen",
     33    "email": "mathiasbuus@gmail.com"
     34  },
    735  "browser": {
    836    "fs": false
    937  },
     38  "bugs": {
     39    "url": "https://github.com/mafintosh/pump/issues"
     40  },
     41  "dependencies": {
     42    "end-of-stream": "^1.1.0",
     43    "once": "^1.3.1"
     44  },
     45  "description": "pipe streams together and close all of them if one of them closes",
     46  "homepage": "https://github.com/mafintosh/pump#readme",
    1047  "keywords": [
    1148    "streams",
     
    1451    "callback"
    1552  ],
    16   "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
    17   "dependencies": {
    18     "end-of-stream": "^1.1.0",
    19     "once": "^1.3.1"
     53  "license": "MIT",
     54  "name": "pump",
     55  "repository": {
     56    "type": "git",
     57    "url": "git://github.com/mafintosh/pump.git"
    2058  },
    2159  "scripts": {
    2260    "test": "node test-browser.js && node test-node.js"
    23   }
     61  },
     62  "version": "3.0.0"
    2463}
Note: See TracChangeset for help on using the changeset viewer.