2019-03-23 04:46:16 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/utils",
|
2021-09-02 12:31:42 -04:00
|
|
|
"version": "2.0.0-beta.6",
|
2021-01-14 11:16:26 -05: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"
|
|
|
|
|
},
|
2020-10-21 09:05:01 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
|
|
|
"directory": "packages/docusaurus-utils"
|
|
|
|
|
},
|
2019-03-23 04:46:16 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2021-09-02 12:31:42 -04:00
|
|
|
"@docusaurus/types": "2.0.0-beta.6",
|
2021-03-05 13:36:14 -05:00
|
|
|
"@types/github-slugger": "^1.3.0",
|
2021-05-19 04:11:53 -04:00
|
|
|
"chalk": "^4.1.1",
|
2021-02-02 08:37:45 -05:00
|
|
|
"escape-string-regexp": "^4.0.0",
|
2021-05-19 04:11:53 -04:00
|
|
|
"fs-extra": "^10.0.0",
|
2021-07-28 16:54:41 -04:00
|
|
|
"globby": "^11.0.4",
|
2021-05-19 04:11:53 -04:00
|
|
|
"gray-matter": "^4.0.3",
|
2020-11-26 06:16:46 -05:00
|
|
|
"lodash": "^4.17.20",
|
2021-07-15 07:21:41 -04:00
|
|
|
"micromatch": "^4.0.4",
|
2021-03-17 11:25:42 -04:00
|
|
|
"resolve-pathname": "^3.0.0",
|
2021-05-19 04:11:53 -04:00
|
|
|
"tslib": "^2.2.0"
|
2019-11-25 00:40:57 -05:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2021-02-18 09:12:42 -05:00
|
|
|
"node": ">=12.13.0"
|
2021-03-23 13:07:21 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/dedent": "^0.7.0",
|
2021-07-15 07:21:41 -04:00
|
|
|
"@types/micromatch": "^4.0.2",
|
2021-03-23 13:07:21 -04:00
|
|
|
"dedent": "^0.7.0"
|
2019-03-23 04:46:16 -04:00
|
|
|
}
|
|
|
|
|
}
|