2019-09-20 12:44:24 +02:00
|
|
|
{
|
2019-10-24 17:24:14 +02:00
|
|
|
"name": "strapi-database",
|
2020-12-22 16:52:46 +01:00
|
|
|
"version": "3.4.1",
|
2019-10-24 17:24:14 +02:00
|
|
|
"description": "Strapi's database layer",
|
2019-09-20 12:44:24 +02:00
|
|
|
"homepage": "http://strapi.io",
|
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"no tests yet\""
|
|
|
|
|
},
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Strapi team",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "http://strapi.io"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2020-10-07 15:33:02 +02:00
|
|
|
"node": ">=10.16.0 <=14.x.x",
|
2019-09-20 12:44:24 +02:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
|
},
|
2020-07-20 18:07:48 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2019-09-20 12:44:24 +02:00
|
|
|
"dependencies": {
|
2020-07-29 13:05:50 +02:00
|
|
|
"lodash": "4.17.19",
|
2020-06-24 14:09:43 +02:00
|
|
|
"p-map": "4.0.0",
|
2020-12-22 16:52:46 +01:00
|
|
|
"strapi-utils": "3.4.1",
|
2019-09-20 12:44:24 +02:00
|
|
|
"verror": "^1.10.0"
|
2020-08-13 19:05:20 +02:00
|
|
|
},
|
|
|
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
2019-09-20 12:44:24 +02:00
|
|
|
}
|