{
  "_from": "which-builtin-type@^1.1.3",
  "_id": "which-builtin-type@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
  "_location": "/which-builtin-type",
  "_phantomChildren": {
    "call-bind": "1.0.2",
    "has-tostringtag": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "which-builtin-type@^1.1.3",
    "name": "which-builtin-type",
    "escapedName": "which-builtin-type",
    "rawSpec": "^1.1.3",
    "saveSpec": null,
    "fetchSpec": "^1.1.3"
  },
  "_requiredBy": [
    "/reflect.getprototypeof"
  ],
  "_resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
  "_shasum": "b1b8443707cc58b6e9bf98d32110ff0c2cbd029b",
  "_spec": "which-builtin-type@^1.1.3",
  "_where": "D:\\Projects\\ashkanTala\\theme\\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": {
    "function.prototype.name": "^1.1.5",
    "has-tostringtag": "^1.0.0",
    "is-async-function": "^2.0.0",
    "is-date-object": "^1.0.5",
    "is-finalizationregistry": "^1.0.2",
    "is-generator-function": "^1.0.10",
    "is-regex": "^1.1.4",
    "is-weakref": "^1.0.2",
    "isarray": "^2.0.5",
    "which-boxed-primitive": "^1.0.2",
    "which-collection": "^1.0.1",
    "which-typed-array": "^1.1.9"
  },
  "deprecated": false,
  "description": "What is the type of this builtin JS value?",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.1",
    "auto-changelog": "^2.4.0",
    "available-typed-arrays": "^1.0.5",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "has-bigints": "^1.0.2",
    "has-symbols": "^1.0.3",
    "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.0",
    "nyc": "^10.3.2",
    "object-inspect": "^1.12.2",
    "object.assign": "^4.1.4",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.1"
  },
  "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 .",
    "posttest": "aud --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,
  "version": "1.1.3"
}
