123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "gulp-chmod@^2.0.0",
- "_id": "[email protected]",
- "_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": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz",
- "_shasum": "00c390b928a0799b251accf631aa09e01cc6299c",
- "_spec": "gulp-chmod@^2.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "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
- }
- }
|