1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "json-schema@0.2.3",
- "/home/lyxaira/Artesanias/artesanias/node_modules/jsprim"
- ]
- ],
- "_from": "json-schema@0.2.3",
- "_id": "json-schema@0.2.3",
- "_inCache": true,
- "_installable": true,
- "_location": "/json-schema",
- "_nodeVersion": "6.1.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/json-schema-0.2.3.tgz_1473699189380_0.7420965158380568"
- },
- "_npmUser": {
- "email": "kriszyp@gmail.com",
- "name": "kriszyp"
- },
- "_npmVersion": "3.8.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "json-schema",
- "raw": "json-schema@0.2.3",
- "rawSpec": "0.2.3",
- "scope": null,
- "spec": "0.2.3",
- "type": "version"
- },
- "_requiredBy": [
- "/jsprim"
- ],
- "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
- "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
- "_shrinkwrap": null,
- "_spec": "json-schema@0.2.3",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/jsprim",
- "author": {
- "name": "Kris Zyp"
- },
- "bugs": {
- "url": "https://github.com/kriszyp/json-schema/issues"
- },
- "dependencies": {},
- "description": "JSON Schema validation and specifications",
- "devDependencies": {
- "vows": "*"
- },
- "directories": {
- "lib": "./lib"
- },
- "dist": {
- "shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
- "tarball": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
- },
- "gitHead": "07ae2c618b5f581dbc108e065f4f95dcf0a1d85f",
- "homepage": "https://github.com/kriszyp/json-schema#readme",
- "keywords": [
- "json",
- "schema"
- ],
- "licenses": [
- {
- "type": "AFLv2.1",
- "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
- },
- {
- "type": "BSD",
- "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
- }
- ],
- "main": "./lib/validate.js",
- "maintainers": [
- {
- "name": "kriszyp",
- "email": "kriszyp@gmail.com"
- }
- ],
- "name": "json-schema",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
- },
- "scripts": {
- "test": "echo TESTS DISABLED vows --spec test/*.js"
- },
- "version": "0.2.3"
- }
|