{ "_from": "enzyme@^3.10.0", "_id": "enzyme@3.11.0", "_inBundle": false, "_integrity": "sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==", "_location": "/enzyme", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "enzyme@^3.10.0", "name": "enzyme", "escapedName": "enzyme", "rawSpec": "^3.10.0", "saveSpec": null, "fetchSpec": "^3.10.0" }, "_requiredBy": [ "/umi-test" ], "_resolved": "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz", "_shasum": "71d680c580fe9349f6f5ac6c775bc3e6b7a79c28", "_spec": "enzyme@^3.10.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-test", "author": { "name": "Leland Richardson", "email": "leland.richardson@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/enzyme/issues" }, "bundleDependencies": false, "dependencies": { "array.prototype.flat": "^1.2.3", "cheerio": "^1.0.0-rc.3", "enzyme-shallow-equal": "^1.0.1", "function.prototype.name": "^1.1.2", "has": "^1.0.3", "html-element-map": "^1.2.0", "is-boolean-object": "^1.0.1", "is-callable": "^1.1.5", "is-number-object": "^1.0.4", "is-regex": "^1.0.5", "is-string": "^1.0.5", "is-subset": "^0.1.1", "lodash.escape": "^4.0.1", "lodash.isequal": "^4.5.0", "object-inspect": "^1.7.0", "object-is": "^1.0.2", "object.assign": "^4.1.0", "object.entries": "^1.1.1", "object.values": "^1.1.1", "raf": "^3.4.1", "rst-selector-parser": "^2.2.3", "string.prototype.trim": "^1.2.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", "jsdom": "^6.5.1", "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", "repository": { "type": "git", "url": "git+https://github.com/airbnb/enzyme.git", "directory": "packages/enzyme" }, "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": "3.11.0" }