UNPKG

1.65 kBJSONView Raw
1{
2 "name": "loglevel",
3 "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
4 "version": "1.6.4",
5 "homepage": "https://github.com/pimterry/loglevel",
6 "author": {
7 "name": "Tim Perry",
8 "email": "pimterry@gmail.com",
9 "url": "http://tim-perry.co.uk"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/pimterry/loglevel.git"
14 },
15 "bugs": {
16 "url": "https://github.com/pimterry/loglevel/issues"
17 },
18 "license": "MIT",
19 "main": "lib/loglevel.js",
20 "types": "./index.d.ts",
21 "engines": {
22 "node": ">= 0.6.0"
23 },
24 "scripts": {
25 "test": "grunt test && tsc --noEmit ./test/type-test.ts",
26 "ci": "grunt ci",
27 "dist": "grunt dist",
28 "watch": "grunt watch"
29 },
30 "dependencies": {},
31 "devDependencies": {
32 "@types/core-js": "2.5.0",
33 "@types/node": "^12.0.4",
34 "grunt": "~0.4.5",
35 "grunt-cli": "~0.1.13",
36 "grunt-contrib-clean": "^0.6.0",
37 "grunt-contrib-concat": "~0.5.0",
38 "grunt-contrib-connect": "~0.8.0",
39 "grunt-contrib-jasmine": "~0.5.2",
40 "grunt-contrib-jshint": "^1.1.0",
41 "grunt-contrib-qunit": "~0.5.2",
42 "grunt-contrib-uglify": "~0.5.1",
43 "grunt-contrib-watch": "~0.6.1",
44 "grunt-coveralls": "^1.0.0",
45 "grunt-jasmine-node": "~0.2.1",
46 "grunt-open": "~0.2.3",
47 "grunt-preprocess": "^4.0.0",
48 "grunt-saucelabs": "^8.2.0",
49 "grunt-template-jasmine-istanbul": "~0.2.5",
50 "grunt-template-jasmine-requirejs": "~0.1.6",
51 "qunitjs": "1.14.0",
52 "typescript": "^3.5.1"
53 },
54 "keywords": [
55 "log",
56 "logger",
57 "logging",
58 "browser"
59 ]
60}