source: imaps-frontend/node_modules/delayed-stream/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "delayed-stream@~1.0.0",
3 "_id": "delayed-stream@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
6 "_location": "/delayed-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "delayed-stream@~1.0.0",
12 "name": "delayed-stream",
13 "escapedName": "delayed-stream",
14 "rawSpec": "~1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "~1.0.0"
17 },
18 "_requiredBy": [
19 "/combined-stream"
20 ],
21 "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
22 "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
23 "_spec": "delayed-stream@~1.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/combined-stream",
25 "author": {
26 "name": "Felix Geisendörfer",
27 "email": "felix@debuggable.com",
28 "url": "http://debuggable.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/felixge/node-delayed-stream/issues"
32 },
33 "bundleDependencies": false,
[d565449]34 "contributors": [
[79a0317]35 {
36 "name": "Mike Atkins",
37 "email": "apeherder@gmail.com"
38 }
[d565449]39 ],
[79a0317]40 "dependencies": {},
41 "deprecated": false,
[d565449]42 "description": "Buffers events from a stream until you are ready to handle them.",
[79a0317]43 "devDependencies": {
44 "fake": "0.2.0",
45 "far": "0.0.1"
46 },
47 "engines": {
48 "node": ">=0.4.0"
49 },
[d565449]50 "homepage": "https://github.com/felixge/node-delayed-stream",
[79a0317]51 "license": "MIT",
52 "main": "./lib/delayed_stream",
53 "name": "delayed-stream",
[d565449]54 "repository": {
55 "type": "git",
56 "url": "git://github.com/felixge/node-delayed-stream.git"
57 },
58 "scripts": {
59 "test": "make test"
60 },
[79a0317]61 "version": "1.0.0"
[d565449]62}
Note: See TracBrowser for help on using the repository browser.