forked from validatem/core
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@validatem/core",
|
|
"description": "The last validation library you'll ever need.",
|
|
"keywords": [
|
|
"validation",
|
|
"input",
|
|
"verification",
|
|
"data"
|
|
],
|
|
"version": "0.3.12",
|
|
"main": "index.js",
|
|
"repository": "http://git.cryto.net/validatem/core.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"@validatem/annotate-errors": "^0.1.2",
|
|
"@validatem/any-property": "^0.1.0",
|
|
"@validatem/error": "^1.0.0",
|
|
"@validatem/match-validation-error": "^0.1.0",
|
|
"@validatem/match-versioned-special": "^0.1.0",
|
|
"@validatem/match-virtual-property": "^0.1.0",
|
|
"@validatem/normalize-rules": "^0.1.0",
|
|
"@validatem/required": "^0.1.0",
|
|
"@validatem/validation-result": "^0.1.1",
|
|
"@validatem/virtual-property": "^0.1.0",
|
|
"as-expression": "^1.0.0",
|
|
"assure-array": "^1.0.0",
|
|
"create-error": "^0.3.1",
|
|
"default-value": "^1.0.0",
|
|
"execall": "^2.0.0",
|
|
"flatten": "^1.0.3",
|
|
"indent-string": "^4.0.0",
|
|
"is-arguments": "^1.0.4",
|
|
"supports-color": "^7.1.0",
|
|
"syncpipe": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"@validatem/array-of": "^0.1.0",
|
|
"@validatem/is-boolean": "^0.1.0",
|
|
"@validatem/is-number": "^0.1.1",
|
|
"@validatem/is-string": "^0.1.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|