aboutsummaryrefslogtreecommitdiff
path: root/node_modules/global-prefix
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/global-prefix
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/global-prefix')
l---------node_modules/global-prefix/node_modules/.bin/which1
-rw-r--r--node_modules/global-prefix/package.json100
2 files changed, 18 insertions, 83 deletions
diff --git a/node_modules/global-prefix/node_modules/.bin/which b/node_modules/global-prefix/node_modules/.bin/which
new file mode 120000
index 000000000..091d52ad6
--- /dev/null
+++ b/node_modules/global-prefix/node_modules/.bin/which
@@ -0,0 +1 @@
+../../../which/bin/which \ No newline at end of file
diff --git a/node_modules/global-prefix/package.json b/node_modules/global-prefix/package.json
index 44b7c168f..28f595305 100644
--- a/node_modules/global-prefix/package.json
+++ b/node_modules/global-prefix/package.json
@@ -1,56 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "global-prefix@^0.1.4",
- "scope": null,
- "escapedName": "global-prefix",
- "name": "global-prefix",
- "rawSpec": "^0.1.4",
- "spec": ">=0.1.4 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/global-modules"
- ]
- ],
- "_from": "global-prefix@>=0.1.4 <0.2.0",
- "_id": "global-prefix@0.1.4",
- "_inCache": true,
- "_location": "/global-prefix",
- "_nodeVersion": "6.2.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/global-prefix-0.1.4.tgz_1465117849156_0.5271593367215246"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.8.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "global-prefix@^0.1.4",
- "scope": null,
- "escapedName": "global-prefix",
- "name": "global-prefix",
- "rawSpec": "^0.1.4",
- "spec": ">=0.1.4 <0.2.0",
- "type": "range"
+ "name": "global-prefix",
+ "description": "Get the npm global path prefix.",
+ "version": "0.1.4",
+ "homepage": "https://github.com/jonschlinkert/global-prefix",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/global-prefix",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/global-prefix/issues"
},
- "_requiredBy": [
- "/global-modules"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.4.tgz",
- "_shasum": "05158db1cde2dd491b455e290eb3ab8bfc45c6e1",
- "_shrinkwrap": null,
- "_spec": "global-prefix@^0.1.4",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/global-modules",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-prefix/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"ini": "^1.3.4",
@@ -58,24 +25,10 @@
"osenv": "^0.1.3",
"which": "^1.2.10"
},
- "description": "Get the npm global path prefix.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
- "directories": {},
- "dist": {
- "shasum": "05158db1cde2dd491b455e290eb3ab8bfc45c6e1",
- "tarball": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.4.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "e436842c55f6a711a1d801e19d5142e58b80a8fd",
- "homepage": "https://github.com/jonschlinkert/global-prefix",
"keywords": [
"global",
"module",
@@ -85,24 +38,6 @@
"prefix",
"resolve"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "global-prefix",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/global-prefix.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -125,6 +60,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.1.4"
+ }
}