Version 1
[yaffs-website] / node_modules / concat-stream / package.json
1 {
2   "_args": [
3     [
4       "concat-stream@1.5.0",
5       "/var/www/yaffs/node_modules/extract-zip"
6     ]
7   ],
8   "_from": "concat-stream@1.5.0",
9   "_id": "concat-stream@1.5.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/concat-stream",
13   "_nodeVersion": "1.8.2",
14   "_npmUser": {
15     "email": "max@maxogden.com",
16     "name": "maxogden"
17   },
18   "_npmVersion": "2.9.0",
19   "_phantomChildren": {
20     "core-util-is": "1.0.2",
21     "inherits": "2.0.3",
22     "process-nextick-args": "1.0.7",
23     "string_decoder": "0.10.31",
24     "util-deprecate": "1.0.2"
25   },
26   "_requested": {
27     "name": "concat-stream",
28     "raw": "concat-stream@1.5.0",
29     "rawSpec": "1.5.0",
30     "scope": null,
31     "spec": "1.5.0",
32     "type": "version"
33   },
34   "_requiredBy": [
35     "/extract-zip"
36   ],
37   "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
38   "_shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
39   "_shrinkwrap": null,
40   "_spec": "concat-stream@1.5.0",
41   "_where": "/var/www/yaffs/node_modules/extract-zip",
42   "author": {
43     "email": "max@maxogden.com",
44     "name": "Max Ogden"
45   },
46   "bugs": {
47     "url": "http://github.com/maxogden/concat-stream/issues"
48   },
49   "dependencies": {
50     "inherits": "~2.0.1",
51     "readable-stream": "~2.0.0",
52     "typedarray": "~0.0.5"
53   },
54   "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
55   "devDependencies": {
56     "tape": "~2.3.2"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
61     "tarball": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz"
62   },
63   "engines": [
64     "node >= 0.8"
65   ],
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "7cb37c8ddc0fd2ea03c104d07d44d84b83a31185",
70   "homepage": "https://github.com/maxogden/concat-stream#readme",
71   "license": "MIT",
72   "main": "index.js",
73   "maintainers": [
74     {
75       "name": "maxogden",
76       "email": "max@maxogden.com"
77     }
78   ],
79   "name": "concat-stream",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
85   },
86   "scripts": {
87     "test": "tape test/*.js test/server/*.js"
88   },
89   "tags": [
90     "simple",
91     "stream",
92     "util",
93     "utility"
94   ],
95   "testling": {
96     "browsers": [
97       "android-browser/4.2..latest",
98       "chrome/22..latest",
99       "chrome/canary",
100       "firefox/17..latest",
101       "firefox/nightly",
102       "ie/8..latest",
103       "ipad/6.0..latest",
104       "iphone/6.0..latest",
105       "opera/12..latest",
106       "opera/next",
107       "safari/5.1..latest"
108     ],
109     "files": "test/*.js"
110   },
111   "version": "1.5.0"
112 }