mirror of
https://github.com/github/codeql-action.git
synced 2026-01-07 07:00:28 +08:00
update deps
This commit is contained in:
67
node_modules/jsonschema/package.json
generated
vendored
67
node_modules/jsonschema/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user