blob: 4fe0bae83a78e36022d3524729eb1e4baa21d550 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "global-modules@^1.0.0",
3 "_id": "global-modules@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
6 "_location": "/global-modules",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "global-modules@^1.0.0",
12 "name": "global-modules",
13 "escapedName": "global-modules",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/resolve-dir"
20 ],
21 "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
22 "_shasum": "6d770f0eb523ac78164d72b5e71a8877265cc3ea",
23 "_spec": "global-modules@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\resolve-dir",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/global-modules/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "JasonChang",
36 "url": "https://packagist.org/packages/jason-chang"
37 },
38 {
39 "name": "Jon Schlinkert",
40 "url": "http://twitter.com/jonschlinkert"
41 },
42 {
43 "name": "Kiko Beats",
44 "url": "https://kikobeats.com"
45 }
46 ],
47 "dependencies": {
48 "global-prefix": "^1.0.1",
49 "is-windows": "^1.0.1",
50 "resolve-dir": "^1.0.0"
51 },
52 "deprecated": false,
53 "description": "The directory used by npm for globally installed npm modules.",
54 "devDependencies": {
55 "gulp-format-md": "^0.1.12",
56 "mocha": "^3.4.2"
57 },
58 "engines": {
59 "node": ">=0.10.0"
60 },
61 "files": [
62 "index.js"
63 ],
64 "homepage": "https://github.com/jonschlinkert/global-modules",
65 "keywords": [
66 "directory",
67 "dirname",
68 "global",
69 "module",
70 "modules",
71 "package",
72 "path",
73 "prefix",
74 "resolve"
75 ],
76 "license": "MIT",
77 "main": "index.js",
78 "name": "global-modules",
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/jonschlinkert/global-modules.git"
82 },
83 "scripts": {
84 "test": "mocha"
85 },
86 "verb": {
87 "run": true,
88 "toc": false,
89 "layout": "default",
90 "tasks": [
91 "readme"
92 ],
93 "plugins": [
94 "gulp-format-md"
95 ],
96 "related": {
97 "list": [
98 "homedir-polyfill",
99 "git-config-path",
100 "global-prefix",
101 "npm-paths"
102 ]
103 },
104 "reflinks": [
105 "verb"
106 ],
107 "lint": {
108 "reflinks": true
109 }
110 },
111 "version": "1.0.0"
112}