Files
Aislo/node_modules/@mapbox/jsonlint-lines-primitives/package.json
T
2026-07-05 14:05:22 +09:00

38 lines
733 B
JSON

{
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
"name": "@mapbox/jsonlint-lines-primitives",
"description": "Validate JSON",
"keywords": [
"json",
"validation",
"lint",
"jsonlint"
],
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/jsonlint.git"
},
"bugs": {
"url": "http://github.com/mapbox/jsonlint/issues"
},
"main": "lib/jsonlint.js",
"engines": {
"node": ">= 22"
},
"dependencies": {},
"devDependencies": {
"jison": "0.4.18",
"uglify-js": "3.19.3"
},
"files": [
"lib",
"src",
"web"
],
"scripts": {
"test": "node test/all-tests.js && node test/strict-mode.mjs"
}
}