Initial commit
[yaffs-website] / node_modules / fstream / package.json
1 {
2   "_args": [
3     [
4       "fstream@^1.0.0",
5       "/var/www/yaffs/node_modules/node-gyp"
6     ]
7   ],
8   "_from": "fstream@>=1.0.0 <2.0.0",
9   "_id": "fstream@1.0.11",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fstream",
13   "_nodeVersion": "7.7.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/fstream-1.0.11.tgz_1488923219641_0.18055859790183604"
17   },
18   "_npmUser": {
19     "email": "kat@sykosomatic.org",
20     "name": "zkat"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fstream",
26     "raw": "fstream@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/node-gyp",
34     "/tar"
35   ],
36   "_resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
37   "_shasum": "5c1fb1f117477114f0632a0eb4b71b3cb0fd3171",
38   "_shrinkwrap": null,
39   "_spec": "fstream@^1.0.0",
40   "_where": "/var/www/yaffs/node_modules/node-gyp",
41   "author": {
42     "email": "i@izs.me",
43     "name": "Isaac Z. Schlueter",
44     "url": "http://blog.izs.me/"
45   },
46   "bugs": {
47     "url": "https://github.com/npm/fstream/issues"
48   },
49   "dependencies": {
50     "graceful-fs": "^4.1.2",
51     "inherits": "~2.0.0",
52     "mkdirp": ">=0.5 0",
53     "rimraf": "2"
54   },
55   "description": "Advanced file system stream things",
56   "devDependencies": {
57     "standard": "^4.0.0",
58     "tap": "^1.2.0"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "5c1fb1f117477114f0632a0eb4b71b3cb0fd3171",
63     "tarball": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz"
64   },
65   "engines": {
66     "node": ">=0.6"
67   },
68   "gitHead": "1e4527ffe8688d4f5325283d7cf2cf2d61f14c6b",
69   "homepage": "https://github.com/npm/fstream#readme",
70   "license": "ISC",
71   "main": "fstream.js",
72   "maintainers": [
73     {
74       "name": "iarna",
75       "email": "me@re-becca.org"
76     },
77     {
78       "name": "isaacs",
79       "email": "isaacs@npmjs.com"
80     },
81     {
82       "name": "othiym23",
83       "email": "ogd@aoaioxxysz.net"
84     },
85     {
86       "name": "zkat",
87       "email": "kat@sykosomatic.org"
88     }
89   ],
90   "name": "fstream",
91   "optionalDependencies": {},
92   "readme": "ERROR: No README data found!",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/npm/fstream.git"
96   },
97   "scripts": {
98     "test": "standard && tap examples/*.js"
99   },
100   "version": "1.0.11"
101 }