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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_from": "grunt-jsonlint@2.1.3",
  "_id": "grunt-jsonlint@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-h04qC969LIyhsJaASeJ/hDnnKnsnSNZKqjYHra6cc/WQzrfMZinQPdr11FhU4T8OzAq6ecMX5QauYiJkbjUV/Q==",
  "_location": "/grunt-jsonlint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-jsonlint@2.1.3",
    "name": "grunt-jsonlint",
    "escapedName": "grunt-jsonlint",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-jsonlint/-/grunt-jsonlint-2.1.3.tgz",
  "_shasum": "2ded5da4ee49e531511e39c6e22f1a76a7e92e96",
  "_spec": "grunt-jsonlint@2.1.3",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "Brandon Ramirez",
    "email": "brandon.s.ramirez@gmail.com",
    "url": "http://www.brandonsramirez.com/"
  },
  "bugs": {
    "url": "https://github.com/brandonramirez/grunt-jsonlint/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Fred Ghosn",
      "url": "https://github.com/fredghosn"
    },
    {
      "name": "Ferdinand Prantl",
      "url": "https://github.com/prantlf"
    }
  ],
  "dependencies": {
    "@prantlf/jsonlint": "10.2.0"
  },
  "deprecated": false,
  "description": "Validate JSON files from grunt.",
  "devDependencies": {
    "async": "^3.2.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.22.0",
    "expect.js": "^0.3.1",
    "fs-writefile-promise": "^3.0.2",
    "grunt": "~1.0.4",
    "grunt-eslint": "^21.1.0",
    "grunt-mocha-test": "^0.13.3",
    "lodash": "^4.17.19",
    "mkdirp-promise": "^5.0.1",
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "promise": "^8.1.0",
    "sinon": "^8.1.1",
    "sinon-expect": "^0.3.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib",
    "tasks",
    "LICENSE-MIT"
  ],
  "homepage": "https://github.com/brandonramirez/grunt-jsonlint#readme",
  "keywords": [
    "gruntplugin",
    "build",
    "validate"
  ],
  "license": "MIT",
  "main": "tasks/jsonlint.js",
  "name": "grunt-jsonlint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandonramirez/grunt-jsonlint.git"
  },
  "scripts": {
    "fix-lint-errors": "eslint --fix tasks/ lib/ test/*.js",
    "test": "nyc grunt test"
  },
  "version": "2.1.3"
}