{ "_args": [ [ { "raw": "fast-deep-equal@^3.1.1", "scope": null, "escapedName": "fast-deep-equal", "name": "fast-deep-equal", "rawSpec": "^3.1.1", "spec": ">=3.1.1 <4.0.0", "type": "range" }, "/root/rushmail/node_modules/ajv" ] ], "_from": "fast-deep-equal@>=3.1.1 <4.0.0", "_hasShrinkwrap": false, "_id": "fast-deep-equal@3.1.3", "_inCache": true, "_location": "/fast-deep-equal", "_nodeVersion": "14.0.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/fast-deep-equal_3.1.3_1591601248371_0.8712300502707653" }, "_npmUser": { "name": "esp", "email": "e.poberezkin@me.com" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "raw": "fast-deep-equal@^3.1.1", "scope": null, "escapedName": "fast-deep-equal", "name": "fast-deep-equal", "rawSpec": "^3.1.1", "spec": ">=3.1.1 <4.0.0", "type": "range" }, "_requiredBy": [ "/ajv" ], "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525", "_shrinkwrap": null, "_spec": "fast-deep-equal@^3.1.1", "_where": "/root/rushmail/node_modules/ajv", "author": { "name": "Evgeny Poberezkin" }, "bugs": { "url": "https://github.com/epoberezkin/fast-deep-equal/issues" }, "dependencies": {}, "description": "Fast deep equal", "devDependencies": { "coveralls": "^3.1.0", "dot": "^1.1.2", "eslint": "^7.2.0", "mocha": "^7.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", "react": "^16.12.0", "react-test-renderer": "^16.12.0", "sinon": "^9.0.2", "typescript": "^3.9.5" }, "directories": {}, "dist": { "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525", "tarball": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "fileCount": 11, "unpackedSize": 12966, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3ehgCRA9TVsSAnZWagAAXoEP/AmAr6hbgGqa2L7/95pm\nB+wX1GaxB/Ynk4kSU4xeP3TGu9L72sqNhCf8Vj/WLl1XYPyJ0xA9betwXSIa\n+eE+Bd07xJAmaCM4Se583zgv4lifprYoKSCaSgGcXZ0Ay4yDxAeHLmrvELah\nNBnVM0eAJ/YxeVpwEemrh28mT5XDdq1HrXcbRq5ZnjTfth1oPvmEvfEoEtCc\nx/6NrH0tfyhPlbCt7XqpmJPJIYi4KPaDuaLbAhE+yKVzXtCfKsjf/eJVwfi/\n79sIhtQn8lINhbwbk0gs5PmFsxVIFllV6RPROa+iLLSV+MupLCoTWrmzzpx3\nJimUwaSKt4iPxsM3a/jvn73mODmqL2w4NNmyOJYmNj4Jx/ps+QjDnWJ8Vtqz\n0HEC/RnvP0M7HpObaOMeb12+xJY1PGnJqSDygMxVg9xT6WMEIoE4D55V8HSL\nyEQB9gNWpKjX2NAjolidqAYBc3XFplQrVPsXm5eg+Uvd+sbwolho8mMv3J4B\n0BVwcCcrxLgFOBxt+ZALNkcAb8MxkgU7Ptbcg+BZtqJV7FxSIXgRZW94kLXn\nMg+OorbUoGHPyGpRc8L3RGkfdXztpGdyjXHC5VDbkZHlw+1lyAQzQq7g090S\nkbQNT9BvcHpKIPaNvZsY1VjenDW5hupOCdyTfjP0HidwJkMN7OPPTWRNBfaW\nWqbw\r\n=uuzF\r\n-----END PGP SIGNATURE-----\r\n" }, "gitHead": "d807ffc5013e710deb1c63d463a03f729bcd144d", "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme", "keywords": [ "fast", "equal", "deep-equal" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "esp", "email": "e.poberezkin@me.com" } ], "name": "fast-deep-equal", "nyc": { "exclude": [ "**/spec/**", "node_modules" ], "reporter": [ "lcov", "text-summary" ] }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/epoberezkin/fast-deep-equal.git" }, "scripts": { "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./", "build": "node build", "eslint": "eslint *.js benchmark/*.js spec/*.js", "prepublish": "npm run build", "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov", "test-cov": "nyc npm run test-spec", "test-spec": "mocha spec/*.spec.js -R spec", "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts" }, "types": "index.d.ts", "version": "3.1.3" }