{
  "_args": [
    [
      "which-boxed-primitive@1.0.1",
      "/var/www/html"
    ]
  ],
  "_from": "which-boxed-primitive@1.0.1",
  "_id": "which-boxed-primitive@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-7BT4TwISdDGBgaemWU0N0OU7FeAEJ9Oo2P1PHRm/FCWoEi2VLWC9b6xvxAA3C/NMpxg3HXVgi0sMmGbNUbNepQ==",
  "_location": "/which-boxed-primitive",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "which-boxed-primitive@1.0.1",
    "name": "which-boxed-primitive",
    "escapedName": "which-boxed-primitive",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/deep-equal"
  ],
  "_resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "backfillLimit": false,
    "commitLimit": false,
    "template": "keepachangelog"
  },
  "bugs": {
    "url": "https://github.com/ljharb/which-boxed-primitive/issues"
  },
  "dependencies": {
    "is-bigint": "^1.0.0",
    "is-boolean-object": "^1.0.0",
    "is-number-object": "^1.0.3",
    "is-string": "^1.0.4",
    "is-symbol": "^1.0.2"
  },
  "description": "Which kind of boxed JS primitive is this?",
  "devDependencies": {
    "@ljharb/eslint-config": "^14.0.2",
    "auto-changelog": "^1.14.1",
    "eslint": "^6.1.0",
    "has-symbols": "^1.0.0",
    "in-publish": "^2.0.0",
    "object-inspect": "^1.6.0",
    "safe-publish-latest": "^1.1.2",
    "tape": "^4.11.0"
  },
  "homepage": "https://github.com/ljharb/which-boxed-primitive#readme",
  "keywords": [
    "boxed",
    "primitive",
    "object",
    "ecmascript",
    "javascript",
    "which"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "which-boxed-primitive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/which-boxed-primitive.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud",
    "prepublish": "not-in-publish || safe-publish-latest",
    "pretest": "npm run lint",
    "preversion": "auto-changelog",
    "test": "npm run tests-only",
    "tests-only": "node test"
  },
  "version": "1.0.1"
}
