twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
101 lines (100 loc) • 2.56 kB
JSON
{
"_args": [
[
"eazy-logger@^2.1.2",
"/Users/nick/codes/twreporter-react/node_modules/browser-sync"
]
],
"_from": "eazy-logger@>=2.1.2 <3.0.0",
"_id": "eazy-logger@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/eazy-logger",
"_nodeVersion": "0.10.26",
"_npmUser": {
"email": "shakyshane@gmail.com",
"name": "shakyshane"
},
"_npmVersion": "2.7.3",
"_phantomChildren": {},
"_requested": {
"name": "eazy-logger",
"raw": "eazy-logger@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/browser-sync",
"/foxy"
],
"_resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-2.1.2.tgz",
"_shasum": "7817c141aeb7f792ebc15efb703fae0507589c2d",
"_shrinkwrap": null,
"_spec": "eazy-logger@^2.1.2",
"_where": "/Users/nick/codes/twreporter-react/node_modules/browser-sync",
"author": {
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/shakyshane/easy-logger/issues"
},
"dependencies": {
"lodash": "^3.0.1",
"opt-merger": "^1.1.0",
"tfunk": "^3.0.1"
},
"description": "Simple cli logger",
"devDependencies": {
"chai": "^1.10.0",
"chalk": "^0.5.1",
"coveralls": "^2.11.2",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"directories": {},
"dist": {
"shasum": "7817c141aeb7f792ebc15efb703fae0507589c2d",
"tarball": "http://registry.npmjs.org/eazy-logger/-/eazy-logger-2.1.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"example.js",
"index.js"
],
"gitHead": "711a65e86ec5b96ab12002913663ce0c13936834",
"homepage": "https://github.com/shakyshane/easy-logger",
"keywords": [
"plugins"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/shakyshane/easy-logger/blob/master/LICENSE"
}
],
"main": "index.js",
"maintainers": [
{
"name": "shakyshane",
"email": "shakyshane@gmail.com"
}
],
"name": "eazy-logger",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/easy-logger.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "jshint index.js test/*.js",
"test": "npm run lint && mocha"
},
"version": "2.1.2"
}