Feuerwehr-eppingen/node_modules/is-my-json-valid/package.json

126 lines
3.2 KiB
JSON

{
"_args": [
[
{
"raw": "is-my-json-valid@^2.12.4",
"scope": null,
"escapedName": "is-my-json-valid",
"name": "is-my-json-valid",
"rawSpec": "^2.12.4",
"spec": ">=2.12.4 <3.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/har-validator"
]
],
"_from": "is-my-json-valid@>=2.12.4 <3.0.0",
"_id": "is-my-json-valid@2.17.2",
"_inCache": true,
"_location": "/is-my-json-valid",
"_nodeVersion": "9.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-my-json-valid_2.17.2_1518621185548_0.9857997698990124"
},
"_npmUser": {
"name": "linusu",
"email": "linus@folkdatorn.se"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "is-my-json-valid@^2.12.4",
"scope": null,
"escapedName": "is-my-json-valid",
"name": "is-my-json-valid",
"rawSpec": "^2.12.4",
"spec": ">=2.12.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
"_shasum": "6b2103a288e94ef3de5cf15d29dd85fc4b78d65c",
"_shrinkwrap": null,
"_spec": "is-my-json-valid@^2.12.4",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/har-validator",
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
"shasum": "6b2103a288e94ef3de5cf15d29dd85fc4b78d65c",
"tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
"fileCount": 45,
"unpackedSize": 113379
},
"gitHead": "10ddd9d83d17d32ab194191263d5f752b3ee42bd",
"homepage": "https://github.com/mafintosh/is-my-json-valid",
"keywords": [
"json",
"schema",
"orderly",
"jsonschema"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "emilbay",
"email": "github@tixz.dk"
},
{
"name": "emilbayes",
"email": "github@tixz.dk"
},
{
"name": "freeall",
"email": "freeall@gmail.com"
},
{
"name": "linusu",
"email": "linus@folkdatorn.se"
},
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
{
"name": "watson",
"email": "w@tson.dk"
},
{
"name": "yoshuawuyts",
"email": "i@yoshuawuyts.com"
}
],
"name": "is-my-json-valid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.17.2"
}