update deps

This commit is contained in:
Alex Kalyvitis
2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

67
node_modules/jsonschema/package.json generated vendored
View File

@@ -1,55 +1,25 @@
{
"_args": [
[
"jsonschema@1.2.6",
"/Users/alexkappa/Code/ts/github.com/github/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/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Tom de Grunt",
"email": "tom@degrunt.nl"
},
"bugs": {
"url": "https://github.com/tdegrunt/jsonschema/issues"
},
"author": "Tom de Grunt <tom@degrunt.nl>",
"name": "jsonschema",
"version": "1.2.6",
"license": "MIT",
"dependencies": {},
"contributors": [
{
"name": "Austin Wright"
}
],
"dependencies": {},
"description": "A fast and easy to use JSON Schema validator",
"main": "./lib",
"typings": "./lib/index.d.ts",
"devDependencies": {
"chai": "~1.5.0",
"json-metaschema": "^1.2.0",
"mocha": "~3"
"mocha": "~3",
"chai": "~1.5.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/tdegrunt/jsonschema#readme",
"keywords": [
"json",
"schema",
@@ -57,17 +27,16 @@
"validator",
"validation"
],
"license": "MIT",
"main": "./lib",
"name": "jsonschema",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/tdegrunt/jsonschema.git"
},
"description": "A fast and easy to use JSON Schema validator",
"scripts": {
"test": "mocha -R spec"
},
"typings": "./lib/index.d.ts",
"version": "1.2.6"
}
"test": "./node_modules/.bin/mocha -R spec"
}
,"_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.6.tgz"
,"_integrity": "sha512-SqhURKZG07JyKKeo/ir24QnS4/BV7a6gQy93bUSe4lUdNp0QNpIz2c9elWJQ9dpc5cQYY6cvCzgRwy0MQCLyqA=="
,"_from": "jsonschema@1.2.6"
}