{
  "_args": [
    [
      {
        "name": "deep-is",
        "raw": "deep-is@~0.1.3",
        "rawSpec": "~0.1.3",
        "scope": null,
        "spec": ">=0.1.3 <0.2.0",
        "type": "range"
      },
      "/root/open-file/books/node_modules/optionator"
    ]
  ],
  "_from": "deep-is@>=0.1.3 <0.2.0",
  "_hasShrinkwrap": false,
  "_id": "deep-is@0.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/deep-is",
  "_nodeVersion": "14.16.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/deep-is_0.1.4_1630774520559_0.6190077637984137"
  },
  "_npmUser": {
    "email": "thlorenz10@gmail.com",
    "name": "thlorenz"
  },
  "_npmVersion": "6.14.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "deep-is",
    "raw": "deep-is@~0.1.3",
    "rawSpec": "~0.1.3",
    "scope": null,
    "spec": ">=0.1.3 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/optionator"
  ],
  "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  "_shasum": "a6f2dce612fadd2ef1f519b73551f17e85199831",
  "_shrinkwrap": null,
  "_spec": "deep-is@~0.1.3",
  "_where": "/root/open-file/books/node_modules/optionator",
  "author": {
    "email": "thlorenz@gmx.de",
    "name": "Thorsten Lorenz",
    "url": "http://thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/deep-is/issues"
  },
  "dependencies": {},
  "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
  "devDependencies": {
    "tape": "~1.0.2"
  },
  "directories": {
    "example": "example",
    "lib": ".",
    "test": "test"
  },
  "dist": {
    "fileCount": 9,
    "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhM6T4CRA9TVsSAnZWagAAXUYQAKQhf/ODgeNBv84Sb3/W\nVISPK0dRHjVQxgN+zHRSDTFDSdZv7ZGfYs7I/OqQDVGRZpnSbfyaFZ3raW+P\nJJ4yRn8ua7my3XqkVtLyMglrEvBPR5bE2vSKr3GK2hfdrroi85WRPJzvzpMF\nkfYj9Lm7pt6PGDPXpu7Qh0Be/f2cdqOMneYPVrP8eihJCYzCgYGbOwyRpXfK\nl29IoqCP6rfwDPzFDXc4Y+Ll8gfp5BTpxokhEZhEHlX0yvHTMgZ0idcnpQyr\nDb2OOsQC8p9m4CB6pwQqEAq+b+7r0eBJatuXDxSijFnmuw+ljlwtl1sGeXAO\nPYIY8cb+x/OqZow2vpIfxMQJ8DpmytIvX9XIFWE1o1Z9SMajFJpDEb5mX1vq\nB/8qM/wH4fixij0zQbSnwso/7EU/PaJI3NZyUw27J9dTHtLb10cR0HZt0Nz8\nYb0sX10NGFQ0poxzjL8N7hiE9WtpcVu+D8B5x+Z7dfoLMaexsc5zUweQd/Ws\nEmK7wPB/infvKKvL8rt9g86CKN+r53ibGxmxEV1GEGJR9g4WwBm3BfbnDR+b\nxieiPlpS6Xzz1xTE5/Np9biMp87ZmjCl50kUi+KZZvUJ5tIIYLb3fCz7Mynq\nPt9BYv6VxKAk4Pa/khdf6P8hkkBXyQQmAYKpgMtmfkomhJH+xHxOsdpjfYDx\nahBU\r\n=lMl4\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "a6f2dce612fadd2ef1f519b73551f17e85199831",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEQCIA0ytaDp37y9z6tMvkl2OkfiqVRfyCFbxE4fxV3aIrwyAiADRHdFKY8pqllDXvhDwI3AzWULhf01XWK9KPSrQqW/+A=="
      }
    ],
    "tarball": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
    "unpackedSize": 8114
  },
  "gitHead": "2f94b606a8be7df8c5c1c536cce4e32f5eeef1e1",
  "homepage": "https://github.com/thlorenz/deep-is#readme",
  "keywords": [
    "equality",
    "equal",
    "compare"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "thlorenz10@gmail.com",
      "name": "thlorenz"
    }
  ],
  "name": "deep-is",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "browsers": {
      "chrome": [
        10,
        22
      ],
      "ff": [
        3.5,
        10,
        15
      ],
      "ie": [
        6,
        7,
        8,
        9
      ],
      "opera": [
        12
      ],
      "safari": [
        5.1
      ]
    },
    "files": "test/*.js"
  },
  "version": "0.1.4"
}
