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

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

adding photos

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