File: //lib/node_modules/npm/node_modules/read-package-json/package.json
{
"name": "read-package-json",
"version": "5.0.0",
"author": "GitHub Inc.",
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
"repository": {
"type": "git",
"url": "https://github.com/npm/read-package-json.git"
},
"main": "lib/read-json.js",
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"release": "standard-version -s",
"test": "tap",
"npmclilint": "npmcli-lint",
"lint": "eslint '**/*.js'",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"postsnap": "npm run lintfix --",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap"
},
"dependencies": {
"glob": "^7.2.0",
"json-parse-even-better-errors": "^2.3.1",
"normalize-package-data": "^4.0.0",
"npm-normalize-package-bin": "^1.0.1"
},
"devDependencies": {
"@npmcli/template-oss": "^2.9.2",
"tap": "^15.0.9"
},
"license": "ISC",
"files": [
"bin",
"lib"
],
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"tap": {
"branches": 68,
"functions": 83,
"lines": 76,
"statements": 77
},
"templateOSS": {
"version": "2.9.2"
}
}