{
  "_args": [
    [
      "prop-types-exact@1.2.7",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "prop-types-exact@1.2.7",
  "_id": "prop-types-exact@1.2.7",
  "_inBundle": false,
  "_integrity": "sha512-A4RaV6mg3jocQqBYmqi2ojJ2VnV4AKTEHhl3xHsud08/u87gcVJc8DUOtgnPegoOCQv/shUqEk4eZGYibjnHzQ==",
  "_location": "/prop-types-exact",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prop-types-exact@1.2.7",
    "name": "prop-types-exact",
    "escapedName": "prop-types-exact",
    "rawSpec": "1.2.7",
    "saveSpec": null,
    "fetchSpec": "1.2.7"
  },
  "_requiredBy": [
    "/airbnb-prop-types"
  ],
  "_resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.7.tgz",
  "_spec": "1.2.7",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true,
    "startingVersion": "1.2.1"
  },
  "bugs": {
    "url": "https://github.com/ljharb/prop-types-exact/issues"
  },
  "dependencies": {
    "call-bound": "^1.0.3",
    "es-errors": "^1.3.0",
    "hasown": "^2.0.2",
    "isarray": "^2.0.5",
    "object.assign": "^4.1.7",
    "own-keys": "^1.0.0"
  },
  "description": "For use with React PropTypes. Will error on any prop not explicitly specified.",
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@ljharb/eslint-config": "^21.1.1",
    "auto-changelog": "^2.5.0",
    "babel-preset-airbnb": "^5.0.0",
    "encoding": "^0.1.13",
    "enzyme-adapter-react-helper": "^1.3.10",
    "eslint": "=8.8.0",
    "eslint-plugin-react": "^7.37.3",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "prop-types": "^15.8.1",
    "psl": "=1.9.0",
    "react": "^0.13 || ^0.14 || ^15 || ^16.0.0-alpha.12",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/prop-types-exact#readme",
  "keywords": [
    "react",
    "propTypes",
    "prop",
    "types",
    "validator",
    "validation",
    "exact"
  ],
  "license": "MIT",
  "main": "src",
  "name": "prop-types-exact",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/prop-types-exact.git"
  },
  "scripts": {
    "lint": "eslint --ext js,jsx src test",
    "posttest": "npx npm@'>= 10.2' audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run react && npm run tests:build && npm run lint",
    "react": "enzyme-adapter-react-install 16",
    "tape": "tape --require ./test-build/helpers/_failTestsOnErrors",
    "test": "npm run tests-only",
    "tests-only": "nyc npm run tape './test-build/*.*'",
    "tests:build": "babel test --out-dir=test-build",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "version": "1.2.7"
}
