aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fancy-log
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/fancy-log
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/fancy-log')
-rw-r--r--node_modules/fancy-log/package.json103
1 files changed, 16 insertions, 87 deletions
diff --git a/node_modules/fancy-log/package.json b/node_modules/fancy-log/package.json
index 601ac65de..73ed5d84c 100644
--- a/node_modules/fancy-log/package.json
+++ b/node_modules/fancy-log/package.json
@@ -1,64 +1,26 @@
{
- "_args": [
- [
- {
- "raw": "fancy-log@^1.1.0",
- "scope": null,
- "escapedName": "fancy-log",
- "name": "fancy-log",
- "rawSpec": "^1.1.0",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
- ]
- ],
- "_from": "fancy-log@>=1.1.0 <2.0.0",
- "_id": "fancy-log@1.2.0",
- "_inCache": true,
- "_location": "/fancy-log",
- "_nodeVersion": "0.10.41",
- "_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/fancy-log-1.2.0.tgz_1455044959547_0.6881773378700018"
- },
- "_npmUser": {
- "name": "phated",
- "email": "blaine@iceddev.com"
- },
- "_npmVersion": "2.14.14",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fancy-log@^1.1.0",
- "scope": null,
- "escapedName": "fancy-log",
- "name": "fancy-log",
- "rawSpec": "^1.1.0",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
+ "name": "fancy-log",
+ "version": "1.2.0",
+ "description": "Log things, prefixed with a timestamp",
+ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",
+ "contributors": [],
+ "repository": "phated/fancy-log",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
},
- "_requiredBy": [
- "/gulp-util"
+ "main": "index.js",
+ "files": [
+ "LICENSE",
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz",
- "_shasum": "d5a51b53e9ab22ca07d558f2b67ae55fdb5fcbd8",
- "_shrinkwrap": null,
- "_spec": "fancy-log@^1.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
- "author": {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com",
- "url": "http://iceddev.com"
- },
- "bugs": {
- "url": "https://github.com/phated/fancy-log/issues"
+ "scripts": {
+ "test": "lab -cvL test.js"
},
- "contributors": [],
"dependencies": {
"chalk": "^1.1.1",
"time-stamp": "^1.0.0"
},
- "description": "Log things, prefixed with a timestamp",
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"code": "^1.5.0",
@@ -67,20 +29,6 @@
"eslint-plugin-react": "^3.3.1",
"lab": "^5.16.0"
},
- "directories": {},
- "dist": {
- "shasum": "d5a51b53e9ab22ca07d558f2b67ae55fdb5fcbd8",
- "tarball": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "gitHead": "349e046ea78834c5659beafd9a7c364ebd0ed221",
- "homepage": "https://github.com/phated/fancy-log#readme",
"keywords": [
"console.log",
"log",
@@ -88,24 +36,5 @@
"logging",
"pretty",
"timestamp"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "phated",
- "email": "blaine@iceddev.com"
- }
- ],
- "name": "fancy-log",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/phated/fancy-log.git"
- },
- "scripts": {
- "test": "lab -cvL test.js"
- },
- "version": "1.2.0"
+ ]
}