UNPKG

1.31 kBJSONView Raw
1{
2 "name": "loglevel-plugin-prefix",
3 "description": "Plugin for loglevel message prefixing",
4 "author": {
5 "name": "kutuluk"
6 },
7 "keywords": [
8 "log",
9 "logger",
10 "logging",
11 "browser",
12 "node",
13 "prefix",
14 "colored",
15 "loglevel",
16 "plugin"
17 ],
18 "homepage": "https://github.com/kutuluk/loglevel-plugin-prefix",
19 "bugs": {
20 "url": "https://github.com/kutuluk/loglevel-plugin-prefix/issues"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git@github.com:kutuluk/loglevel-plugin-prefix.git"
25 },
26 "license": "MIT",
27 "version": "0.8.3",
28 "main": "./lib/loglevel-plugin-prefix",
29 "scripts": {
30 "eslint": "eslint ./lib/loglevel-plugin-prefix.js",
31 "test": "mocha",
32 "example": "node ./example/example.js",
33 "uglifyjs": "uglifyjs ./lib/loglevel-plugin-prefix.js -o ./dist/loglevel-plugin-prefix.min.js -c -m",
34 "build": "npm install && npm run eslint && npm run test && npm run uglifyjs"
35 },
36 "devDependencies": {
37 "chai": "^4.1.2",
38 "chalk": "^2.3.0",
39 "eslint": "^3.19.0",
40 "eslint-config-airbnb-base": "^11.3.2",
41 "eslint-plugin-chai-friendly": "^0.3.6",
42 "eslint-plugin-import": "^2.8.0",
43 "loglevel": "^1.6.1",
44 "loglevel-plugin-mock": "^0.1.0",
45 "mocha": "^3.5.3",
46 "sinon": "^2.4.1",
47 "uglify-js": "^3.3.5"
48 }
49}
\No newline at end of file