aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-url/package.json
blob: 14b3744db85c4c460046658cb2c277bde70b0ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "is-url",
  "repository": "https://github.com/segmentio/is-url",
  "version": "1.2.2",
  "scripts": {
    "test": "make test"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "*"
  }
}