Initial commit
[yaffs-website] / node_modules / is-relative / package.json
1 {
2   "_args": [
3     [
4       "is-relative@^0.2.1",
5       "/var/www/yaffs/node_modules/is-absolute"
6     ]
7   ],
8   "_from": "is-relative@>=0.2.1 <0.3.0",
9   "_id": "is-relative@0.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-relative",
13   "_nodeVersion": "0.12.4",
14   "_npmUser": {
15     "email": "github@sellside.com",
16     "name": "jonschlinkert"
17   },
18   "_npmVersion": "2.10.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-relative",
22     "raw": "is-relative@^0.2.1",
23     "rawSpec": "^0.2.1",
24     "scope": null,
25     "spec": ">=0.2.1 <0.3.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/is-absolute"
30   ],
31   "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
32   "_shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
33   "_shrinkwrap": null,
34   "_spec": "is-relative@^0.2.1",
35   "_where": "/var/www/yaffs/node_modules/is-absolute",
36   "author": {
37     "name": "Jon Schlinkert",
38     "url": "https://github.com/jonschlinkert"
39   },
40   "bugs": {
41     "url": "https://github.com/jonschlinkert/is-relative/issues"
42   },
43   "dependencies": {
44     "is-unc-path": "^0.1.1"
45   },
46   "description": "Returns `true` if the path appears to be relative.",
47   "devDependencies": {
48     "mocha": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "d27f4c7d516d175fb610db84bbeef23c3bc97aa5",
53     "tarball": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "5f2fcd8ae42e43e10f2ac1b7b11f1b43ea1844ac",
62   "homepage": "https://github.com/jonschlinkert/is-relative",
63   "keywords": [
64     "absolute",
65     "check",
66     "file",
67     "filepath",
68     "is",
69     "normalize",
70     "path",
71     "path.relative",
72     "relative",
73     "resolve",
74     "slash",
75     "slashes",
76     "uri",
77     "url"
78   ],
79   "license": "MIT",
80   "main": "index.js",
81   "maintainers": [
82     {
83       "name": "jonschlinkert",
84       "email": "github@sellside.com"
85     }
86   ],
87   "name": "is-relative",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/jonschlinkert/is-relative.git"
93   },
94   "scripts": {
95     "test": "mocha"
96   },
97   "verb": {
98     "related": {
99       "list": [
100         "is-absolute",
101         "is-dotfile",
102         "is-glob",
103         "is-relative",
104         "is-unc-path"
105       ]
106     }
107   },
108   "version": "0.2.1"
109 }