blob: 2ed19204248193d46b5221e5d995c9f211e2d555 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "path-is-absolute@^1.0.0",
3 "_id": "path-is-absolute@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
6 "_location": "/path-is-absolute",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-is-absolute@^1.0.0",
12 "name": "path-is-absolute",
13 "escapedName": "path-is-absolute",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/findup-sync/glob",
20 "/glob"
21 ],
22 "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
23 "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
24 "_spec": "path-is-absolute@^1.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\findup-sync\\node_modules\\glob",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/path-is-absolute/issues"
33 },
34 "bundleDependencies": false,
35 "deprecated": false,
36 "description": "Node.js 0.12 path.isAbsolute() ponyfill",
37 "devDependencies": {
38 "xo": "^0.16.0"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
47 "keywords": [
48 "path",
49 "paths",
50 "file",
51 "dir",
52 "absolute",
53 "isabsolute",
54 "is-absolute",
55 "built-in",
56 "util",
57 "utils",
58 "core",
59 "ponyfill",
60 "polyfill",
61 "shim",
62 "is",
63 "detect",
64 "check"
65 ],
66 "license": "MIT",
67 "name": "path-is-absolute",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
71 },
72 "scripts": {
73 "test": "xo && node test.js"
74 },
75 "version": "1.0.1"
76}