123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "grunt-contrib-jshint",
- "_id": "grunt-contrib-jshint@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-or5XbN0qIdh/o7nncN5AeilWP9I=",
- "_location": "/grunt-contrib-jshint",
- "_phantomChildren": {
- "color-convert": "1.9.3",
- "escape-string-regexp": "1.0.5",
- "has-flag": "3.0.0"
- },
- "_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": "http://registry.npm.taobao.org/grunt-contrib-jshint/download/grunt-contrib-jshint-2.0.0.tgz",
- "_shasum": "a2be576cdd2a21d87fa3b9e770de407a29563fd2",
- "_spec": "grunt-contrib-jshint",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "appveyor_id": "j04ik7qgx21ixyfw",
- "author": {
- "name": "Grunt Team",
- "url": "https://gruntjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^2.4.1",
- "hooker": "^0.2.3",
- "jshint": "~2.9.6"
- },
- "deprecated": false,
- "description": "Validate files with JSHint",
- "devDependencies": {
- "grunt": "^1.0.3",
- "grunt-contrib-internal": "^3.1.0",
- "grunt-contrib-nodeunit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "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": "2.0.0"
- }
|