/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/walk-up-path/package.json
71 строка
2 KB
npm CLI robot
deps: upgrade npm to 11.0.0
10 янв 2025, 19:20
Не верифицирован
10 янв 2025, 19:20
25b22e4
Код
Авторство
О чём код?
{ "name": "walk-up-path", "version": "4.0.0", "files": [ "dist" ], "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", "repository": { "type": "git", "url": "git+https://github.com/isaacs/walk-up-path" }, "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", "license": "ISC", "scripts": { "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "prepare": "tshy", "pretest": "npm run prepare", "presnap": "npm run prepare", "test": "tap", "snap": "tap", "format": "prettier --write . --log-level warn", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" }, "prettier": { "experimentalTernaries": true, "semi": false, "printWidth": 75, "tabWidth": 2, "useTabs": false, "singleQuote": true, "jsxSingleQuote": false, "bracketSameLine": true, "arrowParens": "avoid", "endOfLine": "lf" }, "devDependencies": { "@types/node": "^20.14.10", "prettier": "^3.3.2", "tap": "^20.0.3", "tshy": "^3.0.0", "typedoc": "^0.26.3" }, "type": "module", "tshy": { "exports": { "./package.json": "./package.json", ".": "./src/index.ts" } }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts", "module": "./dist/esm/index.js", "engines": { "node": "20 || >=22" } }