@pnpm/local-resolver
Advanced tools
Comparing version 6.0.4 to 6.0.5
{ | ||
"name": "@pnpm/local-resolver", | ||
"version": "6.0.4", | ||
"description": "Resolver for local packages", | ||
"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/local-resolver", | ||
"keywords": [ | ||
"pnpm", | ||
"resolver", | ||
"npm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme", | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/graceful-fs": "1.0.0", | ||
"@pnpm/read-project-manifest": "2.0.4", | ||
"@pnpm/resolver-base": "8.0.3", | ||
"@pnpm/types": "7.3.0", | ||
"normalize-path": "^3.0.0", | ||
"ssri": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ssri": "^7.1.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/local-resolver", | ||
"version": "6.0.5", | ||
"description": "Resolver for local packages", | ||
"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/local-resolver", | ||
"keywords": [ | ||
"pnpm", | ||
"resolver", | ||
"npm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme", | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/graceful-fs": "1.0.0", | ||
"@pnpm/read-project-manifest": "2.0.5", | ||
"@pnpm/resolver-base": "8.0.4", | ||
"@pnpm/types": "7.4.0", | ||
"normalize-path": "^3.0.0", | ||
"ssri": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ssri": "^7.1.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --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
14132
9
+ Added@pnpm/read-project-manifest@2.0.5(transitive)
+ Added@pnpm/resolver-base@8.0.4(transitive)
+ Added@pnpm/types@7.4.0(transitive)
+ Added@pnpm/write-project-manifest@2.0.4(transitive)
- Removed@pnpm/read-project-manifest@2.0.4(transitive)
- Removed@pnpm/resolver-base@8.0.3(transitive)
- Removed@pnpm/types@7.3.0(transitive)
- Removed@pnpm/write-project-manifest@2.0.3(transitive)
Updated@pnpm/resolver-base@8.0.4
Updated@pnpm/types@7.4.0