{ "name": "@pnpm/npm-resolver", "version": "1004.1.1", "description": "Resolver for npm-hosted packages", "keywords": [ "pnpm", "pnpm10", "npm", "resolver" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/resolving/npm-resolver", "homepage": "https://github.com/pnpm/pnpm/blob/main/resolving/npm-resolver#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" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/constants": "workspace:*", "@pnpm/core-loggers": "workspace:*", "@pnpm/crypto.hash": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fetching-types": "workspace:*", "@pnpm/graceful-fs": "workspace:*", "@pnpm/pick-registry-for-package": "workspace:*", "@pnpm/resolve-workspace-range": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/resolving.jsr-specifier-parser": "workspace:*", "@pnpm/types": "workspace:*", "@pnpm/workspace.spec-parser": "workspace:*", "@zkochan/retry": "catalog:", "encode-registry": "catalog:", "load-json-file": "catalog:", "lru-cache": "catalog:", "normalize-path": "catalog:", "p-limit": "catalog:", "p-memoize": "catalog:", "parse-npm-tarball-url": "catalog:", "path-temp": "catalog:", "ramda": "catalog:", "rename-overwrite": "catalog:", "semver": "catalog:", "semver-utils": "catalog:", "ssri": "catalog:", "version-selector-type": "catalog:" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "devDependencies": { "@pnpm/fetch": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/npm-resolver": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@types/normalize-path": "catalog:", "@types/ramda": "catalog:", "@types/semver": "catalog:", "@types/ssri": "catalog:", "nock": "catalog:", "tempy": "catalog:" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" } }