You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
416 B
25 lines
416 B
{
|
|
"name": "valid-url",
|
|
"description": "URI validation functions",
|
|
"keywords": [
|
|
"url",
|
|
"validation",
|
|
"check",
|
|
"checker",
|
|
"pattern"
|
|
],
|
|
"version": "1.0.9",
|
|
"repository": {
|
|
"url": "git://github.com/ogt/valid-url.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "~0.4.3",
|
|
"jshint": "~2.1.4"
|
|
}
|
|
}
|