forked from enviPath/enviPy
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"_from": "is-my-json-valid@^2.10.0",
|
|
"_id": "is-my-json-valid@2.16.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ochPsqWS1WXj8ZnMIV0vnNXooaMhp7cyL4FMSIPKTtnV0Ha/T19G2b9kkhcNsabV9bxYkze7/aLZJb/bYuFduQ==",
|
|
"_location": "/is-my-json-valid",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-my-json-valid@^2.10.0",
|
|
"name": "is-my-json-valid",
|
|
"escapedName": "is-my-json-valid",
|
|
"rawSpec": "^2.10.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.10.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/coveralls/har-validator",
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz",
|
|
"_shasum": "5a846777e2c2620d1e69104e5d3a03b1f6088f11",
|
|
"_spec": "is-my-json-valid@^2.10.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/eslint",
|
|
"author": {
|
|
"name": "Mathias Buus"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"generate-function": "^2.0.0",
|
|
"generate-object-property": "^1.1.0",
|
|
"jsonpointer": "^4.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A JSONSchema validator that uses code generation to be extremely fast",
|
|
"devDependencies": {
|
|
"tape": "^2.13.4"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/is-my-json-valid",
|
|
"keywords": [
|
|
"json",
|
|
"schema",
|
|
"orderly",
|
|
"jsonschema"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-my-json-valid",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "2.16.1"
|
|
}
|