forked from validatem/normalize-rules
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.
24 lines
749 B
JSON
24 lines
749 B
JSON
{
|
|
"name": "@validatem/normalize-rules",
|
|
"description": "Flattens and normalizes a list of rules, ready for pre-processing in a combinator",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"array.prototype.flat": "^1.2.3",
|
|
"array.prototype.flatmap": "^1.2.3",
|
|
"assure-array": "^1.0.0",
|
|
"default-value": "^1.0.0",
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|