backoffice/node_modules/grunt-contrib-jshint/package.json

74 lines
1.7 KiB
JSON

{
"_args": [
[
"grunt-contrib-jshint@0.11.3",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "grunt-contrib-jshint@0.11.3",
"_id": "grunt-contrib-jshint@0.11.3",
"_inBundle": false,
"_integrity": "sha1-gDaBgdzNVRGG5bg4XAEc7iTWQKA=",
"_location": "/grunt-contrib-jshint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "grunt-contrib-jshint@0.11.3",
"name": "grunt-contrib-jshint",
"escapedName": "grunt-contrib-jshint",
"rawSpec": "0.11.3",
"saveSpec": null,
"fetchSpec": "0.11.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.3.tgz",
"_spec": "0.11.3",
"_where": "C:\\wamp64\\www\\ilink",
"appveyor_id": "j04ik7qgx21ixyfw",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
},
"dependencies": {
"hooker": "^0.2.3",
"jshint": "~2.8.0"
},
"description": "Validate files with JSHint",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-internal": "^0.4.12",
"grunt-contrib-nodeunit": "^0.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"tasks"
],
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint#readme",
"keywords": [
"gruntplugin"
],
"license": "MIT",
"name": "grunt-contrib-jshint",
"peerDependencies": {
"grunt": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gruntjs/grunt-contrib-jshint.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.11.3"
}