{
  "_id": "validate-npm-package-name@4.0.0",
  "_inBundle": true,
  "_location": "/npm/validate-npm-package-name",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/init-package-json",
    "/npm/npm-package-arg"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/validate-npm-package-name/issues"
  },
  "dependencies": {
    "builtins": "^5.0.0"
  },
  "description": "Give me a string and I'll tell you if it's a valid npm package name",
  "devDependencies": {
    "@npmcli/eslint-config": "^3.0.1",
    "@npmcli/template-oss": "3.2.1",
    "tap": "^16.0.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/validate-npm-package-name",
  "keywords": [
    "npm",
    "package",
    "names",
    "validation"
  ],
  "license": "ISC",
  "main": "lib/",
  "name": "validate-npm-package-name",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/validate-npm-package-name.git"
  },
  "scripts": {
    "cov:test": "TAP_FLAGS='--cov' npm run test:code",
    "lint": "eslint \"**/*.js\"",
    "lintfix": "npm run lint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap",
    "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
    "test:style": "standard"
  },
  "tap": {
    "statements": 88,
    "branches": 92,
    "lines": 88
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "3.2.1"
  },
  "version": "4.0.0"
}
