backoffice/node_modules/grunt-jscs/package.json

106 lines
2.6 KiB
JSON

{
"_from": "grunt-jscs@^3.0.1",
"_id": "grunt-jscs@3.0.1",
"_inBundle": false,
"_integrity": "sha1-H65Q4+lV3546nZQlrsIqzK4AgJI=",
"_location": "/grunt-jscs",
"_phantomChildren": {
"argparse": "1.0.9",
"async": "0.2.10",
"babel-runtime": "6.23.0",
"babylon": "6.18.0",
"commander": "2.9.0",
"deep-equal": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
"escape-string-regexp": "1.0.5",
"esprima": "2.7.3",
"estraverse": "4.2.0",
"exit": "0.1.2",
"fs.realpath": "1.0.0",
"has-color": "0.1.7",
"htmlparser2": "3.8.3",
"inflight": "1.0.6",
"inherit": "2.2.6",
"inherits": "2.0.3",
"isstream": "0.1.2",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"readable-stream": "2.3.2",
"resolve": "1.3.3",
"rimraf": "2.6.1",
"source-map-support": "0.4.18",
"strip-bom": "2.0.0",
"strip-json-comments": "1.0.4",
"uuid": "2.0.3",
"xmlbuilder": "3.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-jscs@^3.0.1",
"name": "grunt-jscs",
"escapedName": "grunt-jscs",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-3.0.1.tgz",
"_shasum": "1fae50e3e955df9e3a9d9425aec22accae008092",
"_spec": "grunt-jscs@^3.0.1",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Gustavo Henke",
"email": "gustavo@injoin.com.br"
},
"bugs": {
"url": "https://github.com/jscs-dev/grunt-jscs/issues"
},
"bundleDependencies": false,
"dependencies": {
"hooker": "~0.2.3",
"jscs": "~3.0.5",
"lodash": "~4.6.1",
"vow": "~0.4.1"
},
"deprecated": false,
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "~1.3.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"tasks",
"LICENSE-MIT"
],
"homepage": "https://github.com/jscs-dev/grunt-jscs",
"keywords": [
"gruntplugin",
"jscs",
"code style",
"checker"
],
"license": "MIT",
"name": "grunt-jscs",
"repository": {
"type": "git",
"url": "git+https://github.com/jscs-dev/grunt-jscs.git"
},
"scripts": {
"bump": "npm version patch -m \"Release v%s\"",
"bump-major": "npm version major -m \"Release v%s\"",
"bump-minor": "npm version minor -m \"Release v%s\"",
"test": "grunt test"
},
"version": "3.0.1"
}