Upsilon-VsCode/Client/node_modules/vinyl/package.json

79 lines
2.0 KiB
JSON
Raw Normal View History

2019-02-17 17:07:28 +00:00
{
"_from": "vinyl@~0.4.6",
"_id": "vinyl@0.4.6",
"_inBundle": false,
"_integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
"_location": "/vinyl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vinyl@~0.4.6",
"name": "vinyl",
"escapedName": "vinyl",
"rawSpec": "~0.4.6",
"saveSpec": null,
"fetchSpec": "~0.4.6"
},
"_requiredBy": [
"/gulp-gunzip",
"/vinyl-source-stream"
],
"_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
"_shasum": "2f356c87a550a255461f36bbeb2a5ba8bf784847",
"_spec": "vinyl@~0.4.6",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/gulp-gunzip",
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"bugs": {
"url": "https://github.com/wearefractal/vinyl/issues"
},
"bundleDependencies": false,
"dependencies": {
"clone": "^0.2.0",
"clone-stats": "^0.0.1"
},
"deprecated": false,
"description": "A virtual file format",
"devDependencies": {
"buffer-equal": "0.0.1",
"coveralls": "^2.6.1",
"event-stream": "^3.1.0",
"istanbul": "^0.3.0",
"jshint": "^2.4.1",
"lodash.templatesettings": "^2.4.1",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "^0.0.1",
"rimraf": "^2.2.5",
"should": "^4.0.4"
},
"engines": {
"node": ">= 0.9"
},
"files": [
"index.js",
"lib"
],
"homepage": "http://github.com/wearefractal/vinyl",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
}
],
"main": "./index.js",
"name": "vinyl",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/vinyl.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"test": "mocha --reporter spec && jshint lib"
},
"version": "0.4.6"
}