Files
pnpm/lockfile/lockfile-file/package.json
2023-06-23 01:29:50 +03:00

72 lines
1.9 KiB
JSON

{
"name": "@pnpm/lockfile-file",
"version": "8.1.1",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=16.14"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix",
"start": "tsc --watch"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-file",
"keywords": [
"pnpm8",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-file#readme",
"peerDependencies": {
"@pnpm/logger": "^5.0.0"
},
"devDependencies": {
"@pnpm/lockfile-file": "workspace:*",
"@types/js-yaml": "^4.0.5",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.20",
"@types/semver": "7.3.13",
"@types/write-file-atomic": "^4.0.0",
"tempy": "^1.0.1",
"write-yaml-file": "^5.0.0",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:*",
"@pnpm/dependency-path": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/git-utils": "workspace:*",
"@pnpm/lockfile-types": "workspace:*",
"@pnpm/merge-lockfile-changes": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/util.lex-comparator": "1.0.0",
"@zkochan/rimraf": "^2.1.2",
"comver-to-semver": "^1.0.0",
"js-yaml": "npm:@zkochan/js-yaml@0.0.6",
"normalize-path": "^3.0.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"semver": "^7.5.3",
"sort-keys": "^4.2.0",
"strip-bom": "^4.0.0",
"write-file-atomic": "^5.0.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}