mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 02:29:48 -04:00
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "@pnpm/deps.inspection.tree-builder",
|
|
"version": "1001.1.3",
|
|
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11",
|
|
"dependencies",
|
|
"hierarchy",
|
|
"node_modules"
|
|
],
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/tree-builder",
|
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/tree-builder#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
"test": "pn compile && pn .test",
|
|
"prepublishOnly": "pn compile",
|
|
"compile": "tsgo --build && pn lint --fix",
|
|
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/config.matcher": "workspace:*",
|
|
"@pnpm/config.normalize-registries": "workspace:*",
|
|
"@pnpm/deps.path": "workspace:*",
|
|
"@pnpm/fs.read-modules-dir": "workspace:*",
|
|
"@pnpm/installing.modules-yaml": "workspace:*",
|
|
"@pnpm/lockfile.detect-dep-types": "workspace:*",
|
|
"@pnpm/lockfile.fs": "workspace:*",
|
|
"@pnpm/lockfile.utils": "workspace:*",
|
|
"@pnpm/npm-package-arg": "catalog:",
|
|
"@pnpm/pkg-manifest.reader": "workspace:*",
|
|
"@pnpm/store.cafs": "workspace:*",
|
|
"@pnpm/store.index": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@pnpm/util.lex-comparator": "catalog:",
|
|
"load-json-file": "catalog:",
|
|
"normalize-path": "catalog:",
|
|
"realpath-missing": "catalog:",
|
|
"resolve-link-target": "catalog:",
|
|
"semver": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/constants": "workspace:*",
|
|
"@pnpm/deps.inspection.tree-builder": "workspace:*",
|
|
"@pnpm/test-fixtures": "workspace:*",
|
|
"@types/normalize-path": "catalog:",
|
|
"@types/semver": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|