11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "walk-up-path",
31cb0ef41Sopenharmony_ci  "version": "3.0.1",
41cb0ef41Sopenharmony_ci  "files": [
51cb0ef41Sopenharmony_ci    "dist"
61cb0ef41Sopenharmony_ci  ],
71cb0ef41Sopenharmony_ci  "main": "./dist/cjs/index.js",
81cb0ef41Sopenharmony_ci  "module": "./dist/mjs/index.js",
91cb0ef41Sopenharmony_ci  "types": "./dist/mjs/index.d.ts",
101cb0ef41Sopenharmony_ci  "exports": {
111cb0ef41Sopenharmony_ci    ".": {
121cb0ef41Sopenharmony_ci      "require": {
131cb0ef41Sopenharmony_ci        "types": "./dist/cjs/index.d.ts",
141cb0ef41Sopenharmony_ci        "default": "./dist/cjs/index.js"
151cb0ef41Sopenharmony_ci      },
161cb0ef41Sopenharmony_ci      "import": {
171cb0ef41Sopenharmony_ci        "types": "./dist/mjs/index.d.ts",
181cb0ef41Sopenharmony_ci        "default": "./dist/mjs/index.js"
191cb0ef41Sopenharmony_ci      }
201cb0ef41Sopenharmony_ci    }
211cb0ef41Sopenharmony_ci  },
221cb0ef41Sopenharmony_ci  "description": "Given a path string, return a generator that walks up the path, emitting each dirname.",
231cb0ef41Sopenharmony_ci  "repository": {
241cb0ef41Sopenharmony_ci    "type": "git",
251cb0ef41Sopenharmony_ci    "url": "git+https://github.com/isaacs/walk-up-path"
261cb0ef41Sopenharmony_ci  },
271cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
281cb0ef41Sopenharmony_ci  "license": "ISC",
291cb0ef41Sopenharmony_ci  "scripts": {
301cb0ef41Sopenharmony_ci    "preversion": "npm test",
311cb0ef41Sopenharmony_ci    "postversion": "npm publish",
321cb0ef41Sopenharmony_ci    "prepublishOnly": "git push origin --follow-tags",
331cb0ef41Sopenharmony_ci    "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh",
341cb0ef41Sopenharmony_ci    "pretest": "npm run prepare",
351cb0ef41Sopenharmony_ci    "presnap": "npm run prepare",
361cb0ef41Sopenharmony_ci    "test": "c8 tap",
371cb0ef41Sopenharmony_ci    "snap": "c8 tap",
381cb0ef41Sopenharmony_ci    "format": "prettier --write . --loglevel warn",
391cb0ef41Sopenharmony_ci    "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
401cb0ef41Sopenharmony_ci  },
411cb0ef41Sopenharmony_ci  "prettier": {
421cb0ef41Sopenharmony_ci    "semi": false,
431cb0ef41Sopenharmony_ci    "printWidth": 75,
441cb0ef41Sopenharmony_ci    "tabWidth": 2,
451cb0ef41Sopenharmony_ci    "useTabs": false,
461cb0ef41Sopenharmony_ci    "singleQuote": true,
471cb0ef41Sopenharmony_ci    "jsxSingleQuote": false,
481cb0ef41Sopenharmony_ci    "bracketSameLine": true,
491cb0ef41Sopenharmony_ci    "arrowParens": "avoid",
501cb0ef41Sopenharmony_ci    "endOfLine": "lf"
511cb0ef41Sopenharmony_ci  },
521cb0ef41Sopenharmony_ci  "tap": {
531cb0ef41Sopenharmony_ci    "coverage": false,
541cb0ef41Sopenharmony_ci    "node-arg": [
551cb0ef41Sopenharmony_ci      "--no-warnings",
561cb0ef41Sopenharmony_ci      "--loader",
571cb0ef41Sopenharmony_ci      "ts-node/esm"
581cb0ef41Sopenharmony_ci    ],
591cb0ef41Sopenharmony_ci    "ts": false
601cb0ef41Sopenharmony_ci  },
611cb0ef41Sopenharmony_ci  "devDependencies": {
621cb0ef41Sopenharmony_ci    "@types/node": "^18.15.5",
631cb0ef41Sopenharmony_ci    "@types/tap": "^15.0.8",
641cb0ef41Sopenharmony_ci    "c8": "^7.13.0",
651cb0ef41Sopenharmony_ci    "eslint-config-prettier": "^8.8.0",
661cb0ef41Sopenharmony_ci    "prettier": "^2.8.6",
671cb0ef41Sopenharmony_ci    "tap": "^16.3.4",
681cb0ef41Sopenharmony_ci    "ts-node": "^10.9.1",
691cb0ef41Sopenharmony_ci    "typedoc": "^0.23.28",
701cb0ef41Sopenharmony_ci    "typescript": "^5.0.2"
711cb0ef41Sopenharmony_ci  }
721cb0ef41Sopenharmony_ci}
73