Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « is-relative « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70618409329c92539efc304b907c87adaeb26f33 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "_args": [
    [
      "is-relative@^0.1.0",
      "/Users/rebecca/code/npm/node_modules/is-absolute"
    ]
  ],
  "_from": "is-relative@>=0.1.0 <0.2.0",
  "_id": "is-relative@0.1.3",
  "_inCache": true,
  "_location": "/is-relative",
  "_npmUser": {
    "email": "github@sellside.com",
    "name": "jonschlinkert"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-relative",
    "raw": "is-relative@^0.1.0",
    "rawSpec": "^0.1.0",
    "scope": null,
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/is-absolute"
  ],
  "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz",
  "_shasum": "905fee8ae86f45b3ec614bc3c15c869df0876e82",
  "_shrinkwrap": null,
  "_spec": "is-relative@^0.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/is-absolute",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/is-relative/issues"
  },
  "dependencies": {},
  "description": "Returns `true` if the path appears to be relative.",
  "devDependencies": {
    "mocha": "*",
    "verb": ">= 0.2.6",
    "verb-tag-jscomments": "^0.1.4"
  },
  "directories": {},
  "dist": {
    "shasum": "905fee8ae86f45b3ec614bc3c15c869df0876e82",
    "tarball": "http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "LICENSE-MIT",
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/is-relative",
  "keywords": [
    "absolute",
    "check",
    "file",
    "filepath",
    "is",
    "normalize",
    "path",
    "path.relative",
    "relative",
    "resolve",
    "slash",
    "slashes",
    "uri",
    "url"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/is-relative/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    }
  ],
  "name": "is-relative",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/is-relative.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.3"
}