Initial commit
[yaffs-website] / node_modules / vinyl / package.json
1 {
2   "_args": [
3     [
4       "vinyl@^0.5.0",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "vinyl@>=0.5.0 <0.6.0",
9   "_id": "vinyl@0.5.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/vinyl",
13   "_nodeVersion": "2.5.0",
14   "_npmUser": {
15     "email": "contact@wearefractal.com",
16     "name": "fractal"
17   },
18   "_npmVersion": "2.13.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "vinyl",
22     "raw": "vinyl@^0.5.0",
23     "rawSpec": "^0.5.0",
24     "scope": null,
25     "spec": ">=0.5.0 <0.6.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/gulp-util"
30   ],
31   "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
32   "_shasum": "b0455b38fc5e0cf30d4325132e461970c2091cde",
33   "_shrinkwrap": null,
34   "_spec": "vinyl@^0.5.0",
35   "_where": "/var/www/yaffs/node_modules/gulp-util",
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/issues"
43   },
44   "dependencies": {
45     "clone": "^1.0.0",
46     "clone-stats": "^0.0.1",
47     "replace-ext": "0.0.1"
48   },
49   "description": "A virtual file format",
50   "devDependencies": {
51     "buffer-equal": "0.0.1",
52     "event-stream": "^3.1.0",
53     "istanbul": "^0.3.0",
54     "istanbul-coveralls": "^1.0.1",
55     "jshint": "^2.4.1",
56     "lodash.templatesettings": "^3.1.0",
57     "mocha": "^2.0.0",
58     "rimraf": "^2.2.5",
59     "should": "^7.0.0"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "b0455b38fc5e0cf30d4325132e461970c2091cde",
64     "tarball": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz"
65   },
66   "engines": {
67     "node": ">= 0.9"
68   },
69   "files": [
70     "index.js",
71     "lib"
72   ],
73   "gitHead": "6f19648bd67040bfd0dc755ad031e1e5e0b58429",
74   "homepage": "http://github.com/wearefractal/vinyl",
75   "license": "MIT",
76   "main": "./index.js",
77   "maintainers": [
78     {
79       "name": "fractal",
80       "email": "contact@wearefractal.com"
81     },
82     {
83       "name": "phated",
84       "email": "blaine@iceddev.com"
85     }
86   ],
87   "name": "vinyl",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git://github.com/wearefractal/vinyl.git"
93   },
94   "scripts": {
95     "coveralls": "istanbul cover _mocha && istanbul-coveralls",
96     "test": "mocha && jshint lib"
97   },
98   "version": "0.5.3"
99 }