123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "_from": "global-prefix@^1.0.1",
- "_id": "global-prefix@1.0.2",
- "_inBundle": false,
- "_integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
- "_location": "/global-prefix",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "global-prefix@^1.0.1",
- "name": "global-prefix",
- "escapedName": "global-prefix",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/resolve-dir/global-modules"
- ],
- "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
- "_shasum": "dbf743c6c14992593c655568cb66ed32c0122ebe",
- "_spec": "global-prefix@^1.0.1",
- "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/resolve-dir/node_modules/global-modules",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-prefix/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Alexandr Bogachev",
- "url": "https://github.com/rmbaad"
- },
- {
- "name": "Brian Woodward",
- "url": "https://twitter.com/doowb"
- },
- {
- "name": "Charlike Mike Reagent",
- "url": "https://i.am.charlike.online"
- },
- {
- "name": "JasonChang",
- "url": "https://packagist.org/packages/jason-chang"
- },
- {
- "name": "Jon Schlinkert",
- "url": "http://twitter.com/jonschlinkert"
- },
- {
- "name": "Jorrit Schippers",
- "url": "https://www.ncode.nl"
- },
- {
- "name": "Mathias Rasmussen",
- "url": "chrome://dino"
- },
- {
- "name": "Ross Fenning",
- "url": "http://rossfenning.co.uk"
- }
- ],
- "dependencies": {
- "expand-tilde": "^2.0.2",
- "homedir-polyfill": "^1.0.1",
- "ini": "^1.3.4",
- "is-windows": "^1.0.1",
- "which": "^1.2.14"
- },
- "deprecated": false,
- "description": "Get the npm global path prefix.",
- "devDependencies": {
- "gulp-format-md": "^0.1.12",
- "mocha": "^3.4.2"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/global-prefix",
- "keywords": [
- "global",
- "module",
- "modules",
- "npm",
- "path",
- "prefix",
- "resolve"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "global-prefix",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/global-prefix.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "global-modules",
- "global-paths"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "1.0.2"
- }
|