mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "dependency-path",
|
|
"version": "5.1.1",
|
|
"description": "Utilities for working with symlinked node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json 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"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
|
|
"keywords": [
|
|
"node_modules",
|
|
"pnpm",
|
|
"path"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"encode-registry": "^3.0.0",
|
|
"normalize-path": "^3.0.0",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.3.4"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|