blob: 507388381a2ca6363963502e8d443942600719fc [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-relative@^1.0.0",
3 "_id": "is-relative@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
6 "_location": "/is-relative",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-relative@^1.0.0",
12 "name": "is-relative",
13 "escapedName": "is-relative",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/is-absolute"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
22 "_shasum": "a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d",
23 "_spec": "is-relative@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-absolute",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/is-relative/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Jon Schlinkert",
36 "url": "http://twitter.com/jonschlinkert"
37 },
38 {
39 "name": "Shinnosuke Watanabe",
40 "url": "https://shinnn.github.io"
41 }
42 ],
43 "dependencies": {
44 "is-unc-path": "^1.0.0"
45 },
46 "deprecated": false,
47 "description": "Returns `true` if the path appears to be relative.",
48 "devDependencies": {
49 "gulp-format-md": "^1.0.0",
50 "mocha": "^3.4.2"
51 },
52 "engines": {
53 "node": ">=0.10.0"
54 },
55 "files": [
56 "index.js"
57 ],
58 "homepage": "https://github.com/jonschlinkert/is-relative",
59 "keywords": [
60 "absolute",
61 "check",
62 "file",
63 "filepath",
64 "is",
65 "normalize",
66 "path",
67 "path.relative",
68 "relative",
69 "resolve",
70 "slash",
71 "slashes",
72 "uri",
73 "url"
74 ],
75 "license": "MIT",
76 "main": "index.js",
77 "name": "is-relative",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/jonschlinkert/is-relative.git"
81 },
82 "scripts": {
83 "test": "mocha"
84 },
85 "verb": {
86 "related": {
87 "list": [
88 "is-absolute",
89 "is-dotfile",
90 "is-glob",
91 "is-relative",
92 "is-unc-path"
93 ]
94 },
95 "toc": false,
96 "layout": "default",
97 "tasks": [
98 "readme"
99 ],
100 "plugins": [
101 "gulp-format-md"
102 ],
103 "lint": {
104 "reflinks": true
105 }
106 },
107 "version": "1.0.0"
108}