mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/lockfile-utils",
|
|
"version": "4.2.4",
|
|
"description": "Utils for dealing with pnpm-lock.yaml",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"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:*",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/ramda": "0.28.14",
|
|
"tempy": "^1.0.1",
|
|
"write-yaml-file": "^4.2.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-types": "workspace:*",
|
|
"@pnpm/resolver-base": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"dependency-path": "workspace:*",
|
|
"get-npm-tarball-url": "^2.0.3",
|
|
"ramda": "npm:@pnpm/ramda@0.28.1"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|