This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/valid-url/package.json

25 lines
416 B
JSON

{
"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"
}
}