2021-05-20 08:55:18 +02:00
|
|
|
{
|
|
|
|
|
"name": "@strapi/logger",
|
2022-03-31 17:53:39 +02:00
|
|
|
"version": "4.1.7",
|
2021-05-20 08:55:18 +02:00
|
|
|
"description": "Strapi's logger",
|
|
|
|
|
"homepage": "https://strapi.io",
|
2021-11-29 15:13:33 +01:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2021-05-20 08:55:18 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2021-05-20 08:55:18 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2021-05-20 08:55:18 +02:00
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2021-05-20 08:55:18 +02:00
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
|
},
|
2021-11-29 16:23:55 +01:00
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
2021-05-20 08:55:18 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"no tests yet\""
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"winston": "3.3.3"
|
2021-05-20 08:55:18 +02:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-01-03 11:55:52 +01:00
|
|
|
"node": ">=12.22.0 <=16.x.x",
|
2021-05-20 08:55:18 +02:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|