2019-03-23 04:46:16 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/utils",
|
2020-08-28 13:17:56 -04:00
|
|
|
"version": "2.0.0-alpha.62",
|
2019-04-13 01:37:05 -04:00
|
|
|
"description": "Node utility functions for Docusaurus packages",
|
2019-05-18 14:37:35 -04:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
|
"scripts": {
|
2020-07-01 12:30:44 -04:00
|
|
|
"build": "tsc",
|
2020-06-16 08:40:46 -04:00
|
|
|
"watch": "tsc --watch"
|
2019-05-18 14:37:35 -04:00
|
|
|
},
|
2019-04-10 10:21:35 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2019-03-23 04:46:16 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2019-07-17 11:59:13 -04:00
|
|
|
"escape-string-regexp": "^2.0.0",
|
|
|
|
|
"fs-extra": "^8.1.0",
|
2019-05-10 11:37:56 -04:00
|
|
|
"gray-matter": "^4.0.2",
|
2020-04-05 06:32:28 -04:00
|
|
|
"lodash.camelcase": "^4.3.0",
|
2020-07-21 12:26:30 -04:00
|
|
|
"lodash.kebabcase": "^4.1.1",
|
|
|
|
|
"resolve-pathname": "^3.0.0"
|
2019-11-25 00:40:57 -05:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2020-05-27 11:18:48 -04:00
|
|
|
"node": ">=10.15.1"
|
2019-03-23 04:46:16 -04:00
|
|
|
}
|
|
|
|
|
}
|