source: trip-planner-front/node_modules/combined-stream/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
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",
53 "name": "combined-stream",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/felixge/node-combined-stream.git"
57 },
58 "scripts": {
59 "test": "node test/run.js"
60 },
61 "version": "1.0.8"
62}
Note: See TracBrowser for help on using the repository browser.