2016-03-18 11:12:50 +01:00
|
|
|
{
|
2021-04-29 11:50:14 +02:00
|
|
|
"name": "@strapi/utils",
|
2023-03-16 17:49:52 +01:00
|
|
|
"version": "4.8.2",
|
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": {
|
2023-03-22 11:21:33 +01:00
|
|
|
"test:unit": "jest",
|
|
|
|
"test:unit:watch": "jest --watch",
|
|
|
|
"lint": "eslint ."
|
2021-11-30 12:36:11 +01:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"dependencies": {
|
|
|
|
"@sindresorhus/slugify": "1.1.0",
|
2022-12-21 15:01:04 +00:00
|
|
|
"date-fns": "2.29.3",
|
2022-06-30 09:07:14 +00:00
|
|
|
"http-errors": "1.8.1",
|
2021-11-29 15:13:33 +01:00
|
|
|
"lodash": "4.17.21",
|
2023-01-17 15:07:27 +01:00
|
|
|
"p-map": "4.0.0",
|
2021-11-29 15:13:33 +01:00
|
|
|
"yup": "0.32.9"
|
2016-03-18 11:12:50 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-09-08 08:44:27 +02:00
|
|
|
"node": ">=14.19.1 <=18.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2022-10-05 16:22:44 +02:00
|
|
|
}
|
2019-04-26 16:19:08 +02:00
|
|
|
}
|