[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 39 | "contributors": [
|
---|
[59329aa] | 40 | {
|
---|
| 41 | "name": "Mike Atkins",
|
---|
| 42 | "email": "apeherder@gmail.com"
|
---|
| 43 | }
|
---|
[6a3a178] | 44 | ],
|
---|
[59329aa] | 45 | "dependencies": {},
|
---|
[6a3a178] | 46 | "description": "Buffers events from a stream until you are ready to handle them.",
|
---|
[59329aa] | 47 | "devDependencies": {
|
---|
| 48 | "fake": "0.2.0",
|
---|
| 49 | "far": "0.0.1"
|
---|
| 50 | },
|
---|
| 51 | "engines": {
|
---|
| 52 | "node": ">=0.4.0"
|
---|
| 53 | },
|
---|
[6a3a178] | 54 | "homepage": "https://github.com/felixge/node-delayed-stream",
|
---|
[59329aa] | 55 | "license": "MIT",
|
---|
| 56 | "main": "./lib/delayed_stream",
|
---|
| 57 | "name": "delayed-stream",
|
---|
[6a3a178] | 58 | "repository": {
|
---|
| 59 | "type": "git",
|
---|
| 60 | "url": "git://github.com/felixge/node-delayed-stream.git"
|
---|
| 61 | },
|
---|
| 62 | "scripts": {
|
---|
| 63 | "test": "make test"
|
---|
| 64 | },
|
---|
[59329aa] | 65 | "version": "1.0.0"
|
---|
[6a3a178] | 66 | }
|
---|