{
  "_from": "@react-dnd/shallowequal@^4.0.1",
  "_id": "@react-dnd/shallowequal@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==",
  "_location": "/@react-dnd/shallowequal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-dnd/shallowequal@^4.0.1",
    "name": "@react-dnd/shallowequal",
    "escapedName": "@react-dnd%2fshallowequal",
    "scope": "@react-dnd",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/react-dnd"
  ],
  "_resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-4.0.2.tgz",
  "_shasum": "d1b4befa423f692fa4abf1c79209702e7d8ae4b4",
  "_spec": "@react-dnd/shallowequal@^4.0.1",
  "_where": "/home/ifotol5/nodevenv/application.ifotolife.com/10/lib/node_modules/react-dnd",
  "author": {
    "name": "Alberto Leal",
    "email": "mailforalberto@gmail.com",
    "url": "https://github.com/dashed"
  },
  "bugs": {
    "url": "https://github.com/react-dnd/react-dnd/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Like lodash isEqualWith but for shallow equal.",
  "devDependencies": {
    "@swc/cli": "^0.1.57",
    "@swc/core": "^1.2.168",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.25",
    "npm-run-all": "^4.1.5",
    "shx": "^0.3.4",
    "typescript": "^4.6.3"
  },
  "homepage": "https://github.com/react-dnd/react-dnd#readme",
  "keywords": [
    "shallowequal",
    "shallow",
    "equal",
    "isequal",
    "compare",
    "isequalwith"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@react-dnd/shallowequal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-dnd/react-dnd.git"
  },
  "scripts": {
    "build": "run-s build_types build_esm",
    "build_esm": "swc -C module.type=es6 -d dist src/",
    "build_types": "tsc -b .",
    "clean": "shx rm -rf dist/"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "4.0.2"
}
