aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isurl/package.json
blob: 08527231869c35d5fe80a579ba5aacf0f3ed4342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "isurl",
  "description": "Checks whether a value is a WHATWG URL.",
  "version": "1.0.0",
  "license": "MIT",
  "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
  "repository": "stevenvachon/isurl",
  "dependencies": {
    "has-to-string-tag-x": "^1.2.0",
    "is-object": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "mocha": "^3.4.2",
    "semver": "^5.3.0",
    "universal-url": "^1.0.0"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "mocha test --check-leaks --bail"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "uri",
    "url",
    "whatwg"
  ]
}