You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
3.5 KiB
119 lines
3.5 KiB
{
|
|
"_from": "@testing-library/dom@^6.15.0",
|
|
"_id": "@testing-library/dom@6.16.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA==",
|
|
"_location": "/@testing-library/dom",
|
|
"_phantomChildren": {
|
|
"@babel/runtime": "7.10.3",
|
|
"@babel/runtime-corejs3": "7.10.3",
|
|
"@types/color-name": "1.1.1",
|
|
"@types/istanbul-lib-coverage": "2.0.3",
|
|
"@types/istanbul-reports": "1.1.2",
|
|
"@types/yargs-parser": "15.0.0",
|
|
"ansi-regex": "5.0.0",
|
|
"react-is": "16.13.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@testing-library/dom@^6.15.0",
|
|
"name": "@testing-library/dom",
|
|
"escapedName": "@testing-library%2fdom",
|
|
"scope": "@testing-library",
|
|
"rawSpec": "^6.15.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.15.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@testing-library/react"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.16.0.tgz",
|
|
"_shasum": "04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9",
|
|
"_spec": "@testing-library/dom@^6.15.0",
|
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@testing-library\\react",
|
|
"author": {
|
|
"name": "Kent C. Dodds",
|
|
"email": "kent@doddsfamily.us",
|
|
"url": "https://kentcdodds.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/testing-library/dom-testing-library/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4",
|
|
"@sheerun/mutationobserver-shim": "^0.3.2",
|
|
"@types/testing-library__dom": "^6.12.1",
|
|
"aria-query": "^4.0.2",
|
|
"dom-accessibility-api": "^0.3.0",
|
|
"pretty-format": "^25.1.0",
|
|
"wait-for-expect": "^3.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple and complete DOM testing utilities that encourage good testing practices.",
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.1.1",
|
|
"jest-in-case": "^1.0.2",
|
|
"jest-serializer-ansi": "^1.0.3",
|
|
"jest-watch-select-projects": "^2.0.0",
|
|
"jsdom": "^16.2.0",
|
|
"kcd-scripts": "^5.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "./node_modules/kcd-scripts/eslint.js",
|
|
"rules": {
|
|
"import/prefer-default-export": "off",
|
|
"import/no-unassigned-import": "off",
|
|
"import/no-useless-path-segments": "off"
|
|
}
|
|
},
|
|
"eslintIgnore": [
|
|
"node_modules",
|
|
"coverage",
|
|
"dist"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/testing-library/dom-testing-library#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "kcd-scripts pre-commit"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"testing",
|
|
"ui",
|
|
"dom",
|
|
"jsdom",
|
|
"unit",
|
|
"integration",
|
|
"functional",
|
|
"end-to-end",
|
|
"e2e"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/@testing-library/dom.esm.js",
|
|
"name": "@testing-library/dom",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/testing-library/dom-testing-library.git"
|
|
},
|
|
"scripts": {
|
|
"build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean",
|
|
"lint": "kcd-scripts lint",
|
|
"setup": "npm install && npm run validate -s",
|
|
"test": "kcd-scripts test",
|
|
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
|
|
"test:update": "npm test -- --updateSnapshot --coverage",
|
|
"validate": "kcd-scripts validate"
|
|
},
|
|
"source": "src/index.js",
|
|
"umd:main": "dist/@testing-library/dom.umd.js",
|
|
"version": "6.16.0"
|
|
}
|
|
|