mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
80
node_modules/eazy-logger/package.json
generated
vendored
Normal file
80
node_modules/eazy-logger/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"eazy-logger@3.0.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "eazy-logger@3.0.2",
|
||||
"_id": "eazy-logger@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-oyWqXlPROiIliJsqxBE7K5Y29Pw=",
|
||||
"_location": "/eazy-logger",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eazy-logger@3.0.2",
|
||||
"name": "eazy-logger",
|
||||
"escapedName": "eazy-logger",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-sync"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lodash.custom.js",
|
||||
"example.js"
|
||||
],
|
||||
"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",
|
||||
"name": "eazy-logger",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user