123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "is-my-json-valid@^2.12.4",
- "D:\\work\\im\\node_modules\\har-validator"
- ]
- ],
- "_from": "is-my-json-valid@>=2.12.4 <3.0.0",
- "_id": "is-my-json-valid@2.13.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/is-my-json-valid",
- "_nodeVersion": "4.2.3",
- "_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/is-my-json-valid-2.13.1.tgz_1456180270224_0.17748022079467773"
- },
- "_npmUser": {
- "email": "mathiasbuus@gmail.com",
- "name": "mafintosh"
- },
- "_npmVersion": "2.14.7",
- "_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 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/har-validator"
- ],
- "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz",
- "_shasum": "d55778a82feb6b0963ff4be111d5d1684e890707",
- "_shrinkwrap": null,
- "_spec": "is-my-json-valid@^2.12.4",
- "_where": "D:\\work\\im\\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": "2.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": "d55778a82feb6b0963ff4be111d5d1684e890707",
- "tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz"
- },
- "gitHead": "5bacc71441750bc6e79829abcfc21d4f2f0c4396",
- "homepage": "https://github.com/mafintosh/is-my-json-valid",
- "keywords": [
- "json",
- "schema",
- "orderly",
- "jsonschema"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "freeall@gmail.com",
- "name": "freeall"
- },
- {
- "email": "mathiasbuus@gmail.com",
- "name": "mafintosh"
- },
- {
- "email": "w@tson.dk",
- "name": "watson"
- },
- {
- "email": "i@yoshuawuyts.com",
- "name": "yoshuawuyts"
- }
- ],
- "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.13.1"
- }
|