{
  "_from": "is-bigint@^1.1.0",
  "_id": "is-bigint@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  "_location": "/is-bigint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-bigint@^1.1.0",
    "name": "is-bigint",
    "escapedName": "is-bigint",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/which-boxed-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  "_shasum": "dda7a3445df57a42583db4228682eba7c4170672",
  "_spec": "is-bigint@^1.1.0",
  "_where": "/var/www/html/empowerweb/node_modules/which-boxed-primitive",
  "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/is-bigint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-bigints": "^1.0.2"
  },
  "deprecated": false,
  "description": "Is this value an ES BigInt?",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.0",
    "@ljharb/eslint-config": "^21.1.1",
    "@ljharb/tsconfig": "^0.2.0",
    "@types/for-each": "^0.3.3",
    "@types/object-inspect": "^1.13.0",
    "@types/tape": "^5.6.5",
    "auto-changelog": "^2.5.0",
    "encoding": "^0.1.13",
    "es-value-fixtures": "^1.5.0",
    "eslint": "=8.8.0",
    "for-each": "^0.3.3",
    "has-tostringtag": "^1.0.2",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "object-inspect": "^1.13.3",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/is-bigint#readme",
  "keywords": [
    "bigint",
    "es",
    "integer",
    "is"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-bigint",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/is-bigint.git"
  },
  "scripts": {
    "lint": "eslint .",
    "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)\")\"",
    "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"
  },
  "version": "1.1.0"
}
