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

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_from": "loglevel@^1.6.8",
3 "_id": "loglevel@1.8.0",
4 "_inBundle": false,
5 "_integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==",
6 "_location": "/loglevel",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "loglevel@^1.6.8",
12 "name": "loglevel",
13 "escapedName": "loglevel",
14 "rawSpec": "^1.6.8",
15 "saveSpec": null,
16 "fetchSpec": "^1.6.8"
17 },
18 "_requiredBy": [
19 "/webpack-dev-server"
20 ],
21 "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz",
22 "_shasum": "e7ec73a57e1e7b419cb6c6ac06bf050b67356114",
23 "_spec": "loglevel@^1.6.8",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server",
25 "author": {
26 "name": "Tim Perry",
27 "email": "pimterry@gmail.com",
28 "url": "http://tim-perry.co.uk"
29 },
30 "bugs": {
31 "url": "https://github.com/pimterry/loglevel/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
37 "devDependencies": {
38 "@types/core-js": "2.5.0",
39 "@types/node": "^12.0.4",
40 "grunt": "~0.4.5",
41 "grunt-cli": "~0.1.13",
42 "grunt-contrib-clean": "^0.6.0",
43 "grunt-contrib-concat": "~0.5.0",
44 "grunt-contrib-connect": "~0.8.0",
45 "grunt-contrib-jasmine": "~0.5.2",
46 "grunt-contrib-jshint": "^1.1.0",
47 "grunt-contrib-qunit": "~0.5.2",
48 "grunt-contrib-uglify": "~0.5.1",
49 "grunt-contrib-watch": "~0.6.1",
50 "grunt-coveralls": "^1.0.0",
51 "grunt-jasmine-node": "~0.2.1",
52 "grunt-open": "~0.2.3",
53 "grunt-preprocess": "^4.0.0",
54 "grunt-saucelabs": "^8.2.0",
55 "grunt-template-jasmine-istanbul": "~0.2.5",
56 "grunt-template-jasmine-requirejs": "~0.1.6",
57 "qunitjs": "1.14.0",
58 "typescript": "^3.5.1"
59 },
60 "engines": {
61 "node": ">= 0.6.0"
62 },
63 "funding": {
64 "type": "tidelift",
65 "url": "https://tidelift.com/funding/github/npm/loglevel"
66 },
67 "homepage": "https://github.com/pimterry/loglevel",
68 "keywords": [
69 "log",
70 "logger",
71 "logging",
72 "browser"
73 ],
74 "license": "MIT",
75 "main": "lib/loglevel.js",
76 "name": "loglevel",
77 "repository": {
78 "type": "git",
79 "url": "git://github.com/pimterry/loglevel.git"
80 },
81 "scripts": {
82 "ci": "grunt ci",
83 "dist": "grunt dist",
84 "test": "grunt test && tsc --noEmit ./test/type-test.ts",
85 "watch": "grunt watch"
86 },
87 "types": "./index.d.ts",
88 "version": "1.8.0"
89}
Note: See TracBrowser for help on using the repository browser.