aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-relative/package.json
blob: 1174c1af58ca7dd08b295afc830bd0520a59bf95 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "is-relative",
  "description": "Returns `true` if the path appears to be relative.",
  "version": "0.2.1",
  "homepage": "https://github.com/jonschlinkert/is-relative",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/is-relative",
  "bugs": {
    "url": "https://github.com/jonschlinkert/is-relative/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "is-unc-path": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "absolute",
    "check",
    "file",
    "filepath",
    "is",
    "normalize",
    "path",
    "path.relative",
    "relative",
    "resolve",
    "slash",
    "slashes",
    "uri",
    "url"
  ],
  "verb": {
    "related": {
      "list": [
        "is-absolute",
        "is-relative",
        "is-dotfile",
        "is-glob",
        "is-unc-path"
      ]
    }
  }
}