summaryrefslogtreecommitdiffstats
path: root/node_modules/global-prefix/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/global-prefix/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/global-prefix/package.json')
-rw-r--r--node_modules/global-prefix/package.json130
1 files changed, 130 insertions, 0 deletions
diff --git a/node_modules/global-prefix/package.json b/node_modules/global-prefix/package.json
new file mode 100644
index 0000000..b7ef8de
--- /dev/null
+++ b/node_modules/global-prefix/package.json
@@ -0,0 +1,130 @@
+{
+ "_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/pruss/Dev/3-minute-website/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"
+}