{
  "_id": "normalize-package-data@4.0.0",
  "_inBundle": true,
  "_location": "/npm/normalize-package-data",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/libnpmpublish",
    "/npm/read-package-json"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/normalize-package-data/issues"
  },
  "dependencies": {
    "hosted-git-info": "^5.0.0",
    "is-core-module": "^2.8.1",
    "semver": "^7.3.5",
    "validate-npm-package-license": "^3.0.4"
  },
  "description": "Normalizes data that can be found in package.json files.",
  "devDependencies": {
    "@npmcli/template-oss": "^2.9.2",
    "tap": "^15.0.9"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16"
  },
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/npm/normalize-package-data#readme",
  "license": "BSD-2-Clause",
  "main": "lib/normalize.js",
  "name": "normalize-package-data",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/normalize-package-data.git"
  },
  "scripts": {
    "lint": "eslint '**/*.js'",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint",
    "postlint": "npm-template-check",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-copy": "npm-template-copy --force",
    "test": "tap"
  },
  "tap": {
    "branches": 86,
    "functions": 92,
    "lines": 86,
    "statements": 86
  },
  "templateOSS": {
    "version": "2.9.2"
  },
  "version": "4.0.0"
}
