react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / is-my-json-valid / package.json
81151 views{1"name": "is-my-json-valid",2"version": "2.12.0",3"description": "A JSONSchema validator that uses code generation to be extremely fast",4"main": "index.js",5"dependencies": {6"generate-function": "^2.0.0",7"generate-object-property": "^1.1.0",8"jsonpointer": "^1.1.0",9"xtend": "^4.0.0"10},11"devDependencies": {12"tape": "^2.13.4"13},14"scripts": {15"test": "tape test/*.js"16},17"repository": {18"type": "git",19"url": "https://github.com/mafintosh/is-my-json-valid"20},21"keywords": [22"json",23"schema",24"orderly",25"jsonschema"26],27"author": {28"name": "Mathias Buus"29},30"license": "MIT",31"bugs": {32"url": "https://github.com/mafintosh/is-my-json-valid/issues"33},34"homepage": "https://github.com/mafintosh/is-my-json-valid",35"gitHead": "fc2d995ecb1bdb0f367ddf114dfd069265043c6c",36"_id": "[email protected]",37"_shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",38"_from": "is-my-json-valid@>=2.12.0 <3.0.0",39"_npmVersion": "2.9.0",40"_nodeVersion": "2.0.1",41"_npmUser": {42"name": "mafintosh",43"email": "[email protected]"44},45"maintainers": [46{47"name": "mafintosh",48"email": "[email protected]"49},50{51"name": "watson",52"email": "[email protected]"53},54{55"name": "freeall",56"email": "[email protected]"57}58],59"dist": {60"shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",61"tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz"62},63"directories": {},64"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz"65}666768