2016-03-18 11:12:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "strapi-utils",
|
2019-07-25 12:00:42 +02:00
|
|
|
"version": "3.0.0-beta.14",
|
2016-03-18 11:12:50 +01:00
|
|
|
"description": "Shared utilities for the Strapi packages",
|
|
|
|
|
"homepage": "http://strapi.io",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"knex",
|
2016-03-29 12:02:06 +02:00
|
|
|
"strapi",
|
|
|
|
|
"utilities",
|
|
|
|
|
"utils",
|
2016-03-18 11:12:50 +01:00
|
|
|
"winston"
|
|
|
|
|
],
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
|
|
|
|
},
|
|
|
|
|
"main": "./lib",
|
2018-05-03 18:13:22 +02:00
|
|
|
"scripts": {
|
2019-03-13 19:27:18 +01:00
|
|
|
"test": "jest"
|
2018-05-03 18:13:22 +02:00
|
|
|
},
|
2016-03-18 11:12:50 +01:00
|
|
|
"dependencies": {
|
2019-05-17 01:29:50 -07:00
|
|
|
"commander": "^2.20.0",
|
|
|
|
|
"joi-json": "^2.1.0",
|
|
|
|
|
"knex": "^0.16.5",
|
|
|
|
|
"lodash": "^4.17.11",
|
2018-06-21 15:07:50 +02:00
|
|
|
"pino": "^4.7.1",
|
2019-02-02 13:07:18 +01:00
|
|
|
"pluralize": "^7.0.0",
|
2019-05-17 01:29:50 -07:00
|
|
|
"shelljs": "^0.8.3"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
2016-08-10 11:31:27 +02:00
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"name": "Strapi team",
|
|
|
|
|
"url": "http://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
2016-08-10 11:31:27 +02:00
|
|
|
"name": "Strapi team",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "http://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2016-08-10 11:31:27 +02:00
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2016-08-10 11:31:27 +02:00
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2019-07-15 11:16:38 +02:00
|
|
|
"node": ">=10.0.0",
|
|
|
|
|
"npm": ">=6.0.0"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
2019-05-02 15:45:09 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
2019-04-26 16:19:08 +02:00
|
|
|
}
|