Initial commit
[yaffs-website] / node_modules / gulp / node_modules / vinyl-fs / package.json
1 {
2   "_args": [
3     [
4       "vinyl-fs@^0.3.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "vinyl-fs@>=0.3.0 <0.4.0",
9   "_id": "vinyl-fs@0.3.14",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/gulp/vinyl-fs",
13   "_nodeVersion": "0.10.36",
14   "_npmUser": {
15     "email": "blaine@iceddev.com",
16     "name": "phated"
17   },
18   "_npmVersion": "2.14.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "vinyl-fs",
22     "raw": "vinyl-fs@^0.3.0",
23     "rawSpec": "^0.3.0",
24     "scope": null,
25     "spec": ">=0.3.0 <0.4.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/gulp"
30   ],
31   "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
32   "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
33   "_shrinkwrap": null,
34   "_spec": "vinyl-fs@^0.3.0",
35   "_where": "/var/www/yaffs/node_modules/gulp",
36   "author": {
37     "email": "contact@wearefractal.com",
38     "name": "Fractal",
39     "url": "http://wearefractal.com/"
40   },
41   "bugs": {
42     "url": "https://github.com/wearefractal/vinyl-fs/issues"
43   },
44   "dependencies": {
45     "defaults": "^1.0.0",
46     "glob-stream": "^3.1.5",
47     "glob-watcher": "^0.0.6",
48     "graceful-fs": "^3.0.0",
49     "mkdirp": "^0.5.0",
50     "strip-bom": "^1.0.0",
51     "through2": "^0.6.1",
52     "vinyl": "^0.4.0"
53   },
54   "description": "Vinyl adapter for the file system",
55   "devDependencies": {
56     "buffer-equal": "^0.0.1",
57     "coveralls": "^2.6.1",
58     "istanbul": "^0.3.0",
59     "jshint": "^2.4.1",
60     "mocha": "^2.0.0",
61     "mocha-lcov-reporter": "^0.0.1",
62     "rimraf": "^2.2.5",
63     "should": "^4.0.0",
64     "sinon": "^1.10.3"
65   },
66   "directories": {},
67   "dist": {
68     "shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
69     "tarball": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz"
70   },
71   "engines": {
72     "node": ">= 0.10"
73   },
74   "files": [
75     "index.js",
76     "lib"
77   ],
78   "gitHead": "1e026b90df987b6da0ca7da941fd61a7cd1e6d8f",
79   "homepage": "http://github.com/wearefractal/vinyl-fs",
80   "licenses": [
81     {
82       "type": "MIT",
83       "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
84     }
85   ],
86   "main": "./index.js",
87   "maintainers": [
88     {
89       "name": "fractal",
90       "email": "contact@wearefractal.com"
91     },
92     {
93       "name": "phated",
94       "email": "blaine@iceddev.com"
95     }
96   ],
97   "name": "vinyl-fs",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git://github.com/wearefractal/vinyl-fs.git"
103   },
104   "scripts": {
105     "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
106     "test": "mocha --reporter spec && jshint lib"
107   },
108   "version": "0.3.14"
109 }