{ "name": "package-json", "version": "7.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" }, "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "npm", "registry", "package", "pkg", "package.json", "json", "module", "scope", "scoped" ], "dependencies": { "got": "^11.8.2", "registry-auth-token": "^4.0.0", "registry-url": "^5.0.0", "semver": "^7.3.5" }, "devDependencies": { "@types/node": "^15.12.4", "ava": "^2.4.0", "mock-private-registry": "^1.1.2", "tsd": "^0.17.0", "xo": "^0.39.0" } }