{ "name": "@pnpm/installing.modules-yaml", "version": "1000.3.6", "description": "Reads/writes `node_modules/.modules.yaml`", "keywords": [ "pnpm", "pnpm11", "modules.yaml" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/installing/modules-yaml", "homepage": "https://github.com/pnpm/pnpm/tree/main/installing/modules-yaml#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "test": "pnpm run compile && pnpm run .test", "prepublishOnly": "pnpm run compile", "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", "compile": "tsgo --build && pnpm run lint --fix", ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest" }, "dependencies": { "@pnpm/fs.graceful-fs": "workspace:*", "@pnpm/types": "workspace:*", "is-windows": "catalog:", "ramda": "catalog:", "read-yaml-file": "catalog:" }, "devDependencies": { "@pnpm/installing.modules-yaml": "workspace:*", "@types/is-windows": "catalog:", "@types/ramda": "catalog:", "tempy": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }