Files
pnpm/packages/lockfile-utils/package.json
2020-10-19 03:47:13 +03:00

51 lines
1.4 KiB
JSON

{
"name": "@pnpm/lockfile-utils",
"version": "2.0.17",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.16"
},
"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"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils",
"keywords": [
"pnpm",
"shrinkwrap",
"lockfile"
],
"author": "Zoltan Kochan <z@kochan.io> (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.5",
"@types/ramda": "^0.27.28",
"tempy": "^1.0.0",
"write-yaml-file": "^4.1.0",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/lockfile-types": "workspace:2.1.0",
"@pnpm/resolver-base": "workspace:7.0.4",
"@pnpm/types": "workspace:6.3.0",
"dependency-path": "workspace:5.0.4",
"get-npm-tarball-url": "^2.0.1",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}