package.json 1.75 KB
{
  "_from": "grunt-contrib-jshint",
  "_id": "grunt-contrib-jshint@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
  "_location": "/grunt-contrib-jshint",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "grunt-contrib-jshint",
    "name": "grunt-contrib-jshint",
    "escapedName": "grunt-contrib-jshint",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
  "_shasum": "369d909b2593c40e8be79940b21340850c7939ac",
  "_spec": "grunt-contrib-jshint",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
  "appveyor_id": "j04ik7qgx21ixyfw",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^1.1.1",
    "hooker": "^0.2.3",
    "jshint": "~2.9.4"
  },
  "deprecated": false,
  "description": "Validate files with JSHint",
  "devDependencies": {
    "grunt": "^1.0.0",
    "grunt-contrib-internal": "^1.1.0",
    "grunt-contrib-nodeunit": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-jshint#readme",
  "keywords": [
    "gruntplugin"
  ],
  "license": "MIT",
  "main": "tasks/jshint.js",
  "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": "1.1.0"
}