source: trip-planner-front/node_modules/delayed-stream/package.json@ 8d391a1

Last change on this file since 8d391a1 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 "delayed-stream@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "delayed-stream@1.0.0",
10 "_id": "delayed-stream@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
13 "_location": "/delayed-stream",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "delayed-stream@1.0.0",
19 "name": "delayed-stream",
20 "escapedName": "delayed-stream",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/combined-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
29 "_spec": "1.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Felix Geisendörfer",
33 "email": "felix@debuggable.com",
34 "url": "http://debuggable.com/"
35 },
36 "bugs": {
37 "url": "https://github.com/felixge/node-delayed-stream/issues"
38 },
39 "contributors": [
40 {
41 "name": "Mike Atkins",
42 "email": "apeherder@gmail.com"
43 }
44 ],
45 "dependencies": {},
46 "description": "Buffers events from a stream until you are ready to handle them.",
47 "devDependencies": {
48 "fake": "0.2.0",
49 "far": "0.0.1"
50 },
51 "engines": {
52 "node": ">=0.4.0"
53 },
54 "homepage": "https://github.com/felixge/node-delayed-stream",
55 "license": "MIT",
56 "main": "./lib/delayed_stream",
57 "name": "delayed-stream",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/felixge/node-delayed-stream.git"
61 },
62 "scripts": {
63 "test": "make test"
64 },
65 "version": "1.0.0"
66}
Note: See TracBrowser for help on using the repository browser.