You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
635 B
34 lines
635 B
{
|
|
"name": "is-my-json-valid",
|
|
"version": "2.20.6",
|
|
"license": "MIT",
|
|
"repository": "mafintosh/is-my-json-valid",
|
|
"files": [
|
|
"formats.js",
|
|
"index.d.ts",
|
|
"index.js",
|
|
"require.js"
|
|
],
|
|
"scripts": {
|
|
"test": "tape test/*.js && tsc"
|
|
},
|
|
"dependencies": {
|
|
"generate-function": "^2.0.0",
|
|
"generate-object-property": "^1.1.0",
|
|
"is-my-ip-valid": "^1.0.0",
|
|
"jsonpointer": "^5.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"safe-regex": "^1.1.0",
|
|
"tape": "^2.13.4",
|
|
"typescript": "^3.0.1"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"schema",
|
|
"orderly",
|
|
"jsonschema"
|
|
]
|
|
}
|