A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.

This commit is contained in:
Norm Rasmussen
2024-02-28 17:13:10 -05:00
parent dbcdfc8472
commit 1184fe0cd1
1107 changed files with 76526 additions and 8934 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cosmiconfig",
"version": "8.3.6",
"version": "9.0.0",
"description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -68,10 +68,10 @@
}
},
"dependencies": {
"env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
"parse-json": "^5.2.0",
"path-type": "^4.0.0"
"parse-json": "^5.2.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
@ -81,8 +81,6 @@
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-istanbul": "^0.34.3",
"cross-env": "^7.0.3",
"del": "^7.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint-config-davidtheclark-node": "^0.2.2",
"eslint-config-prettier": "^9.0.0",
@ -92,7 +90,6 @@
"eslint-plugin-vitest": "^0.2.8",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"make-dir": "^4.0.0",
"parent-module": "^3.0.0",
"prettier": "^3.0.3",
"remark-preset-davidtheclark": "^0.12.0",