liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
63
64
65
66
67
{
  "_from": "grunt-contrib-jshint@3.2.0",
  "_id": "grunt-contrib-jshint@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-pcXWCSZWfoMSvcV4BwH21TUtLtcX0Ms8IGuOPIcLeXK3fud9KclY7iqMKY94jFx8TxZzh028YYtpR+io8DiEaQ==",
  "_location": "/grunt-contrib-jshint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-contrib-jshint@3.2.0",
    "name": "grunt-contrib-jshint",
    "escapedName": "grunt-contrib-jshint",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-3.2.0.tgz",
  "_shasum": "d97c125ce6dafef1b0cc766cd87201ae0fb7b408",
  "_spec": "grunt-contrib-jshint@3.2.0",
  "_where": "/home/l/plc/node-red",
  "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": "~4.1.2",
    "hooker": "^0.2.3",
    "jshint": "~2.13.4"
  },
  "deprecated": false,
  "description": "Validate files with JSHint",
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-contrib-internal": "^7.0.0",
    "grunt-contrib-nodeunit": "^4.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-jshint#readme",
  "keywords": [
    "gruntplugin"
  ],
  "license": "MIT",
  "main": "tasks/jshint.js",
  "name": "grunt-contrib-jshint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-contrib-jshint.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "3.2.0"
}