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
585 B
JSON

{
"name": "@modular-matrix/is-mxc-url",
"description": "Validatem validator for verifying that a value is a valid MXC URL",
"keywords": [
"validatem",
"validator"
],
"version": "0.1.2",
"main": "index.js",
"repository": "http://git.cryto.net/modular-matrix/is-mxc-url.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/error": "^1.1.0",
"@validatem/ignore-result": "^0.1.1",
"@validatem/is-url": "^0.2.0",
"@validatem/wrap-error": "^0.2.0"
},
"devDependencies": {
"@validatem/core": "^0.3.12"
}
}