{
  "_args": [
    [
      "unbox-primitive@1.0.0",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "unbox-primitive@1.0.0",
  "_id": "unbox-primitive@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==",
  "_location": "/unbox-primitive",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unbox-primitive@1.0.0",
    "name": "unbox-primitive",
    "escapedName": "unbox-primitive",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "backfillLimit": false,
    "commitLimit": false,
    "template": "keepachangelog"
  },
  "bugs": {
    "url": "https://github.com/ljharb/unbox-primitive/issues"
  },
  "dependencies": {
    "function-bind": "^1.1.1",
    "has-bigints": "^1.0.0",
    "has-symbols": "^1.0.0",
    "which-boxed-primitive": "^1.0.1"
  },
  "description": "Unbox a boxed JS primitive value.",
  "devDependencies": {
    "@ljharb/eslint-config": "^14.0.2",
    "auto-changelog": "^1.14.1",
    "eslint": "^6.1.0",
    "for-each": "^0.3.3",
    "in-publish": "^2.0.0",
    "object-inspect": "^1.6.0",
    "object-is": "^1.0.1",
    "safe-publish-latest": "^1.1.2",
    "tape": "^4.11.0"
  },
  "homepage": "https://github.com/ljharb/unbox-primitive#readme",
  "keywords": [
    "unbox",
    "boxed",
    "primitive",
    "object",
    "javascript",
    "ecmascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "unbox-primitive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/unbox-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.0"
}
