mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 01:15:11 -04:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "dependencies-hierarchy",
|
|
"version": "10.0.11",
|
|
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy",
|
|
"keywords": [
|
|
"pnpm6",
|
|
"hierarchy",
|
|
"pnpm",
|
|
"dependencies",
|
|
"node_modules"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:4.1.1",
|
|
"@pnpm/lockfile-utils": "workspace:3.0.8",
|
|
"@pnpm/modules-yaml": "workspace:9.0.4",
|
|
"@pnpm/normalize-registries": "workspace:2.0.4",
|
|
"@pnpm/read-modules-dir": "workspace:3.0.1",
|
|
"@pnpm/read-package-json": "workspace:5.0.4",
|
|
"@pnpm/types": "workspace:7.4.0",
|
|
"dependency-path": "workspace:8.0.4",
|
|
"normalize-path": "^3.0.0",
|
|
"realpath-missing": "^1.1.0",
|
|
"resolve-link-target": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/constants": "workspace:5.0.0",
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@types/normalize-path": "^3.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|