mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/lockfile-utils",
|
|
"version": "3.0.2",
|
|
"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"
|
|
],
|
|
"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.39",
|
|
"tempy": "^1.0.0",
|
|
"write-yaml-file": "^4.2.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-types": "workspace:3.0.0",
|
|
"@pnpm/resolver-base": "workspace:8.0.1",
|
|
"@pnpm/types": "workspace:7.1.0",
|
|
"dependency-path": "workspace:7.0.1",
|
|
"get-npm-tarball-url": "^2.0.2",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|