aboutsummaryrefslogtreecommitdiff
path: root/node_modules/global-modules
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-modules
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/global-modules')
-rw-r--r--node_modules/global-modules/package.json100
1 files changed, 17 insertions, 83 deletions
diff --git a/node_modules/global-modules/package.json b/node_modules/global-modules/package.json
index 0f9dedb6b..420e870ce 100644
--- a/node_modules/global-modules/package.json
+++ b/node_modules/global-modules/package.json
@@ -1,80 +1,33 @@
{
- "_args": [
- [
- {
- "raw": "global-modules@^0.2.3",
- "scope": null,
- "escapedName": "global-modules",
- "name": "global-modules",
- "rawSpec": "^0.2.3",
- "spec": ">=0.2.3 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/resolve-dir"
- ]
- ],
- "_from": "global-modules@>=0.2.3 <0.3.0",
- "_id": "global-modules@0.2.3",
- "_inCache": true,
- "_location": "/global-modules",
- "_nodeVersion": "6.3.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/global-modules-0.2.3.tgz_1469511881835_0.8791879329364747"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "global-modules@^0.2.3",
- "scope": null,
- "escapedName": "global-modules",
- "name": "global-modules",
- "rawSpec": "^0.2.3",
- "spec": ">=0.2.3 <0.3.0",
- "type": "range"
+ "name": "global-modules",
+ "description": "The directory used by npm for globally installed npm modules.",
+ "version": "0.2.3",
+ "homepage": "https://github.com/jonschlinkert/global-modules",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/global-modules",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/global-modules/issues"
},
- "_requiredBy": [
- "/resolve-dir"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
- "_shasum": "ea5a3bed42c6d6ce995a4f8a1269b5dae223828d",
- "_shrinkwrap": null,
- "_spec": "global-modules@^0.2.3",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/resolve-dir",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/global-modules/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"global-prefix": "^0.1.4",
"is-windows": "^0.2.0"
},
- "description": "The directory used by npm for globally installed npm modules.",
"devDependencies": {
"fs-exists-sync": "^0.1.0",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
- "directories": {},
- "dist": {
- "shasum": "ea5a3bed42c6d6ce995a4f8a1269b5dae223828d",
- "tarball": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "49887f70849463067e3c771473d8c16f5cfb76cc",
- "homepage": "https://github.com/jonschlinkert/global-modules",
"keywords": [
"directory",
"dirname",
@@ -85,24 +38,6 @@
"prefix",
"resolve"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "global-modules",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/global-modules.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -127,6 +62,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.2.3"
+ }
}