Initial commit
[yaffs-website] / node_modules / first-chunk-stream / package.json
1 {
2   "_args": [
3     [
4       "first-chunk-stream@^1.0.0",
5       "/var/www/yaffs/node_modules/strip-bom"
6     ]
7   ],
8   "_from": "first-chunk-stream@>=1.0.0 <2.0.0",
9   "_id": "first-chunk-stream@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/first-chunk-stream",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "first-chunk-stream",
21     "raw": "first-chunk-stream@^1.0.0",
22     "rawSpec": "^1.0.0",
23     "scope": null,
24     "spec": ">=1.0.0 <2.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/strip-bom"
29   ],
30   "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
31   "_shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
32   "_shrinkwrap": null,
33   "_spec": "first-chunk-stream@^1.0.0",
34   "_where": "/var/www/yaffs/node_modules/strip-bom",
35   "author": {
36     "email": "sindresorhus@gmail.com",
37     "name": "Sindre Sorhus",
38     "url": "http://sindresorhus.com"
39   },
40   "bugs": {
41     "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
42   },
43   "dependencies": {},
44   "description": "Transform the first chunk in a stream",
45   "devDependencies": {
46     "concat-stream": "^1.4.5",
47     "mocha": "*"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
52     "tarball": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "8b0b1750edcc30fa2b2071245198181e925be619",
61   "homepage": "https://github.com/sindresorhus/first-chunk-stream",
62   "keywords": [
63     "buffer",
64     "chunk",
65     "first",
66     "min",
67     "minimum",
68     "size",
69     "stream",
70     "streams",
71     "transform"
72   ],
73   "license": "MIT",
74   "maintainers": [
75     {
76       "name": "sindresorhus",
77       "email": "sindresorhus@gmail.com"
78     }
79   ],
80   "name": "first-chunk-stream",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
86   },
87   "scripts": {
88     "test": "mocha"
89   },
90   "version": "1.0.0"
91 }