aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/escalade/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
commitd55b767039605256c736166a942a9138e3eacfd7 (patch)
tree947063b634c50d438a794325f13275e134aa5993 /node_modules/escalade/package.json
parent864ce67d89c77d8ef9c3361f80d619853abcf91c (diff)
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/escalade/package.json')
-rw-r--r--node_modules/escalade/package.json74
1 files changed, 0 insertions, 74 deletions
diff --git a/node_modules/escalade/package.json b/node_modules/escalade/package.json
deleted file mode 100644
index 1eed4f9..0000000
--- a/node_modules/escalade/package.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "name": "escalade",
- "version": "3.2.0",
- "repository": "lukeed/escalade",
- "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
- "module": "dist/index.mjs",
- "main": "dist/index.js",
- "types": "index.d.ts",
- "license": "MIT",
- "author": {
- "name": "Luke Edwards",
- "email": "luke.edwards05@gmail.com",
- "url": "https://lukeed.com"
- },
- "exports": {
- ".": [
- {
- "import": {
- "types": "./index.d.mts",
- "default": "./dist/index.mjs"
- },
- "require": {
- "types": "./index.d.ts",
- "default": "./dist/index.js"
- }
- },
- "./dist/index.js"
- ],
- "./sync": [
- {
- "import": {
- "types": "./sync/index.d.mts",
- "default": "./sync/index.mjs"
- },
- "require": {
- "types": "./sync/index.d.ts",
- "default": "./sync/index.js"
- }
- },
- "./sync/index.js"
- ]
- },
- "files": [
- "*.d.mts",
- "*.d.ts",
- "dist",
- "sync"
- ],
- "modes": {
- "sync": "src/sync.js",
- "default": "src/async.js"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "build": "bundt",
- "pretest": "npm run build",
- "test": "uvu -r esm test -i fixtures"
- },
- "keywords": [
- "find",
- "parent",
- "parents",
- "directory",
- "search",
- "walk"
- ],
- "devDependencies": {
- "bundt": "1.1.1",
- "esm": "3.2.25",
- "uvu": "0.3.3"
- }
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage