{
  "_args": [
    [
      "enzyme-shallow-equal@1.0.4",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "enzyme-shallow-equal@1.0.4",
  "_id": "enzyme-shallow-equal@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==",
  "_location": "/enzyme-shallow-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "enzyme-shallow-equal@1.0.4",
    "name": "enzyme-shallow-equal",
    "escapedName": "enzyme-shallow-equal",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/react-dates"
  ],
  "_resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/enzymejs/enzyme/issues"
  },
  "dependencies": {
    "has": "^1.0.3",
    "object-is": "^1.1.2"
  },
  "description": "Adaptation of react-addons-shallow-compare, for independent usage",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": "^4.5.0",
    "eslint": "^7.6.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "in-publish": "^2.0.1",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^1.1.4"
  },
  "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",
  "peerDependencies": {},
  "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",
    "prepublish": "not-in-publish || (npm run build && safe-publish-latest && cp ../../LICENSE.md ./)",
    "pretest": "npm run lint",
    "watch": "npm run build -- -w"
  },
  "version": "1.0.4"
}
