{
  "author": "tony_quetano@planttheidea.com",
  "browser": "dist/fast-equals.js",
  "bugs": {
    "url": "https://github.com/planttheidea/fast-equals/issues"
  },
  "description": "A blazing fast equality comparison, either shallow or deep",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@types/jest": "^27.0.3",
    "@types/lodash": "^4.14.177",
    "@types/node": "^16.11.11",
    "@types/ramda": "^0.27.59",
    "@types/react": "^17.0.37",
    "@typescript-eslint/eslint-plugin": "^5.5.0",
    "@typescript-eslint/parser": "^5.5.0",
    "benchee": "^1.1.0",
    "cli-table3": "^0.6.0",
    "decircularize": "^1.0.0",
    "deep-eql": "^4.0.0",
    "deep-equal": "^2.0.5",
    "eslint": "^8.4.0",
    "eslint-config-airbnb": "^19.0.2",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.27.1",
    "eslint-webpack-plugin": "^3.1.1",
    "fast-deep-equal": "^3.1.3",
    "fs-extra": "^10.0.0",
    "html-webpack-plugin": "^5.5.0",
    "in-publish": "^2.0.0",
    "jest": "^27.4.3",
    "lodash": "^4.17.21",
    "nano-equal": "^2.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-fast-compare": "^3.2.0",
    "release-it": "^14.11.8",
    "rollup": "^2.60.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "shallow-equal-fuzzy": "^0.0.2",
    "ts-jest": "^27.1.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.2",
    "underscore": "^1.13.1",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.6.0"
  },
  "homepage": "https://github.com/planttheidea/fast-equals#readme",
  "keywords": [
    "fast",
    "equal",
    "equals",
    "deep-equal",
    "equivalent"
  ],
  "license": "MIT",
  "main": "dist/fast-equals.cjs.js",
  "module": "dist/fast-equals.esm.js",
  "name": "fast-equals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/planttheidea/fast-equals.git"
  },
  "scripts": {
    "benchmark": "npm run dist && node benchmark/index.js",
    "build": "NODE_ENV=production rollup -c",
    "dev": "NODE_ENV=development webpack serve --progress --config=webpack/webpack.config.js",
    "dist": "rimraf dist && npm run build",
    "lint": "eslint src/*.ts",
    "lint:fix": "npm run lint -- --fix",
    "start": "npm run dev",
    "prepublish": "if in-publish; then npm run prepublish:compile; fi",
    "prepublish:compile": "npm run typecheck && npm run lint && npm run test && npm run dist",
    "release": "release-it",
    "release:beta": "release-it --config=.release-it.beta.json",
    "test": "NODE_PATH=. jest",
    "test:coverage": "npm test -- --coverage",
    "test:watch": "npm test -- --watch",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "index.d.ts",
  "version": "2.0.4"
}
