76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_from": "gulp-phpcs@3.1.0",
|
|
"_id": "gulp-phpcs@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-c8oKjNjRH4l+ytuC1XGMQ32X/it0sq1/YgPQ7kxoAnuaOr7/bXPF/6Ji+K7pkyGM2tTmL1ve7r3lrGqglGNqMg==",
|
|
"_location": "/gulp-phpcs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-phpcs@3.1.0",
|
|
"name": "gulp-phpcs",
|
|
"escapedName": "gulp-phpcs",
|
|
"rawSpec": "3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-phpcs/-/gulp-phpcs-3.1.0.tgz",
|
|
"_shasum": "5021275fac795490663cd31171014fc40ab0d9d9",
|
|
"_spec": "gulp-phpcs@3.1.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
|
|
"author": {
|
|
"name": "Dmitriy Simushev",
|
|
"email": "simushevds@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JustBlackBird/gulp-phpcs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"fancy-log": "^1.3.3",
|
|
"plugin-error": "^1.0.1",
|
|
"pluralize": "^1.2.1",
|
|
"through2": "^2.0.0",
|
|
"which": "^1.2.7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "PHP Code Sniffer plugin for Gulp",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"file-exists": "^2.0.0",
|
|
"is-windows": "^0.2.0",
|
|
"jshint": "^2.9.3",
|
|
"mocha": "^6.1.4",
|
|
"mock-fs": "^4.9.0",
|
|
"mock-require": "^1.3.0",
|
|
"sinon": "^1.17.6",
|
|
"vinyl": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/JustBlackBird/gulp-phpcs#readme",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"phpcs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-phpcs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/JustBlackBird/gulp-phpcs.git"
|
|
},
|
|
"scripts": {
|
|
"jshint": "jshint index.js reporters",
|
|
"test": "mocha --recursive test/specs"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|