123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "name": "global-prefix",
- "description": "Get the npm global path prefix.",
- "version": "1.0.2",
- "homepage": "https://github.com/jonschlinkert/global-prefix",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "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)"
- ],
- "repository": "jonschlinkert/global-prefix",
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-prefix/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "expand-tilde": "^2.0.2",
- "homedir-polyfill": "^1.0.1",
- "ini": "^1.3.4",
- "is-windows": "^1.0.1",
- "which": "^1.2.14"
- },
- "devDependencies": {
- "gulp-format-md": "^0.1.12",
- "mocha": "^3.4.2"
- },
- "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
- }
- }
- }
|