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:
4
Scripts/node_modules/escalade/package.json
generated
vendored
4
Scripts/node_modules/escalade/package.json
generated
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "escalade",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"repository": "lukeed/escalade",
|
||||
"description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
|
||||
"module": "dist/index.mjs",
|
||||
@ -15,6 +15,7 @@
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"types": "./index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js"
|
||||
},
|
||||
@ -22,6 +23,7 @@
|
||||
],
|
||||
"./sync": [
|
||||
{
|
||||
"types": "./sync/index.d.ts",
|
||||
"import": "./sync/index.mjs",
|
||||
"require": "./sync/index.js"
|
||||
},
|
||||
|
||||
2
Scripts/node_modules/escalade/readme.md
generated
vendored
2
Scripts/node_modules/escalade/readme.md
generated
vendored
@ -1,4 +1,4 @@
|
||||
# escalade [](https://github.com/lukeed/escalade/actions) [](https://codecov.io/gh/lukeed/escalade)
|
||||
# escalade [](https://github.com/lukeed/escalade/actions) [](https://licenses.dev/npm/escalade) [](https://codecov.io/gh/lukeed/escalade)
|
||||
|
||||
> A tiny (183B to 210B) and [fast](#benchmarks) utility to ascend parent directories
|
||||
|
||||
|
||||
Reference in New Issue
Block a user