@pnpm/link-bins
Advanced tools
Comparing version 6.0.5 to 6.0.6
114
package.json
{ | ||
"name": "@pnpm/link-bins", | ||
"version": "6.0.5", | ||
"description": "Link bins to node_modules/.bin", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins", | ||
"keywords": [ | ||
"pnpm", | ||
"bin" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme", | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/package-bins": "5.0.3", | ||
"@pnpm/read-modules-dir": "3.0.0", | ||
"@pnpm/read-package-json": "5.0.3", | ||
"@pnpm/read-project-manifest": "2.0.4", | ||
"@pnpm/types": "7.3.0", | ||
"@zkochan/cmd-shim": "^5.1.3", | ||
"is-subdir": "^1.1.1", | ||
"is-windows": "^1.0.2", | ||
"normalize-path": "^3.0.0", | ||
"p-settle": "^4.1.1", | ||
"ramda": "^0.27.1" | ||
}, | ||
"devDependencies": { | ||
"@types/is-windows": "^1.0.0", | ||
"@types/ncp": "^2.0.4", | ||
"@types/node": "^14.14.33", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ramda": "0.27.39", | ||
"ncp": "^2.0.0", | ||
"path-exists": "^4.0.0", | ||
"tempy": "^1.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"pretest": "ncp test/fixtures test/fixtures_for_testing", | ||
"posttest": "rimraf test/fixtures_for_testing", | ||
"_test": "pnpm pretest && jest && pnpm posttest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"fix": "tslint -c tslint.json --project . --fix", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/link-bins", | ||
"version": "6.0.6", | ||
"description": "Link bins to node_modules/.bin", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins", | ||
"keywords": [ | ||
"pnpm", | ||
"bin" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme", | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/package-bins": "5.0.4", | ||
"@pnpm/read-modules-dir": "3.0.0", | ||
"@pnpm/read-package-json": "5.0.4", | ||
"@pnpm/read-project-manifest": "2.0.5", | ||
"@pnpm/types": "7.4.0", | ||
"@zkochan/cmd-shim": "^5.1.3", | ||
"is-subdir": "^1.1.1", | ||
"is-windows": "^1.0.2", | ||
"normalize-path": "^3.0.0", | ||
"p-settle": "^4.1.1", | ||
"ramda": "^0.27.1" | ||
}, | ||
"devDependencies": { | ||
"@types/is-windows": "^1.0.0", | ||
"@types/ncp": "^2.0.4", | ||
"@types/node": "^14.14.33", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ramda": "0.27.39", | ||
"ncp": "^2.0.0", | ||
"path-exists": "^4.0.0", | ||
"tempy": "^1.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"pretest": "ncp test/fixtures test/fixtures_for_testing", | ||
"posttest": "rimraf test/fixtures_for_testing", | ||
"_test": "pnpm pretest && jest && pnpm posttest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"fix": "tslint -c tslint.json --project . --fix", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15648
6
+ Added@pnpm/package-bins@5.0.4(transitive)
+ Added@pnpm/read-package-json@5.0.4(transitive)
+ Added@pnpm/read-project-manifest@2.0.5(transitive)
+ Added@pnpm/types@7.4.0(transitive)
+ Added@pnpm/write-project-manifest@2.0.4(transitive)
- Removed@pnpm/package-bins@5.0.3(transitive)
- Removed@pnpm/read-package-json@5.0.3(transitive)
- Removed@pnpm/read-project-manifest@2.0.4(transitive)
- Removed@pnpm/types@7.3.0(transitive)
- Removed@pnpm/write-project-manifest@2.0.3(transitive)
Updated@pnpm/package-bins@5.0.4
Updated@pnpm/types@7.4.0