Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
63
node_modules/jsonschema/package.json
generated
vendored
63
node_modules/jsonschema/package.json
generated
vendored
|
|
@ -1,25 +1,55 @@
|
|||
{
|
||||
"author": "Tom de Grunt <tom@degrunt.nl>",
|
||||
"name": "jsonschema",
|
||||
"version": "1.2.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"_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"
|
||||
}
|
||||
],
|
||||
"main": "./lib",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"dependencies": {},
|
||||
"description": "A fast and easy to use JSON Schema validator",
|
||||
"devDependencies": {
|
||||
"chai": "~1.5.0",
|
||||
"json-metaschema": "^1.2.0",
|
||||
"mocha": "~3",
|
||||
"chai": "~1.5.0"
|
||||
"mocha": "~3"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/tdegrunt/jsonschema#readme",
|
||||
"keywords": [
|
||||
"json",
|
||||
"schema",
|
||||
|
|
@ -27,12 +57,17 @@
|
|||
"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": "./node_modules/.bin/mocha -R spec"
|
||||
}
|
||||
}
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"typings": "./lib/index.d.ts",
|
||||
"version": "1.2.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue