wishthis/node_modules/gulp-chmod/package.json
2022-02-23 17:41:13 +01:00

81 lines
1.7 KiB
JSON

{
"_args": [
[
"gulp-chmod@2.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-chmod@2.0.0",
"_id": "gulp-chmod@2.0.0",
"_inBundle": false,
"_integrity": "sha1-AMOQuSigeZslGsz2MaoJ4BzGKZw=",
"_location": "/gulp-chmod",
"_phantomChildren": {
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"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": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-chmod/issues"
},
"dependencies": {
"deep-assign": "^1.0.0",
"stat-mode": "^0.2.0",
"through2": "^2.0.0"
},
"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
}
}