mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 02:21:52 -04:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/lockfile-utils",
|
|
"version": "4.0.0",
|
|
"description": "Utils for dealing with pnpm-lock.yaml",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"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"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-utils",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm",
|
|
"shrinkwrap",
|
|
"lockfile"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-utils#readme",
|
|
"devDependencies": {
|
|
"@pnpm/lockfile-utils": "workspace:4.0.0",
|
|
"@types/js-yaml": "^4.0.0",
|
|
"@types/ramda": "0.27.39",
|
|
"tempy": "^1.0.0",
|
|
"write-yaml-file": "^4.2.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-types": "workspace:4.0.0",
|
|
"@pnpm/resolver-base": "workspace:9.0.0",
|
|
"@pnpm/types": "workspace:8.0.0",
|
|
"dependency-path": "workspace:9.0.0",
|
|
"get-npm-tarball-url": "^2.0.3",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|