{ "_from": "enzyme-adapter-utils@^1.13.0", "_id": "enzyme-adapter-utils@1.13.0", "_inBundle": false, "_integrity": "sha512-YuEtfQp76Lj5TG1NvtP2eGJnFKogk/zT70fyYHXK2j3v6CtuHqc8YmgH/vaiBfL8K1SgVVbQXtTcgQZFwzTVyQ==", "_location": "/enzyme-adapter-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "enzyme-adapter-utils@^1.13.0", "name": "enzyme-adapter-utils", "escapedName": "enzyme-adapter-utils", "rawSpec": "^1.13.0", "saveSpec": null, "fetchSpec": "^1.13.0" }, "_requiredBy": [ "/enzyme-adapter-react-16" ], "_resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.13.0.tgz", "_shasum": "01c885dde2114b4690bf741f8dc94cee3060eb78", "_spec": "enzyme-adapter-utils@^1.13.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/enzyme-adapter-react-16", "author": { "name": "Leland Richardson", "email": "leland.richardson@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/enzyme/issues" }, "bundleDependencies": false, "dependencies": { "airbnb-prop-types": "^2.15.0", "function.prototype.name": "^1.1.2", "object.assign": "^4.1.0", "object.fromentries": "^2.0.2", "prop-types": "^15.7.2", "semver": "^5.7.1" }, "deprecated": false, "description": "JavaScript Testing utilities for React", "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": "^18.0.1", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", "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-adapter-utils", "peerDependencies": { "react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/enzyme.git", "directory": "packages/enzyme-adapter-utils" }, "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,README}.md ./)", "pretest": "npm run lint", "watch": "npm run build -- -w" }, "version": "1.13.0" }