Upsilon-VsCode/Client/node_modules/gulp-symdest/package.json

64 lines
1.6 KiB
JSON
Executable File

{
"_from": "gulp-symdest@^1.1.0",
"_id": "gulp-symdest@1.1.0",
"_inBundle": false,
"_integrity": "sha1-wWUyBzLRks5W/ZQnH/oSMjS/KuA=",
"_location": "/gulp-symdest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-symdest@^1.1.0",
"name": "gulp-symdest",
"escapedName": "gulp-symdest",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/vscode"
],
"_resolved": "https://registry.npmjs.org/gulp-symdest/-/gulp-symdest-1.1.0.tgz",
"_shasum": "c165320732d192ce56fd94271ffa123234bf2ae0",
"_spec": "gulp-symdest@^1.1.0",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
"author": {
"name": "João Moreno"
},
"bugs": {
"url": "https://github.com/joaomoreno/gulp-symdest/issues"
},
"bundleDependencies": false,
"dependencies": {
"event-stream": "^3.3.1",
"mkdirp": "^0.5.1",
"queue": "^3.1.0",
"vinyl-fs": "^2.4.3"
},
"deprecated": false,
"description": "Like gulp.dest, but handles symlinks",
"devDependencies": {
"event-stream": "^3.3.2",
"mocha": "^2.3.3",
"tmp": "0.0.28",
"vinyl": "^1.1.0"
},
"homepage": "https://github.com/joaomoreno/gulp-symdest#readme",
"keywords": [
"gulp",
"dest",
"symdest"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-symdest",
"repository": {
"type": "git",
"url": "git+https://github.com/joaomoreno/gulp-symdest.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}