Files
pnpm/packages/cafs/package.json
2020-06-16 01:08:54 +03:00

54 lines
1.6 KiB
JSON

{
"name": "@pnpm/cafs",
"version": "1.0.4",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/cafs/coverage ts-node packages/cafs/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build",
"prepublishOnly": "pnpm run compile"
},
"keywords": [],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:8.0.1",
"@pnpm/store-controller-types": "workspace:8.0.1",
"@zkochan/rimraf": "1.0.0",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
"get-stream": "5.1.0",
"mz": "2.7.0",
"p-limit": "^3.0.1",
"path-exists": "4.0.0",
"path-temp": "2.0.0",
"rename-overwrite": "^3.0.0",
"ssri": "6.0.1",
"strip-bom": "^4.0.0",
"tar-stream": "^2.1.2"
},
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/mz": "^2.7.1",
"@types/node": "^13.13.11",
"@types/ssri": "^6.0.3",
"@types/tar-stream": "^2.1.0",
"tempy": "^0.5.0"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"engines": {
"node": ">=10.13"
},
"files": [
"lib",
"!*.map"
],
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cafs#readme",
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cafs",
"funding": "https://opencollective.com/pnpm"
}