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": "2.0.1",
|
|
"description": "Utils for dealing with pnpm-lock.yaml",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils",
|
|
"keywords": [
|
|
"pnpm",
|
|
"shrinkwrap",
|
|
"lockfile"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "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": {
|
|
"@pnpm/lockfile-utils": "link:",
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/ramda": "0.26.34",
|
|
"rimraf": "3.0.0",
|
|
"tape": "4.11.0",
|
|
"tempy": "0.3.0",
|
|
"write-yaml-file": "3.0.1",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-types": "workspace:1.1.0",
|
|
"@pnpm/resolver-base": "workspace:5.0.0",
|
|
"@pnpm/types": "workspace:4.0.0",
|
|
"dependency-path": "workspace:4.0.0",
|
|
"get-npm-tarball-url": "2.0.1",
|
|
"ramda": "0.26.1"
|
|
}
|
|
}
|