Files
pnpm/packages/lockfile-walker/package.json
2022-05-01 01:35:26 +03:00

48 lines
1.2 KiB
JSON

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