104 lines
2.7 KiB
JSON
104 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eazy-logger@3.0.2",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync"
|
|
]
|
|
],
|
|
"_from": "eazy-logger@3.0.2",
|
|
"_id": "eazy-logger@3.0.2",
|
|
"_inCache": true,
|
|
"_location": "/eazy-logger",
|
|
"_nodeVersion": "4.4.4",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/eazy-logger-3.0.2.tgz_1463413128956_0.1290351536590606"
|
|
},
|
|
"_npmUser": {
|
|
"email": "shakyshane@gmail.com",
|
|
"name": "shakyshane"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "eazy-logger",
|
|
"raw": "eazy-logger@3.0.2",
|
|
"rawSpec": "3.0.2",
|
|
"scope": null,
|
|
"spec": "3.0.2",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/browser-sync"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz",
|
|
"_shasum": "a325aa5e53d13a2225889b2ac4113b2b9636f4fc",
|
|
"_shrinkwrap": null,
|
|
"_spec": "eazy-logger@3.0.2",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync",
|
|
"author": {
|
|
"name": "Shane Osbourne"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shakyshane/easy-logger/issues"
|
|
},
|
|
"dependencies": {
|
|
"tfunk": "^3.0.1"
|
|
},
|
|
"description": "Simple cli logger",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chalk": "^1.1.1",
|
|
"coveralls": "^2.11.2",
|
|
"jshint": "^2.6.0",
|
|
"lodash-cli": "4.12.0",
|
|
"mocha": "^2.1.0",
|
|
"sinon": "^1.12.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a325aa5e53d13a2225889b2ac4113b2b9636f4fc",
|
|
"tarball": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"example.js",
|
|
"index.js",
|
|
"lodash.custom.js"
|
|
],
|
|
"gitHead": "8724cc93039c67ef4a7ec17b1e6ad05c69323bfe",
|
|
"homepage": "https://github.com/shakyshane/easy-logger",
|
|
"installable": true,
|
|
"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": {},
|
|
"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",
|
|
"lodash": "lodash include=cloneDeep,merge exports=node",
|
|
"test": "npm run lint && mocha"
|
|
},
|
|
"version": "3.0.2"
|
|
}
|