{ "_from": "enzyme-shallow-equal@^1.0.1", "_id": "enzyme-shallow-equal@1.0.1", "_inBundle": false, "_integrity": "sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ==", "_location": "/enzyme-shallow-equal", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "enzyme-shallow-equal@^1.0.1", "name": "enzyme-shallow-equal", "escapedName": "enzyme-shallow-equal", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/enzyme", "/enzyme-adapter-react-16" ], "_resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz", "_shasum": "7afe03db3801c9b76de8440694096412a8d9d49e", "_spec": "enzyme-shallow-equal@^1.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/enzyme", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "bugs": { "url": "https://github.com/airbnb/enzyme/issues" }, "bundleDependencies": false, "dependencies": { "has": "^1.0.3", "object-is": "^1.0.2" }, "deprecated": false, "description": "Adaptation of react-addons-shallow-compare, for independent usage", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-replace-object-assign": "^1.0.0", "babel-preset-airbnb": "^2.6.0", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "in-publish": "^2.0.0", "rimraf": "^2.7.1", "safe-publish-latest": "^1.1.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://airbnb.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/airbnb/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": "npm run build && safe-publish-latest && (not-in-publish || cp ../../LICENSE.md ./)", "pretest": "npm run lint", "watch": "npm run build -- -w" }, "version": "1.0.1" }