1{ 2 "_from": "json-schema@0.4.0", 3 "_id": "json-schema@0.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", 6 "_location": "/json-schema", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "json-schema@0.4.0", 12 "name": "json-schema", 13 "escapedName": "json-schema", 14 "rawSpec": "0.4.0", 15 "saveSpec": null, 16 "fetchSpec": "0.4.0" 17 }, 18 "_requiredBy": [ 19 "/jsprim" 20 ], 21 "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", 22 "_shasum": "f7de4cf6efab838ebaeb3236474cbba5a1930ab5", 23 "_spec": "json-schema@0.4.0", 24 "_where": "/Users/ruyadorno/Documents/workspace/cli/legacy/node_modules/jsprim", 25 "author": { 26 "name": "Kris Zyp" 27 }, 28 "bugs": { 29 "url": "https://github.com/kriszyp/json-schema/issues" 30 }, 31 "bundleDependencies": false, 32 "deprecated": false, 33 "description": "JSON Schema validation and specifications", 34 "devDependencies": { 35 "vows": "*" 36 }, 37 "directories": { 38 "lib": "./lib" 39 }, 40 "files": [ 41 "lib" 42 ], 43 "homepage": "https://github.com/kriszyp/json-schema#readme", 44 "keywords": [ 45 "json", 46 "schema" 47 ], 48 "license": "(AFL-2.1 OR BSD-3-Clause)", 49 "main": "./lib/validate.js", 50 "maintainers": [ 51 { 52 "name": "Kris Zyp", 53 "email": "kriszyp@gmail.com" 54 } 55 ], 56 "name": "json-schema", 57 "repository": { 58 "type": "git", 59 "url": "git+ssh://git@github.com/kriszyp/json-schema.git" 60 }, 61 "scripts": { 62 "test": "vows --spec test/*.js" 63 }, 64 "version": "0.4.0" 65} 66