wallet-core/node_modules/global-prefix/package.json

76 lines
1.6 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "global-prefix",
"description": "Get the npm global path prefix.",
2018-09-20 02:56:13 +02:00
"version": "1.0.2",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/global-prefix",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
2018-09-20 02:56:13 +02:00
"contributors": [
"Alexandr Bogachev (https://github.com/rmbaad)",
"Brian Woodward (https://twitter.com/doowb)",
"Charlike Mike Reagent (https://i.am.charlike.online)",
"JasonChang (https://packagist.org/packages/jason-chang)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Jorrit Schippers (https://www.ncode.nl)",
"Mathias Rasmussen (chrome://dino)",
"Ross Fenning (http://rossfenning.co.uk)"
],
2016-11-03 01:33:53 +01:00
"repository": "jonschlinkert/global-prefix",
"bugs": {
"url": "https://github.com/jonschlinkert/global-prefix/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
2018-09-20 02:56:13 +02:00
"expand-tilde": "^2.0.2",
"homedir-polyfill": "^1.0.1",
2016-10-10 03:43:44 +02:00
"ini": "^1.3.4",
2018-09-20 02:56:13 +02:00
"is-windows": "^1.0.1",
"which": "^1.2.14"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"global",
"module",
"modules",
"npm",
"path",
"prefix",
"resolve"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"global-modules",
"global-paths"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
2018-09-20 02:56:13 +02:00
}
2016-10-10 03:43:44 +02:00
}