mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 15:07:27 -04:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "dependencies-hierarchy",
|
|
"version": "4.0.3",
|
|
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"pretest": "cd fixtures && pnpm recursive install --frozen-shrinkwrap --no-shared-workspace-shrinkwrap --no-link-workspace-packages && cd ../fixtureWithLinks && pnpm recursive install --frozen-shrinkwrap --link-workspace-packages --no-shared-workspace-shrinkwrap && cd ..",
|
|
"test": "npm run tsc && npm run lint && ts-node test --type-check && mos t",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc",
|
|
"md": "tsc && mos"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy",
|
|
"keywords": [
|
|
"hierarchy",
|
|
"pnpm",
|
|
"dependencies",
|
|
"node_modules"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
|
|
"dependencies": {
|
|
"@pnpm/modules-yaml": "2.0.1",
|
|
"@pnpm/read-modules-dir": "1.0.0",
|
|
"@pnpm/shrinkwrap-file": "1.0.0",
|
|
"@pnpm/types": "2.0.0",
|
|
"@pnpm/utils": "0.9.0",
|
|
"@types/node": "10.12.18",
|
|
"@types/semver": "5.5.0",
|
|
"dependency-path": "2.0.1",
|
|
"normalize-path": "3.0.0",
|
|
"resolve-link-target": "1.0.1",
|
|
"semver": "5.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/tape": "4.2.33",
|
|
"dependencies-hierarchy": "link:",
|
|
"mos": "2.0.0-alpha.3",
|
|
"mos-plugin-readme": "1.0.4",
|
|
"mos-tap-diff": "1.0.0",
|
|
"tape": "4.9.1",
|
|
"ts-node": "7.0.1",
|
|
"tslint": "5.12.0",
|
|
"typescript": "3.2.2"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|