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