Bones/node_modules/is-my-json-valid/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

112 lines
2.7 KiB
JSON

{
"_args": [
[
"is-my-json-valid@^2.12.4",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\har-validator"
]
],
"_from": "is-my-json-valid@>=2.12.4-0 <3.0.0-0",
"_id": "is-my-json-valid@2.16.0",
"_inCache": true,
"_location": "/is-my-json-valid",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/is-my-json-valid-2.16.0.tgz_1488122410016_0.7586333625949919"
},
"_npmUser": {
"email": "linus@folkdatorn.se",
"name": "linusu"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"name": "is-my-json-valid",
"raw": "is-my-json-valid@^2.12.4",
"rawSpec": "^2.12.4",
"scope": null,
"spec": ">=2.12.4-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz",
"_shasum": "f079dd9bfdae65ee2038aae8acbc86ab109e3693",
"_shrinkwrap": null,
"_spec": "is-my-json-valid@^2.12.4",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\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",
"jsonpointer": "^4.0.0",
"xtend": "^4.0.0"
},
"description": "A JSONSchema validator that uses code generation to be extremely fast",
"devDependencies": {
"tape": "^2.13.4"
},
"directories": {},
"dist": {
"shasum": "f079dd9bfdae65ee2038aae8acbc86ab109e3693",
"tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz"
},
"gitHead": "01db30a6c968bfa87f2b6e16a905e73172bc6bea",
"homepage": "https://github.com/mafintosh/is-my-json-valid",
"installable": true,
"keywords": [
"json",
"jsonschema",
"orderly",
"schema"
],
"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": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.16.0"
}