Files
pnpm/packages/lockfile-walker/package.json
2021-01-23 17:33:52 +02:00

44 lines
1.2 KiB
JSON

{
"name": "@pnpm/lockfile-walker",
"version": "3.0.9",
"description": "Walk over all the dependencies in a lockfile",
"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": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker",
"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-walker#readme",
"devDependencies": {
"@types/ramda": "^0.27.35",
"tempy": "^1.0.0"
},
"dependencies": {
"@pnpm/lockfile-types": "workspace:2.2.0",
"@pnpm/types": "workspace:6.4.0",
"dependency-path": "workspace:5.1.1",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
}