blob: b7454ce0ddacdc482f44509d0b8f7a5cca65e318 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "path-root@^0.1.1",
3 "_id": "path-root@0.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
6 "_location": "/path-root",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-root@^0.1.1",
12 "name": "path-root",
13 "escapedName": "path-root",
14 "rawSpec": "^0.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.1"
17 },
18 "_requiredBy": [
19 "/parse-filepath"
20 ],
21 "_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
22 "_shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7",
23 "_spec": "path-root@^0.1.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\parse-filepath",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/path-root/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "path-root-regex": "^0.1.0"
35 },
36 "deprecated": false,
37 "description": "Get the root of a posix or windows filepath.",
38 "devDependencies": {
39 "gulp-format-md": "^0.1.7",
40 "mocha": "^2.4.5"
41 },
42 "engines": {
43 "node": ">=0.10.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/jonschlinkert/path-root",
49 "keywords": [
50 "path",
51 "root"
52 ],
53 "license": "MIT",
54 "main": "index.js",
55 "name": "path-root",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/jonschlinkert/path-root.git"
59 },
60 "scripts": {
61 "test": "mocha"
62 },
63 "verb": {
64 "run": true,
65 "toc": false,
66 "layout": "default",
67 "tasks": [
68 "readme"
69 ],
70 "plugins": [
71 "gulp-format-md"
72 ],
73 "related": {
74 "highlight": "parse-filepath",
75 "list": [
76 "path-root-regex",
77 "parse-filepath",
78 "is-absolute"
79 ]
80 },
81 "reflinks": [
82 "verb"
83 ],
84 "lint": {
85 "reflinks": true
86 }
87 },
88 "version": "0.1.1"
89}