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.

36 lines
1.2 KiB
JSON

{
"name": "@validatem/core",
"description": "The last validation library you'll ever need.",
"keywords": ["validation", "input", "verification", "data"],
"version": "0.3.0",
"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/is-plain-object": "^0.1.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",
"array.prototype.flat": "^1.2.3",
"assure-array": "^1.0.0",
"create-error": "^0.3.1",
"default-value": "^1.0.0",
"is-arguments": "^1.0.4"
},
"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"
}
}