Revert jsonlint

This commit is contained in:
orangemug 2020-03-08 19:00:36 +00:00
parent 87fb0f6a5c
commit 8f581956e8
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -7187,12 +7187,11 @@
} }
}, },
"jsonlint": { "jsonlint": {
"version": "1.6.3", "version": "github:josdejong/jsonlint#85a19d77126771f3177582e3d09c6ffae185d391",
"resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz", "from": "github:josdejong/jsonlint#85a19d7",
"integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==",
"requires": { "requires": {
"JSV": "^4.0.x", "JSV": ">= 4.0.x",
"nomnom": "^1.5.x" "nomnom": ">= 1.5.x"
} }
}, },
"jsprim": { "jsprim": {

View file

@ -31,7 +31,7 @@
"detect-browser": "^4.8.0", "detect-browser": "^4.8.0",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"json-to-ast": "^2.1.0", "json-to-ast": "^2.1.0",
"jsonlint": "^1.6.3", "jsonlint": "github:josdejong/jsonlint#85a19d7",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"lodash.capitalize": "^4.2.1", "lodash.capitalize": "^4.2.1",
"lodash.clamp": "^4.0.3", "lodash.clamp": "^4.0.3",