urltomarkdown/node_modules/@7c/validurl/package.json

25 lines
466 B
JSON
Executable File

{
"name": "@7c/validurl",
"version": "0.0.3",
"description": "rigorous url validation",
"keywords": [
"url",
"validation"
],
"repository": {
"type": "git",
"url": "https://github.com/7c/validurl.git"
},
"main": "validURL.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha tests/*.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"should": "^13.2.3"
}
}