{
  "_from": "which-builtin-type@^1.2.1",
  "_id": "which-builtin-type@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  "_location": "/which-builtin-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "which-builtin-type@^1.2.1",
    "name": "which-builtin-type",
    "escapedName": "which-builtin-type",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/reflect.getprototypeof"
  ],
  "_resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  "_shasum": "89183da1b4907ab089a6b02029cc5d8d6574270e",
  "_spec": "which-builtin-type@^1.2.1",
  "_where": "/var/www/html/empowerweb/node_modules/reflect.getprototypeof",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/which-builtin-type/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bound": "^1.0.2",
    "function.prototype.name": "^1.1.6",
    "has-tostringtag": "^1.0.2",
    "is-async-function": "^2.0.0",
    "is-date-object": "^1.1.0",
    "is-finalizationregistry": "^1.1.0",
    "is-generator-function": "^1.0.10",
    "is-regex": "^1.2.1",
    "is-weakref": "^1.0.2",
    "isarray": "^2.0.5",
    "which-boxed-primitive": "^1.1.0",
    "which-collection": "^1.0.2",
    "which-typed-array": "^1.1.16"
  },
  "deprecated": false,
  "description": "What is the type of this builtin JS value?",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.1",
    "@ljharb/eslint-config": "^21.1.1",
    "@ljharb/tsconfig": "^0.2.2",
    "@types/for-each": "^0.3.3",
    "@types/function.prototype.name": "^1.1.4",
    "@types/is-async-function": "^2.0.3",
    "@types/is-date-object": "^1.0.4",
    "@types/is-generator-function": "^1.0.3",
    "@types/is-weakref": "^1.0.0",
    "@types/make-arrow-function": "^1.2.2",
    "@types/make-async-function": "^1.0.2",
    "@types/object-inspect": "^1.13.0",
    "@types/object.assign": "^4.1.0",
    "@types/tape": "^5.6.5",
    "@types/which-boxed-primitive": "^1.0.3",
    "auto-changelog": "^2.5.0",
    "available-typed-arrays": "^1.0.7",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "has-bigints": "^1.0.2",
    "has-symbols": "^1.1.0",
    "in-publish": "^2.0.1",
    "make-arrow-function": "^1.2.0",
    "make-async-function": "^1.0.0",
    "make-generator-function": "^2.0.0",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "object-inspect": "^1.13.3",
    "object.assign": "^4.1.5",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/which-builtin-type#readme",
  "keywords": [
    "type",
    "builtin",
    "ecmascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "which-builtin-type",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/which-builtin-type.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "postlint": "tsc -P . && attw -P",
    "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)\")\"",
    "prelint": "evalmd README.md",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "types": "index.d.ts",
  "version": "1.2.1"
}
