{ "name": "@pnpm/mount-modules", "version": "1001.0.27", "description": "Mounts a node_modules directory with FUSE", "keywords": [ "pnpm", "pnpm10", "lockfile", "shrinkwrap" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/modules-mounter/daemon", "homepage": "https://github.com/pnpm/pnpm/blob/main/modules-mounter/daemon#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map", "bin" ], "bin": "bin/mount-modules.js", "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "pretest": "node ../../pnpm/dist/pnpm.cjs install --dir=test/__fixtures__/simple", "_test": "pnpm pretest && jest", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/config": "workspace:*", "@pnpm/dependency-path": "workspace:*", "@pnpm/lockfile.fs": "workspace:*", "@pnpm/lockfile.utils": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/store-path": "workspace:*", "@pnpm/store.cafs": "workspace:*", "@pnpm/types": "workspace:*", "hyperdrive-schemas": "catalog:", "load-json-file": "catalog:", "normalize-path": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "optionalDependencies": { "fuse-native": "catalog:" }, "devDependencies": { "@pnpm/constants": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/mount-modules": "workspace:*", "@types/normalize-path": "catalog:", "rimraf": "catalog:" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }