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

    rceaed42 r59329aa  
    11{
    2   "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
     2  "_args": [
     3    [
     4      "combined-stream@1.0.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "combined-stream@1.0.8",
     10  "_id": "combined-stream@1.0.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
     13  "_location": "/combined-stream",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "combined-stream@1.0.8",
     19    "name": "combined-stream",
     20    "escapedName": "combined-stream",
     21    "rawSpec": "1.0.8",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.8"
     24  },
     25  "_requiredBy": [
     26    "/form-data",
     27    "/request"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
     30  "_spec": "1.0.8",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Felix Geisendörfer",
     34    "email": "felix@debuggable.com",
     35    "url": "http://debuggable.com/"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/felixge/node-combined-stream/issues"
     39  },
     40  "dependencies": {
     41    "delayed-stream": "~1.0.0"
     42  },
     43  "description": "A stream that emits multiple other streams one after another.",
     44  "devDependencies": {
     45    "far": "~0.0.7"
     46  },
     47  "engines": {
     48    "node": ">= 0.8"
     49  },
     50  "homepage": "https://github.com/felixge/node-combined-stream",
     51  "license": "MIT",
     52  "main": "./lib/combined_stream",
    353  "name": "combined-stream",
    4   "description": "A stream that emits multiple other streams one after another.",
    5   "version": "1.0.8",
    6   "homepage": "https://github.com/felixge/node-combined-stream",
    754  "repository": {
    855    "type": "git",
    956    "url": "git://github.com/felixge/node-combined-stream.git"
    1057  },
    11   "main": "./lib/combined_stream",
    1258  "scripts": {
    1359    "test": "node test/run.js"
    1460  },
    15   "engines": {
    16     "node": ">= 0.8"
    17   },
    18   "dependencies": {
    19     "delayed-stream": "~1.0.0"
    20   },
    21   "devDependencies": {
    22     "far": "~0.0.7"
    23   },
    24   "license": "MIT"
     61  "version": "1.0.8"
    2562}
Note: See TracChangeset for help on using the changeset viewer.