mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-11 19:58:14 -04:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/lockfile-utils",
|
|
"version": "2.0.22",
|
|
"description": "Utils for dealing with pnpm-lock.yaml",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils",
|
|
"keywords": [
|
|
"pnpm",
|
|
"shrinkwrap",
|
|
"lockfile"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils#readme",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.0",
|
|
"@types/ramda": "^0.27.35",
|
|
"tempy": "^1.0.0",
|
|
"write-yaml-file": "^4.2.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-types": "workspace:2.2.0",
|
|
"@pnpm/resolver-base": "workspace:7.1.1",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"dependency-path": "workspace:5.1.1",
|
|
"get-npm-tarball-url": "^2.0.2",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|