Changeset 59329aa for trip-planner-front/node_modules/loglevel
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/loglevel/package.json
rceaed42 r59329aa 1 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", 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", 6 31 "author": { 7 32 "name": "Tim Perry", … … 9 34 "url": "http://tim-perry.co.uk" 10 35 }, 11 "repository": {12 "type": "git",13 "url": "git://github.com/pimterry/loglevel.git"14 },15 36 "bugs": { 16 37 "url": "https://github.com/pimterry/loglevel/issues" 17 38 }, 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 39 "dependencies": {}, 40 "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods", 35 41 "devDependencies": { 36 42 "@types/core-js": "2.5.0", … … 56 62 "typescript": "^3.5.1" 57 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", 58 72 "keywords": [ 59 73 "log", … … 61 75 "logging", 62 76 "browser" 63 ] 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" 64 93 }
Note:
See TracChangeset
for help on using the changeset viewer.