76 lines
1.7 KiB
JSON
Executable File
76 lines
1.7 KiB
JSON
Executable File
{
|
|
"_from": "gulp-chmod@^2.0.0",
|
|
"_id": "gulp-chmod@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AMOQuSigeZslGsz2MaoJ4BzGKZw=",
|
|
"_location": "/gulp-chmod",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-chmod@^2.0.0",
|
|
"name": "gulp-chmod",
|
|
"escapedName": "gulp-chmod",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vscode"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz",
|
|
"_shasum": "00c390b928a0799b251accf631aa09e01cc6299c",
|
|
"_spec": "gulp-chmod@^2.0.0",
|
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/gulp-chmod/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"deep-assign": "^1.0.0",
|
|
"stat-mode": "^0.2.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Change permissions of Vinyl files",
|
|
"devDependencies": {
|
|
"gulp-util": "^3.0.0",
|
|
"mocha": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/gulp-chmod#readme",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"chmod",
|
|
"stat",
|
|
"file",
|
|
"vinyl",
|
|
"stream",
|
|
"permissions"
|
|
],
|
|
"license": "MIT",
|
|
"name": "gulp-chmod",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/gulp-chmod.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && mocha"
|
|
},
|
|
"version": "2.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|