{ "name": "package-json", "version": "9.0.0", "description": "Get metadata of a package from the npm registry", "license": "MIT", "repository": "sindresorhus/package-json", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "//test": "xo && ava && tsd", "test": "xo && ava" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "npm", "registry", "package", "pkg", "package.json", "json", "module", "scope", "scoped" ], "dependencies": { "got": "^13.0.0", "registry-auth-token": "^5.0.2", "registry-url": "^6.0.1", "semver": "^7.5.4" }, "devDependencies": { "@types/node": "^20.11.5", "ava": "^6.1.0", "mock-private-registry": "^1.1.2", "tsd": "^0.30.4", "xo": "^0.56.0" } }