codeql-action/node_modules/jsonschema/package.json
2020-06-24 14:33:14 +01:00

73 lines
1.6 KiB
JSON

{
"_args": [
[
"jsonschema@1.2.6",
"/Users/sam/code/codeql-action"
]
],
"_from": "jsonschema@1.2.6",
"_id": "jsonschema@1.2.6",
"_inBundle": false,
"_integrity": "sha512-SqhURKZG07JyKKeo/ir24QnS4/BV7a6gQy93bUSe4lUdNp0QNpIz2c9elWJQ9dpc5cQYY6cvCzgRwy0MQCLyqA==",
"_location": "/jsonschema",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jsonschema@1.2.6",
"name": "jsonschema",
"escapedName": "jsonschema",
"rawSpec": "1.2.6",
"saveSpec": null,
"fetchSpec": "1.2.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.6.tgz",
"_spec": "1.2.6",
"_where": "/Users/sam/code/codeql-action",
"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": {
"chai": "~1.5.0",
"json-metaschema": "^1.2.0",
"mocha": "~3"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/tdegrunt/jsonschema#readme",
"keywords": [
"json",
"schema",
"jsonschema",
"validator",
"validation"
],
"license": "MIT",
"main": "./lib",
"name": "jsonschema",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/tdegrunt/jsonschema.git"
},
"scripts": {
"test": "mocha -R spec"
},
"typings": "./lib/index.d.ts",
"version": "1.2.6"
}