{ "_args": [ [ "jsonschema@1.4.1", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "jsonschema@1.4.1", "_id": "jsonschema@1.4.1", "_inBundle": false, "_integrity": "sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==", "_location": "/jsonschema", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jsonschema@1.4.1", "name": "jsonschema", "escapedName": "jsonschema", "rawSpec": "1.4.1", "saveSpec": null, "fetchSpec": "1.4.1" }, "_requiredBy": [ "/", "/@abi-software/simulationvuer" ], "_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz", "_spec": "1.4.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Tom de Grunt", "email": "tom@degrunt.nl" }, "bugs": { "url": "https://github.com/tdegrunt/jsonschema/issues" }, "contributors": [ { "name": "Austin Wright" } ], "dependencies": {}, "description": "A fast and easy to use JSON Schema validator", "devDependencies": { "@stryker-mutator/core": "^4.0.0", "@stryker-mutator/mocha-runner": "^4.0.0", "chai": "~4.2.0", "eslint": "^7.7.0", "json-metaschema": "^1.2.0", "mocha": "~8.1.1" }, "engines": { "node": "*" }, "homepage": "https://github.com/tdegrunt/jsonschema#readme", "keywords": [ "json", "schema", "jsonschema", "validator", "validation" ], "license": "MIT", "main": "./lib/index.js", "name": "jsonschema", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/tdegrunt/jsonschema.git" }, "scripts": { "stryker": "stryker run", "test": "mocha -R spec" }, "typings": "./lib/index.d.ts", "version": "1.4.1" }