UNPKG

@pnpm/lockfile-utils

Version:
52 lines 1.33 kB
{ "name": "@pnpm/lockfile-utils", "version": "11.0.4", "description": "Utils for dealing with pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=18.12" }, "files": [ "lib", "!*.map" ], "repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils", "keywords": [ "pnpm9", "pnpm", "shrinkwrap", "lockfile" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils#readme", "devDependencies": { "@types/ramda": "0.29.12", "tempy": "^1.0.1", "write-yaml-file": "^5.0.0", "yaml-tag": "1.1.0", "@pnpm/lockfile-utils": "11.0.4" }, "dependencies": { "get-npm-tarball-url": "^2.1.0", "ramda": "npm:@pnpm/ramda@0.28.1", "@pnpm/dependency-path": "5.1.3", "@pnpm/lockfile-types": "7.1.3", "@pnpm/pick-fetcher": "3.0.0", "@pnpm/resolver-base": "13.0.1", "@pnpm/types": "11.1.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsc --build && pnpm run lint --fix" } }