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.
 
 
 

100 lines
3.8 KiB

{
"_from": "dom-accessibility-api@^0.3.0",
"_id": "dom-accessibility-api@0.3.0",
"_inBundle": false,
"_integrity": "sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA==",
"_location": "/dom-accessibility-api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dom-accessibility-api@^0.3.0",
"name": "dom-accessibility-api",
"escapedName": "dom-accessibility-api",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/@testing-library/dom"
],
"_resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz",
"_shasum": "511e5993dd673b97c87ea47dba0e3892f7e0c983",
"_spec": "dom-accessibility-api@^0.3.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@testing-library\\dom",
"bugs": {
"url": "https://github.com/eps1lon/dom-accessibility-api/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "[![npm version](https://badge.fury.io/js/dom-accessibility-api.svg)](https://badge.fury.io/js/dom-accessibility-api) [![Build Status](https://dev.azure.com/silbermannsebastian/dom-accessibility-api/_apis/build/status/eps1lon.dom-accessibility-api?branchName=master)](https://dev.azure.com/silbermannsebastian/dom-accessibility-api/_build/latest?definitionId=6&branchName=master) ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/silbermannsebastian/dom-accessibility-api/6)",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@changesets/cli": "^2.5.0",
"@testing-library/dom": "^6.11.0",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"concurrently": "^5.0.2",
"cypress": "^3.8.3",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"jest-diff": "^25.1.0",
"jest-environment-jsdom-thirteen": "^1.0.1",
"jest-junit": "^10.0.0",
"js-yaml": "^3.13.1",
"jsdom": "^16.0.1",
"minimatch": "^3.0.4",
"mocha": "^7.0.1",
"mocha-sugar-free": "^1.4.0",
"prettier": "^1.19.1",
"q": "^1.5.1",
"request": "^2.34",
"request-promise-native": "^1.0.8",
"serve": "^11.3.0",
"typescript": "^3.7.5"
},
"files": [
"dist/"
],
"homepage": "https://github.com/eps1lon/dom-accessibility-api#readme",
"keywords": [
"accessibility",
"ARIA",
"accname"
],
"license": "MIT",
"main": "dist/index.js",
"name": "dom-accessibility-api",
"prettier": {
"useTabs": true
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eps1lon/dom-accessibility-api.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
"release": "yarn changeset publish",
"release:prepare": "yarn changeset version",
"test": "jest",
"test:ci": "jest --ci --config jest.ci.config.js --runInBand",
"test:wpt:browser": "concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"",
"test:wpt:browser:open": "cypress open --project tests",
"test:wpt:browser:run": "cypress run --project tests",
"test:wpt:browser:server": "serve tests/wpt",
"test:wpt:jsdom": "mocha tests/wpt-jsdom/run-wpts.js",
"wpt:init": "git submodule update --init --recursive",
"wpt:reset": "rimraf ./tests/wpt && yarn init-wpt",
"wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
},
"types": "dist/index.d.ts",
"version": "0.3.0"
}