2016-03-18 11:12:50 +01:00
|
|
|
{
|
2021-04-29 11:50:14 +02:00
|
|
|
"name": "@strapi/utils",
|
2022-02-02 16:11:26 +01:00
|
|
|
"version": "4.0.7",
|
2016-03-18 11:12:50 +01:00
|
|
|
"description": "Shared utilities for the Strapi packages",
|
|
|
|
|
"keywords": [
|
2016-03-29 12:02:06 +02:00
|
|
|
"strapi",
|
2021-09-25 09:09:34 +02:00
|
|
|
"utils"
|
2016-03-18 11:12:50 +01:00
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"homepage": "https://strapi.io",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/strapi/strapi/issues"
|
2021-10-01 16:43:46 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2016-03-18 11:12:50 +01:00
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2016-08-10 11:31:27 +02:00
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
2016-08-10 11:31:27 +02:00
|
|
|
"email": "hi@strapi.io",
|
2021-01-26 17:06:25 +01:00
|
|
|
"url": "https://strapi.io"
|
2016-03-18 11:12:50 +01:00
|
|
|
}
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"main": "./lib",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "./lib"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
2021-11-30 12:36:11 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"test:unit": "jest --verbose"
|
|
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"dependencies": {
|
|
|
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
|
|
|
"date-fns": "2.24.0",
|
|
|
|
|
"http-errors": "1.8.0",
|
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"yup": "0.32.9"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-01-03 11:55:52 +01:00
|
|
|
"node": ">=12.22.0 <=16.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
2019-04-26 16:19:08 +02:00
|
|
|
}
|