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.

23 lines
695 B
JSON

{
"name": "@validatem/normalize-rules",
"description": "Flattens and normalizes a list of rules, ready for pre-processing in a combinator",
"version": "0.1.3",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/normalize-rules.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/has-shape": "^0.1.0",
"@validatem/is-plain-object": "^0.1.0",
"@validatem/match-special": "^0.1.0",
"assure-array": "^1.0.0",
"default-value": "^1.0.0",
"flatten": "^1.0.3",
"is-plain-obj": "^2.1.0"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^6.8.0"
}
}