aboutsummaryrefslogtreecommitdiff
path: root/node_modules/glogg
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/glogg
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/glogg')
-rw-r--r--node_modules/glogg/package.json99
1 files changed, 16 insertions, 83 deletions
diff --git a/node_modules/glogg/package.json b/node_modules/glogg/package.json
index ad1d5a38c..7ddcccc73 100644
--- a/node_modules/glogg/package.json
+++ b/node_modules/glogg/package.json
@@ -1,59 +1,25 @@
{
- "_args": [
- [
- {
- "raw": "glogg@^1.0.0",
- "scope": null,
- "escapedName": "glogg",
- "name": "glogg",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulplog"
- ]
- ],
- "_from": "glogg@>=1.0.0 <2.0.0",
- "_id": "glogg@1.0.0",
- "_inCache": true,
- "_location": "/glogg",
- "_nodeVersion": "0.10.36",
- "_npmUser": {
- "name": "phated",
- "email": "blaine@iceddev.com"
- },
- "_npmVersion": "2.8.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "glogg@^1.0.0",
- "scope": null,
- "escapedName": "glogg",
- "name": "glogg",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
+ "name": "glogg",
+ "version": "1.0.0",
+ "description": "Global logging utility",
+ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
+ "contributors": [],
+ "repository": "undertakerjs/glogg",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
},
- "_requiredBy": [
- "/gulplog"
+ "main": "index.js",
+ "files": [
+ "LICENSE",
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
- "_shasum": "7fe0f199f57ac906cf512feead8f90ee4a284fc5",
- "_shrinkwrap": null,
- "_spec": "glogg@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulplog",
- "author": {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com",
- "url": "http://iceddev.com/"
- },
- "bugs": {
- "url": "https://github.com/undertakerjs/glogg/issues"
+ "scripts": {
+ "test": "lab -cvL --globals store@sparkles"
},
- "contributors": [],
"dependencies": {
"sparkles": "^1.0.0"
},
- "description": "Global logging utility",
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"code": "^1.5.0",
@@ -62,44 +28,11 @@
"eslint-plugin-react": "^3.3.2",
"lab": "^5.16.0"
},
- "directories": {},
- "dist": {
- "shasum": "7fe0f199f57ac906cf512feead8f90ee4a284fc5",
- "tarball": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "gitHead": "2683314c5bb5473e0d492418974b111f366168db",
- "homepage": "https://github.com/undertakerjs/glogg#readme",
"keywords": [
"global",
"log",
"logger",
"logging",
"shared"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "phated",
- "email": "blaine@iceddev.com"
- }
- ],
- "name": "glogg",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/undertakerjs/glogg.git"
- },
- "scripts": {
- "test": "lab -cvL --globals store@sparkles"
- },
- "version": "1.0.0"
+ ]
}