@pnpm/lockfile-file
Advanced tools
Comparing version 4.1.0 to 4.1.1
120
package.json
{ | ||
"name": "@pnpm/lockfile-file", | ||
"version": "4.1.0", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file", | ||
"keywords": [ | ||
"pnpm", | ||
"shrinkwrap", | ||
"lockfile" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file#readme", | ||
"peerDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/logger": "^4.0.0", | ||
"@types/js-yaml": "^4.0.0", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ramda": "0.27.39", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^1.0.0", | ||
"write-yaml-file": "^4.2.0", | ||
"yaml-tag": "1.1.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/constants": "5.0.0", | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/lockfile-types": "3.0.0", | ||
"@pnpm/merge-lockfile-changes": "2.0.1", | ||
"@pnpm/types": "7.3.0", | ||
"@zkochan/rimraf": "^2.1.1", | ||
"comver-to-semver": "^1.0.0", | ||
"js-yaml": "npm:@zkochan/js-yaml@0.0.5", | ||
"normalize-path": "^3.0.0", | ||
"ramda": "^0.27.1", | ||
"semver": "^7.3.4", | ||
"sort-keys": "^4.2.0", | ||
"strip-bom": "^4.0.0", | ||
"write-file-atomic": "^3.0.3" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/lockfile-file", | ||
"version": "4.1.1", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file", | ||
"keywords": [ | ||
"pnpm", | ||
"shrinkwrap", | ||
"lockfile" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file#readme", | ||
"peerDependencies": { | ||
"@pnpm/logger": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/logger": "^4.0.0", | ||
"@types/js-yaml": "^4.0.0", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/ramda": "0.27.39", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^1.0.0", | ||
"write-yaml-file": "^4.2.0", | ||
"yaml-tag": "1.1.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/constants": "5.0.0", | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/lockfile-types": "3.0.0", | ||
"@pnpm/merge-lockfile-changes": "2.0.1", | ||
"@pnpm/types": "7.4.0", | ||
"@zkochan/rimraf": "^2.1.1", | ||
"comver-to-semver": "^1.0.0", | ||
"js-yaml": "npm:@zkochan/js-yaml@0.0.5", | ||
"normalize-path": "^3.0.0", | ||
"ramda": "^0.27.1", | ||
"semver": "^7.3.4", | ||
"sort-keys": "^4.2.0", | ||
"strip-bom": "^4.0.0", | ||
"write-file-atomic": "^3.0.3" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"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
43075
33
+ Added@pnpm/types@7.4.0(transitive)
- Removed@pnpm/types@7.3.0(transitive)
Updated@pnpm/types@7.4.0