package.json
1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "jshint@~0.9.1",
"_id": "jshint@0.9.1",
"_inBundle": false,
"_integrity": "sha1-/zLsfwn4QAH3SY7q/WPJ5Puy3A4=",
"_location": "/jshint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jshint@~0.9.1",
"name": "jshint",
"escapedName": "jshint",
"rawSpec": "~0.9.1",
"saveSpec": null,
"fetchSpec": "~0.9.1"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/jshint/download/jshint-0.9.1.tgz",
"_shasum": "ff32ec7f09f84001f7498eeafd63c9e4fbb2dc0e",
"_spec": "jshint@~0.9.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"author": {
"name": "Brent Lintner",
"email": "brent.lintner@gmail.com",
"url": "http://github.com/brentlintner"
},
"bin": {
"jshint": "bin/hint"
},
"bundleDependencies": false,
"dependencies": {
"cli": "0.4.3",
"minimatch": "0.0.x"
},
"deprecated": false,
"description": "A CLI for JSHint",
"devDependencies": {
"jasmine-node": "1.0.x"
},
"files": [
"packages/jshint/README.markdown",
"packages/jshint/jshint.js",
"README.md",
"LICENSE",
"bin/hint",
"lib"
],
"homepage": "http://github.com/jshint/node-jshint",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "packages/jshint/jshint",
"name": "jshint",
"preferGlobal": true,
"version": "0.9.1"
}