{
  "_from": "validate-npm-package-name@^7.0.1",
  "_id": "validate-npm-package-name@7.0.2",
  "_inBundle": false,
  "_integrity": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==",
  "_location": "/validate-npm-package-name",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validate-npm-package-name@^7.0.1",
    "name": "validate-npm-package-name",
    "escapedName": "validate-npm-package-name",
    "rawSpec": "^7.0.1",
    "saveSpec": null,
    "fetchSpec": "^7.0.1"
  },
  "_requiredBy": [
    "/shadcn"
  ],
  "_resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.2.tgz",
  "_shasum": "e57c3d721a4c8bbff454a246e7f7da811559ea0d",
  "_spec": "validate-npm-package-name@^7.0.1",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/shadcn",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/validate-npm-package-name/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Give me a string and I'll tell you if it's a valid npm package name",
  "devDependencies": {
    "@npmcli/eslint-config": "^6.0.0",
    "@npmcli/template-oss": "4.28.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": "^20.17.0 || >=22.9.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": {
    "builtin-fixture": "node -e \"console.log(JSON.stringify(require('node:module').builtinModules))\" > ./lib/builtin-modules.json",
    "cov:test": "TAP_FLAGS='--cov' npm run test:code",
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "snap": "node --test --test-update-snapshots './test/**/*.js'",
    "template-oss-apply": "template-oss-apply --force",
    "test": "node --test './test/**/*.js'",
    "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
    "test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100 './test/**/*.js'",
    "test:node20": "node --test test",
    "test:style": "standard"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.28.1",
    "publish": true,
    "testRunner": "node:test",
    "latestCiVersion": 24
  },
  "version": "7.0.2"
}
