FLUJOS/BACK_BACK/node_modules/is-url/package.json
2025-11-07 00:06:12 +01:00

13 lines
274 B
JSON
Executable file

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