blob: ac68cbd7d8bc8be1e75ae5cd6a128d191be62760 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-absolute@^1.0.0",
3 "_id": "is-absolute@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
6 "_location": "/is-absolute",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-absolute@^1.0.0",
12 "name": "is-absolute",
13 "escapedName": "is-absolute",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/parse-filepath",
20 "/to-absolute-glob"
21 ],
22 "_resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
23 "_shasum": "395e1ae84b11f26ad1795e73c17378e48a301576",
24 "_spec": "is-absolute@^1.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\parse-filepath",
26 "author": {
27 "name": "Jon Schlinkert",
28 "url": "https://github.com/jonschlinkert"
29 },
30 "bugs": {
31 "url": "https://github.com/jonschlinkert/is-absolute/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Elan Shanker",
37 "url": "https://github.com/es128"
38 },
39 {
40 "name": "Jon Schlinkert",
41 "url": "http://twitter.com/jonschlinkert"
42 },
43 {
44 "name": "Shinnosuke Watanabe",
45 "url": "https://shinnn.github.io"
46 },
47 {
48 "url": "http://sobak.pl"
49 }
50 ],
51 "dependencies": {
52 "is-relative": "^1.0.0",
53 "is-windows": "^1.0.1"
54 },
55 "deprecated": false,
56 "description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
57 "devDependencies": {
58 "gulp-format-md": "^1.0.0",
59 "mocha": "^3.4.2"
60 },
61 "engines": {
62 "node": ">=0.10.0"
63 },
64 "files": [
65 "index.js"
66 ],
67 "homepage": "https://github.com/jonschlinkert/is-absolute",
68 "keywords": [
69 "absolute",
70 "built",
71 "built-in",
72 "check",
73 "core",
74 "detect",
75 "dir",
76 "file",
77 "filepath",
78 "is",
79 "is-absolute",
80 "isabsolute",
81 "normalize",
82 "path",
83 "path-absolute",
84 "path-is-absolute",
85 "paths",
86 "polyfill",
87 "relative",
88 "resolve",
89 "shim",
90 "slash",
91 "slashes",
92 "uri",
93 "url",
94 "util",
95 "utils"
96 ],
97 "license": "MIT",
98 "main": "index.js",
99 "name": "is-absolute",
100 "repository": {
101 "type": "git",
102 "url": "git+https://github.com/jonschlinkert/is-absolute.git"
103 },
104 "scripts": {
105 "test": "mocha"
106 },
107 "verb": {
108 "run": true,
109 "toc": false,
110 "layout": "default",
111 "tasks": [
112 "readme"
113 ],
114 "plugins": [
115 "gulp-format-md"
116 ],
117 "related": {
118 "list": [
119 "is-dotfile",
120 "is-glob",
121 "is-relative",
122 "is-unc-path",
123 "is-valid-glob"
124 ]
125 },
126 "reflinks": [
127 "verb"
128 ],
129 "lint": {
130 "reflinks": true
131 }
132 },
133 "version": "1.0.0"
134}