source: trip-planner-front/node_modules/loglevel/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.7 KB
Line 
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.7.1",
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 "funding": {
19 "type": "tidelift",
20 "url": "https://tidelift.com/funding/github/npm/loglevel"
21 },
22 "license": "MIT",
23 "main": "lib/loglevel.js",
24 "types": "./index.d.ts",
25 "engines": {
26 "node": ">= 0.6.0"
27 },
28 "scripts": {
29 "test": "grunt test && tsc --noEmit ./test/type-test.ts",
30 "ci": "grunt ci",
31 "dist": "grunt dist",
32 "watch": "grunt watch"
33 },
34 "dependencies": {},
35 "devDependencies": {
36 "@types/core-js": "2.5.0",
37 "@types/node": "^12.0.4",
38 "grunt": "~0.4.5",
39 "grunt-cli": "~0.1.13",
40 "grunt-contrib-clean": "^0.6.0",
41 "grunt-contrib-concat": "~0.5.0",
42 "grunt-contrib-connect": "~0.8.0",
43 "grunt-contrib-jasmine": "~0.5.2",
44 "grunt-contrib-jshint": "^1.1.0",
45 "grunt-contrib-qunit": "~0.5.2",
46 "grunt-contrib-uglify": "~0.5.1",
47 "grunt-contrib-watch": "~0.6.1",
48 "grunt-coveralls": "^1.0.0",
49 "grunt-jasmine-node": "~0.2.1",
50 "grunt-open": "~0.2.3",
51 "grunt-preprocess": "^4.0.0",
52 "grunt-saucelabs": "^8.2.0",
53 "grunt-template-jasmine-istanbul": "~0.2.5",
54 "grunt-template-jasmine-requirejs": "~0.1.6",
55 "qunitjs": "1.14.0",
56 "typescript": "^3.5.1"
57 },
58 "keywords": [
59 "log",
60 "logger",
61 "logging",
62 "browser"
63 ]
64}
Note: See TracBrowser for help on using the repository browser.