Initial commit
This commit is contained in:
+108
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-my-json-valid@^2.12.4",
|
||||
"/home/xor/shared_vm/git/node-sunwell/node_modules/har-validator"
|
||||
]
|
||||
],
|
||||
"_from": "is-my-json-valid@>=2.12.4 <3.0.0",
|
||||
"_id": "is-my-json-valid@2.15.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/is-my-json-valid",
|
||||
"_nodeVersion": "4.2.6",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/is-my-json-valid-2.15.0.tgz_1475420473174_0.8758093405049294"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "mathiasbuus@gmail.com",
|
||||
"name": "mafintosh"
|
||||
},
|
||||
"_npmVersion": "2.14.12",
|
||||
"_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.15.0.tgz",
|
||||
"_shasum": "936edda3ca3c211fd98f3b2d3e08da43f7b2915b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "is-my-json-valid@^2.12.4",
|
||||
"_where": "/home/xor/shared_vm/git/node-sunwell/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": "936edda3ca3c211fd98f3b2d3e08da43f7b2915b",
|
||||
"tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz"
|
||||
},
|
||||
"gitHead": "c4da71bf1e57083d2dac6e7d123d2e8bd6b9255e",
|
||||
"homepage": "https://github.com/mafintosh/is-my-json-valid",
|
||||
"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": "mafintosh",
|
||||
"email": "mathiasbuus@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "watson",
|
||||
"email": "w@tson.dk"
|
||||
},
|
||||
{
|
||||
"name": "yoshuawuyts",
|
||||
"email": "i@yoshuawuyts.com"
|
||||
}
|
||||
],
|
||||
"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.15.0"
|
||||
}
|
||||
Reference in New Issue
Block a user