Initial commit
[yaffs-website] / node_modules / global-prefix / package.json
1 {
2   "_args": [
3     [
4       "global-prefix@^0.1.4",
5       "/var/www/yaffs/node_modules/global-modules"
6     ]
7   ],
8   "_from": "global-prefix@>=0.1.4 <0.2.0",
9   "_id": "global-prefix@0.1.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/global-prefix",
13   "_nodeVersion": "5.1.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/global-prefix-0.1.5.tgz_1480528187282_0.7493393055628985"
17   },
18   "_npmUser": {
19     "email": "brian.woodward@gmail.com",
20     "name": "doowb"
21   },
22   "_npmVersion": "3.7.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "global-prefix",
26     "raw": "global-prefix@^0.1.4",
27     "rawSpec": "^0.1.4",
28     "scope": null,
29     "spec": ">=0.1.4 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/global-modules"
34   ],
35   "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
36   "_shasum": "8d3bc6b8da3ca8112a160d8d496ff0462bfef78f",
37   "_shrinkwrap": null,
38   "_spec": "global-prefix@^0.1.4",
39   "_where": "/var/www/yaffs/node_modules/global-modules",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/global-prefix/issues"
46   },
47   "contributors": [
48     {
49       "name": "Jon Schlinkert",
50       "email": "jon.schlinkert@sellside.com",
51       "url": "http://twitter.com/jonschlinkert"
52     },
53     {
54       "name": "Alexandr Bogachev",
55       "email": "kuksikus@gmail.com",
56       "url": "https://github.com/rmbaad"
57     },
58     {
59       "name": "JasonChang",
60       "email": "chaoyue.chang@qq.com",
61       "url": "https://packagist.org/packages/jason-chang"
62     },
63     {
64       "name": "Jorrit Schippers",
65       "url": "https://www.ncode.nl"
66     },
67     {
68       "name": "Mathias Rasmussen",
69       "url": "https://github.com/mathiasvr"
70     },
71     {
72       "name": "Charlike Mike Reagent",
73       "url": "http://i.am.charlike.online"
74     }
75   ],
76   "dependencies": {
77     "homedir-polyfill": "^1.0.0",
78     "ini": "^1.3.4",
79     "is-windows": "^0.2.0",
80     "which": "^1.2.12"
81   },
82   "description": "Get the npm global path prefix.",
83   "devDependencies": {
84     "fs-exists-sync": "^0.1.0",
85     "gulp-format-md": "^0.1.11",
86     "mocha": "^3.2.0"
87   },
88   "directories": {},
89   "dist": {
90     "shasum": "8d3bc6b8da3ca8112a160d8d496ff0462bfef78f",
91     "tarball": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz"
92   },
93   "engines": {
94     "node": ">=0.10.0"
95   },
96   "files": [
97     "index.js"
98   ],
99   "gitHead": "eef31e4309f28a570ac022428e3b8ddc0b25a44b",
100   "homepage": "https://github.com/jonschlinkert/global-prefix",
101   "keywords": [
102     "global",
103     "module",
104     "modules",
105     "npm",
106     "path",
107     "prefix",
108     "resolve"
109   ],
110   "license": "MIT",
111   "main": "index.js",
112   "maintainers": [
113     {
114       "name": "doowb",
115       "email": "brian.woodward@gmail.com"
116     },
117     {
118       "name": "jonschlinkert",
119       "email": "github@sellside.com"
120     }
121   ],
122   "name": "global-prefix",
123   "optionalDependencies": {},
124   "readme": "ERROR: No README data found!",
125   "repository": {
126     "type": "git",
127     "url": "git+https://github.com/jonschlinkert/global-prefix.git"
128   },
129   "scripts": {
130     "test": "mocha"
131   },
132   "verb": {
133     "layout": "default",
134     "lint": {
135       "reflinks": true
136     },
137     "plugins": [
138       "gulp-format-md"
139     ],
140     "reflinks": [
141       "verb"
142     ],
143     "related": {
144       "list": [
145         "global-modules",
146         "global-paths"
147       ]
148     },
149     "run": true,
150     "tasks": [
151       "readme"
152     ],
153     "toc": false
154   },
155   "version": "0.1.5"
156 }