vvet_backend_1/node_modules/is-url/package.json

14 lines
274 B
JSON
Raw Normal View History

2025-05-09 12:46:18 +05:30
{
"name": "is-url",
"description": "Check whether a string is a URL.",
"repository": "https://github.com/segmentio/is-url",
"version": "1.2.4",
"scripts": {
"test": "mocha --reporter spec"
},
"license": "MIT",
"devDependencies": {
"mocha": "*"
}
}