Files
pnpm/packages/lockfile-walker/package.json
2021-07-30 12:25:00 +03:00

43 lines
1.1 KiB
JSON

{
"name": "@pnpm/lockfile-walker",
"version": "4.0.8",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker",
"keywords": [
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker#readme",
"devDependencies": {
"@types/ramda": "0.27.39",
"tempy": "^1.0.0"
},
"dependencies": {
"@pnpm/lockfile-types": "workspace:3.0.0",
"@pnpm/types": "workspace:7.4.0",
"dependency-path": "workspace:8.0.4",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}