mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/lockfile-file",
|
|
"version": "3.0.1",
|
|
"description": "Read/write pnpm-lock.yaml files",
|
|
"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-file",
|
|
"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-file#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": ">=3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/lockfile-file": "link:",
|
|
"@pnpm/logger": "3.1.0",
|
|
"@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/constants": "workspace:3.0.0",
|
|
"@pnpm/error": "workspace:1.0.0",
|
|
"@pnpm/lockfile-types": "workspace:1.1.0",
|
|
"@pnpm/types": "workspace:4.0.0",
|
|
"@zkochan/rimraf": "1.0.0",
|
|
"js-yaml": "3.13.1",
|
|
"make-dir": "3.0.0",
|
|
"normalize-path": "3.0.0",
|
|
"ramda": "0.26.1",
|
|
"read-yaml-file": "1.1.0",
|
|
"write-file-atomic": "2.4.3"
|
|
}
|
|
}
|