123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "global-modules",
- "description": "The directory used by npm for globally installed npm modules.",
- "version": "1.0.0",
- "homepage": "https://github.com/jonschlinkert/global-modules",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "contributors": [
- "JasonChang (https://packagist.org/packages/jason-chang)",
- "Jon Schlinkert (http://twitter.com/jonschlinkert)",
- "Kiko Beats (https://kikobeats.com)"
- ],
- "repository": "jonschlinkert/global-modules",
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-modules/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "global-prefix": "^1.0.1",
- "is-windows": "^1.0.1",
- "resolve-dir": "^1.0.0"
- },
- "devDependencies": {
- "gulp-format-md": "^0.1.12",
- "mocha": "^3.4.2"
- },
- "keywords": [
- "directory",
- "dirname",
- "global",
- "module",
- "modules",
- "package",
- "path",
- "prefix",
- "resolve"
- ],
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "homedir-polyfill",
- "git-config-path",
- "global-prefix",
- "npm-paths"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- }
- }
|