{
  "_args": [
    [
      "enzyme-shallow-equal@1.0.7",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "enzyme-shallow-equal@1.0.7",
  "_id": "enzyme-shallow-equal@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==",
  "_location": "/enzyme-shallow-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "enzyme-shallow-equal@1.0.7",
    "name": "enzyme-shallow-equal",
    "escapedName": "enzyme-shallow-equal",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/react-dates"
  ],
  "_resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz",
  "_spec": "1.0.7",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/enzymejs/enzyme/issues"
  },
  "dependencies": {
    "hasown": "^2.0.0",
    "object-is": "^1.1.5"
  },
  "description": "Adaptation of react-addons-shallow-compare, for independent usage",
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.9",
    "@babel/eslint-parser": "^7.23.10",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": "^4.5.0",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^2.0.0"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://enzymejs.github.io/enzyme/",
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "license": "MIT",
  "main": "build",
  "name": "enzyme-shallow-equal",
  "publishConfig": {
    "ignore": [
      "!build"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enzymejs/enzyme.git",
    "directory": "packages/enzyme-shallow-equal"
  },
  "scripts": {
    "build": "babel --source-maps=both src --out-dir build",
    "clean": "rimraf build",
    "lint": "eslint --ext js,jsx .",
    "prebuild": "npm run clean",
    "prepack": "npmignore --auto --commentLines=autogenerated --gitignore=../../.gitignore && cp ../../LICENSE.md ./ && npm run build",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "watch": "npm run build -- -w"
  },
  "version": "1.0.7"
}
