lml-main
Version:
This is now a mono repository published into many standalone packages.
67 lines (66 loc) • 1.76 kB
JSON
{
"_args": [
[
"is-my-json-valid@2.17.2",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "is-my-json-valid@2.17.2",
"_id": "is-my-json-valid@2.17.2",
"_inBundle": false,
"_integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
"_location": "/is-my-json-valid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-my-json-valid@2.17.2",
"name": "is-my-json-valid",
"escapedName": "is-my-json-valid",
"rawSpec": "2.17.2",
"saveSpec": null,
"fetchSpec": "2.17.2"
},
"_requiredBy": [
"/node-sass/har-validator"
],
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
"_spec": "2.17.2",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
},
"dependencies": {
"generate-function": "^2.0.0",
"generate-object-property": "^1.1.0",
"is-my-ip-valid": "^1.0.0",
"jsonpointer": "^4.0.0",
"xtend": "^4.0.0"
},
"description": "A JSONSchema validator that uses code generation to be extremely fast",
"devDependencies": {
"safe-regex": "^1.1.0",
"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.17.2"
}