2017-05-28 00:38:50 +02:00
|
|
|
{
|
|
|
|
"name": "is-url",
|
2018-09-20 02:56:13 +02:00
|
|
|
"description": "Check whether a string is a URL.",
|
2017-05-28 00:38:50 +02:00
|
|
|
"repository": "https://github.com/segmentio/is-url",
|
2018-09-20 02:56:13 +02:00
|
|
|
"version": "1.2.4",
|
2017-05-28 00:38:50 +02:00
|
|
|
"scripts": {
|
2018-09-20 02:56:13 +02:00
|
|
|
"test": "mocha --reporter spec"
|
2017-05-28 00:38:50 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "*"
|
|
|
|
}
|
|
|
|
}
|