Files
pnpm/packages/cafs/package.json
2022-03-19 20:43:30 +02:00

58 lines
1.5 KiB
JSON

{
"name": "@pnpm/cafs",
"version": "4.0.0",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix",
"prepublishOnly": "pnpm run compile"
},
"keywords": [
"pnpm7"
],
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:12.0.0",
"@pnpm/graceful-fs": "workspace:2.0.0",
"@pnpm/store-controller-types": "workspace:13.0.0",
"@zkochan/rimraf": "^2.1.2",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
"get-stream": "^6.0.0",
"p-limit": "^3.1.0",
"path-temp": "^2.0.0",
"rename-overwrite": "^4.0.2",
"ssri": "^8.0.1",
"strip-bom": "^4.0.0",
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:4.0.0",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
"@types/tar-stream": "^2.1.0",
"tempy": "^1.0.0"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"engines": {
"node": ">=14.19"
},
"files": [
"lib",
"!*.map"
],
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cafs#readme",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/cafs",
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}