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

70 lines
1.8 KiB
JSON
Executable File

{
"_from": "vinyl-source-stream@^1.1.0",
"_id": "vinyl-source-stream@1.1.2",
"_inBundle": false,
"_integrity": "sha1-YrU6E1YQqJbpjKlr7jqH8Aio54A=",
"_location": "/vinyl-source-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vinyl-source-stream@^1.1.0",
"name": "vinyl-source-stream",
"escapedName": "vinyl-source-stream",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/vscode"
],
"_resolved": "https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-1.1.2.tgz",
"_shasum": "62b53a135610a896e98ca96bee3a87f008a8e780",
"_spec": "vinyl-source-stream@^1.1.0",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/hughsk/vinyl-source-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"through2": "^2.0.3",
"vinyl": "^0.4.3"
},
"deprecated": false,
"description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
"devDependencies": {
"gulp": "~3.3.0",
"gulp-rename": "~0.2.1",
"tape": "~2.3.2",
"vinyl-map": "0.0.1"
},
"homepage": "https://github.com/hughsk/vinyl-source-stream",
"keywords": [
"vinyl",
"gulp",
"gulpfriendly",
"vanilla",
"stream",
"string",
"text",
"classic"
],
"license": "MIT",
"main": "index.js",
"name": "vinyl-source-stream",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/vinyl-source-stream.git"
},
"scripts": {
"test": "node test"
},
"version": "1.1.2"
}