{
  "_args": [
    [
      "is-symbol@^1.0.2",
      "/var/www/html/isbn/resources/angular-app/node_modules/es-to-primitive"
    ]
  ],
  "_from": "is-symbol@>=1.0.2 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "is-symbol@1.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/is-symbol",
  "_nodeVersion": "13.1.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/is-symbol_1.0.3_1574296288922_0.5948718360504404"
  },
  "_npmUser": {
    "email": "ljharb@gmail.com",
    "name": "ljharb"
  },
  "_npmVersion": "6.12.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-symbol",
    "raw": "is-symbol@^1.0.2",
    "rawSpec": "^1.0.2",
    "scope": null,
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es-to-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
  "_shasum": "38e1014b9e6329be0de9d24a414fd7441ec61937",
  "_shrinkwrap": null,
  "_spec": "is-symbol@^1.0.2",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/es-to-primitive",
  "author": {
    "email": "ljharb@gmail.com",
    "name": "Jordan Harband"
  },
  "auto-changelog": {
    "backfillLimit": false,
    "commitLimit": false,
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false
  },
  "bugs": {
    "url": "https://github.com/inspect-js/is-symbol/issues"
  },
  "dependencies": {
    "has-symbols": "^1.0.1"
  },
  "description": "Determine if a value is an ES6 Symbol or not.",
  "devDependencies": {
    "@ljharb/eslint-config": "^15.0.2",
    "auto-changelog": "^1.16.2",
    "covert": "^1.1.1",
    "eslint": "^6.6.0",
    "object-inspect": "^1.7.0",
    "safe-publish-latest": "^1.1.4",
    "semver": "^6.3.0",
    "tape": "^4.11.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 13,
    "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1drhCRA9TVsSAnZWagAA+dMP/it5bVrCSip2D6SrsOhP\n2omcv+riWONUT2mhdthVYtABZhnL+MDyQOa4COYAXFocacST50tpTGX5QlKE\namv1ZNFtmnHvnBsa/XrjwjHCe8JFzYyeEUaa9gTJ8r6cEMrXs07sGyDi4gWy\nxQ7VQPq07lXXIoDmI7AaX+V6yYqSFH5JDwqRbPyvT1fqr/IznGCn+1WmKdCY\n7vtRd3tR8VmwRev5YvYzWSn8tqlrVzMMqG+q8JLNDawix1i1UMQB/N/NMJ5s\nz2jHkr2JUObEE6n16Zq8qac914uX7d0ylyvS/CScJIsVgbQ/UaOYqtKOt2VN\nFSX1CedVUuATMcDzxAoL39nOIVRg4X6eS6xi2UL0l6TstdV20Mx7HmGou9VF\nce4a6e5h8C5VC9M/dPEmOiXY2qEJaAxFCPEuE+PBCV0TjOnkP5gPf4yyaJ/F\n27UFbmxBvG97Lu3zkc9TW3qRiWfsui3DFVNgcHPbS+wIsCDEDK/gCGMU1657\nNH/Qwjg8OXMbcFmASpY9PkVJZFLB/aBRtMCSXcY+8pCWvNxPrruyWfrVd84W\nMpPf2mSu8vx05IeUM6oYkq6s5/EVMeHUl4V+8pm1y8prtWT04V+E8XNQo6tU\nNeFn3IaZmHXOMvPDJ7RMEcrcWDWtWt9tYyHGeBapwprMUFEq3ujSlwEbauB5\np/Tz\r\n=OpBp\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "38e1014b9e6329be0de9d24a414fd7441ec61937",
    "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
    "unpackedSize": 22166
  },
  "engines": {
    "node": ">= 0.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "gitHead": "f42e0be5f676e6c82c83c9cad70f1fbb3b81c8ca",
  "homepage": "https://github.com/inspect-js/is-symbol#readme",
  "keywords": [
    "Symbol",
    "es6",
    "is",
    "symbol"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "is-symbol",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/inspect-js/is-symbol.git"
  },
  "scripts": {
    "coverage": "covert test",
    "lint": "eslint .",
    "posttest": "npx aud",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "node --es-staging --harmony test",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "browsers": [
      "android-browser/4.2",
      "chrome/20.0..latest",
      "chrome/4.0..10.0",
      "chrome/canary",
      "firefox/15.0..latest",
      "firefox/3.0..6.0",
      "firefox/nightly",
      "iexplore/6.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest"
    ],
    "files": "test/index.js"
  },
  "version": "1.0.3"
}
