package.json
2.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_args": [
[
"eazy-logger@3.0.2",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_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": "C:\\Users\\Administrator\\Desktop\\gentelella",
"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"
}