blob: d7d8c96b71ba88c307a3542ac2ed045b97038b49 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "global-prefix@^1.0.1",
3 "_id": "global-prefix@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
6 "_location": "/global-prefix",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "global-prefix@^1.0.1",
12 "name": "global-prefix",
13 "escapedName": "global-prefix",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/global-modules"
20 ],
21 "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
22 "_shasum": "dbf743c6c14992593c655568cb66ed32c0122ebe",
23 "_spec": "global-prefix@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\global-modules",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/global-prefix/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Alexandr Bogachev",
36 "url": "https://github.com/rmbaad"
37 },
38 {
39 "name": "Brian Woodward",
40 "url": "https://twitter.com/doowb"
41 },
42 {
43 "name": "Charlike Mike Reagent",
44 "url": "https://i.am.charlike.online"
45 },
46 {
47 "name": "JasonChang",
48 "url": "https://packagist.org/packages/jason-chang"
49 },
50 {
51 "name": "Jon Schlinkert",
52 "url": "http://twitter.com/jonschlinkert"
53 },
54 {
55 "name": "Jorrit Schippers",
56 "url": "https://www.ncode.nl"
57 },
58 {
59 "name": "Mathias Rasmussen",
60 "url": "chrome://dino"
61 },
62 {
63 "name": "Ross Fenning",
64 "url": "http://rossfenning.co.uk"
65 }
66 ],
67 "dependencies": {
68 "expand-tilde": "^2.0.2",
69 "homedir-polyfill": "^1.0.1",
70 "ini": "^1.3.4",
71 "is-windows": "^1.0.1",
72 "which": "^1.2.14"
73 },
74 "deprecated": false,
75 "description": "Get the npm global path prefix.",
76 "devDependencies": {
77 "gulp-format-md": "^0.1.12",
78 "mocha": "^3.4.2"
79 },
80 "engines": {
81 "node": ">=0.10.0"
82 },
83 "files": [
84 "index.js"
85 ],
86 "homepage": "https://github.com/jonschlinkert/global-prefix",
87 "keywords": [
88 "global",
89 "module",
90 "modules",
91 "npm",
92 "path",
93 "prefix",
94 "resolve"
95 ],
96 "license": "MIT",
97 "main": "index.js",
98 "name": "global-prefix",
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/jonschlinkert/global-prefix.git"
102 },
103 "scripts": {
104 "test": "mocha"
105 },
106 "verb": {
107 "run": true,
108 "toc": false,
109 "layout": "default",
110 "tasks": [
111 "readme"
112 ],
113 "plugins": [
114 "gulp-format-md"
115 ],
116 "related": {
117 "list": [
118 "global-modules",
119 "global-paths"
120 ]
121 },
122 "reflinks": [
123 "verb"
124 ],
125 "lint": {
126 "reflinks": true
127 }
128 },
129 "version": "1.0.2"
130}