{"_id":"dom-accessibility-api","_rev":"3550187","name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","dist-tags":{"latest":"0.7.0"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"time":{"modified":"2024-09-19T02:40:58.000Z","created":"2019-10-08T18:35:18.657Z","0.7.0":"2024-07-24T18:33:26.115Z","0.6.3":"2023-09-18T16:38:22.883Z","0.6.2":"2023-09-17T19:37:48.332Z","0.6.1":"2023-06-10T09:34:47.081Z","0.6.0":"2023-05-07T20:09:15.622Z","0.5.16":"2023-01-18T20:03:50.833Z","0.5.15":"2023-01-01T10:06:19.669Z","0.5.14":"2022-04-25T06:32:54.747Z","0.5.13":"2022-03-01T08:28:17.171Z","0.5.12":"2022-02-21T11:30:26.590Z","0.5.11":"2022-01-27T19:50:57.369Z","0.5.10":"2021-10-29T11:25:14.733Z","0.5.9":"2021-10-18T13:49:09.972Z","0.5.8":"2021-10-08T12:33:08.954Z","0.5.7":"2021-08-05T11:04:33.395Z","0.5.6":"2021-06-03T09:17:44.374Z","0.5.5":"2021-05-31T11:27:40.017Z","0.5.4":"2020-10-09T11:15:35.679Z","0.5.3":"2020-09-28T12:42:26.202Z","0.5.2":"2020-08-26T19:16:06.736Z","0.5.1":"2020-08-20T15:59:56.689Z","0.5.0":"2020-08-10T21:48:35.461Z","0.4.7":"2020-07-30T06:43:07.160Z","0.4.6":"2020-07-13T21:24:46.213Z","0.4.5":"2020-06-05T15:42:22.552Z","0.4.4":"2020-05-18T10:07:55.815Z","0.4.3":"2020-03-24T14:46:04.161Z","0.4.2":"2020-03-21T20:36:46.075Z","0.4.1":"2020-03-15T15:18:50.569Z","0.4.0":"2020-03-15T15:09:27.824Z","0.3.0":"2020-02-01T20:40:18.925Z","0.2.0":"2019-11-28T09:56:51.205Z","0.1.0":"2019-11-05T21:44:51.361Z","0.0.1":"2019-10-08T18:35:18.657Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"versions":{"0.7.0":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.7.0","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.5.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^9.0.0","@types/jest":"^29.0.0","@types/node":"20.6.3","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","concurrently":"^8.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^16.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^9.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^3.0.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^5.0.0","serve":"^14.0.0","typescript":"^5.0.0"},"resolutions":{"@types/node":"20.6.3"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"f6ef9dbb5cef89759445b9c53fec99ad4f73094e","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.7.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"f5615cb24f86f7aea90edac878c545f359d3e01c","size":64678,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.7.0.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.7.0_1721846005889_0.0033412664045679996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-24T18:33:26.115Z","publish_time":1721846006115,"_source_registry_name":"default","_cnpm_publish_time":1721846006115},"0.6.3":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.6.3","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^9.0.0","@types/jest":"^29.0.0","@types/node":"18.17.17","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","concurrently":"^8.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^16.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^9.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^3.0.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^5.0.0","serve":"^14.0.0","typescript":"^5.0.0"},"resolutions":{"@types/node":"18.17.17"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"db10fff33e7af8f975a667a427c01805b8a17541","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.6.3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"993e925cc1d73f2c662e7d75dd5a5445259a8fd8","size":62368,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.6.3.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.6.3_1695055102590_0.6315514012820893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-18T16:38:22.883Z","publish_time":1695055102883,"_source_registry_name":"default","_cnpm_publish_time":1695055102883},"0.6.2":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.6.2","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js","types":"./dist/index.d.ts"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^9.0.0","@types/jest":"^29.0.0","@types/node":"18.17.17","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","concurrently":"^8.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^16.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^9.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^3.0.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^5.0.0","serve":"^14.0.0","typescript":"^5.0.0"},"resolutions":{"@types/node":"18.17.17"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"56941bf36cd2ce3150099fa3dcd9aa7d6d317a55","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.6.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"7d52d8819e670f440ce96ce0d04fa45c36fcf728","size":62367,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.6.2.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.6.2_1694979468110_0.1777625196733008"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-17T19:37:48.332Z","publish_time":1694979468332,"_source_registry_name":"default","_cnpm_publish_time":1694979468332},"0.6.1":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.6.1","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^9.0.0","@types/jest":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^8.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^16.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^9.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^4.0.0","serve":"^14.0.0","typescript":"^5.0.0"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"f204af5652e4c894198f68e212e0f9d242d006a7","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.6.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"630cb063717690fa89a7dca96abae328b987c064","size":62529,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.6.1.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.6.1_1686389686900_0.5825949434179056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-10T09:34:47.081Z","publish_time":1686389687081,"_source_registry_name":"default","_cnpm_publish_time":1686389687081},"0.6.0":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.6.0","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^9.0.0","@types/jest":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^8.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^16.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^8.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^4.0.0","serve":"^14.0.0","typescript":"^5.0.0"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"1149a4b4533f257338d9a67fe887fb2f421edc64","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.6.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"e2f179be2f8f8abcd9acfbb10e09d5b6124e46d7","size":61658,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.6.0.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.6.0_1683490155379_0.5711056292440957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-07T20:09:15.622Z","publish_time":1683490155622,"_source_registry_name":"default","_cnpm_publish_time":1683490155622},"0.5.16":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.16","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^15.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^6.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^4.0.0","serve":"^14.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"386719bd7171e078da3bde7556433c824ccc45d0","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.16","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"shasum":"5a7429e6066eb3664d911e33fb0e45de8eb08453","size":58376,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.16.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.16_1674072230671_0.35287161564613245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-18T20:03:50.833Z","publish_time":1674072230833,"_cnpm_publish_time":1674072230833},"0.5.15":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.15","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^12.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^27.0.0","jest":"^29.0.0","jest-diff":"^29.0.0","jest-environment-jsdom":"^29.0.0","jest-junit":"^15.0.0","js-yaml":"^4.1.0","jsdom":"^20.0.0","minimatch":"^5.0.0","mocha":"^10.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^14.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"types":"./dist/index.d.ts","gitHead":"c579a0930a50621d78689fd796993cd27139c771","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.15","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"shasum":"357e74338704f36fada8b2e01a4bfc11ef436ac9","size":57572,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.15.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.15_1672567579397_0.5931202765729806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-01T10:06:24.118Z","publish_time":1672567579669,"_cnpm_publish_time":1672567579669},"0.5.14":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.14","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^9.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^26.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^19.0.0","minimatch":"^5.0.0","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"ce7b5e3c85db53b0b203731c8749d2d37bb7e36f","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.14","_nodeVersion":"12.22.12","_npmVersion":"6.14.16","dist":{"shasum":"56082f71b1dc7aac69d83c4285eef39c15d93f56","size":64933,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.14.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.14_1650868374589_0.21298953865461212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T06:33:22.913Z","publish_time":1650868374747,"_cnpm_publish_time":1650868374747},"0.5.13":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.13","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^9.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^26.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^19.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"1c67898de8c581d304a97f2cc85791d297c2b8ae","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.13","_nodeVersion":"12.22.10","_npmVersion":"6.14.16","dist":{"shasum":"102ee5f25eacce09bdf1cfa5a298f86da473be4b","size":64614,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.13.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.13_1646123296980_0.6662070781427976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-01T08:28:42.494Z","publish_time":1646123297171,"_cnpm_publish_time":1646123297171},"0.5.12":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.12","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^9.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^26.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^19.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"98284fd850f4d0f8622a1f3946cf0f7ae67ad95e","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.12","_nodeVersion":"12.22.10","_npmVersion":"6.14.16","dist":{"shasum":"0fea9b3f28976a52fed7298d2cfdcdff29811cda","size":63897,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.12.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.12_1645443026449_0.25038656002259096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T11:30:32.896Z","publish_time":1645443026590,"_cnpm_publish_time":1645443026590},"0.5.11":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.11","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^7.0.0","cross-env":"^7.0.3","cypress":"^9.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^25.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^19.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"1791d575ef31e1f5a856fc99208099e59b91f6ca","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.11","_nodeVersion":"12.22.9","_npmVersion":"6.14.15","dist":{"shasum":"79d5846c4f90eba3e617d9031e921de9324f84ed","size":63303,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.11.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.11_1643313057149_0.5181565426507462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T19:51:27.450Z","publish_time":1643313057369,"_cnpm_publish_time":1643313057369},"0.5.10":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.10","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^8.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^25.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^18.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"8448cdb1a137ac551d605042e9e630ea8c9c4280","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.10","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"shasum":"caa6d08f60388d0bb4539dd75fe458a9a1d0014c","size":63131,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.10.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.10_1635506714600_0.06681706746229121"},"_hasShrinkwrap":false,"publish_time":1635506714733,"_cnpm_publish_time":1635506714733},"0.5.9":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.9","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^4.25.0","@typescript-eslint/parser":"^4.25.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^8.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^25.0.0","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^18.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"76b9e6dfc1e7127f5cf04a28add8c56a37514dd9","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.9","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"915f8531ba29a50e5c29389dbfb87a9642fef0d6","size":62576,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.9.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.9_1634564949805_0.7205892844340109"},"_hasShrinkwrap":false,"publish_time":1634564949972,"_cnpm_publish_time":1634564949972},"0.5.8":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.8","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^27.0.0","@typescript-eslint/eslint-plugin":"^4.25.0","@typescript-eslint/parser":"^4.25.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^8.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^24.3.6","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^13.0.0","js-yaml":"^4.1.0","jsdom":"^17.0.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"f84700b31ed416e565b57bd53b56c2099f0f9513","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.8","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"414813012e065b5dfa8998b990460c0af12a5421","size":62414,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.8.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.8_1633696388753_0.6276227679044553"},"_hasShrinkwrap":false,"publish_time":1633696388954,"_cnpm_publish_time":1633696388954},"0.5.7":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.7","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^8.0.0","@types/jest":"^26.0.23","@typescript-eslint/eslint-plugin":"^4.25.0","@typescript-eslint/parser":"^4.25.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^8.0.0","eslint":"^7.27.0","eslint-plugin-jest":"^24.3.6","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^12.1.0","js-yaml":"^4.1.0","jsdom":"^16.6.0","minimatch":"^3.0.4","mocha":"^9.0.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^12.0.0","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"4f7859c37fd7a2f5af6c1d9d64570dcdfcd2b2f4","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.7","_nodeVersion":"12.22.4","_npmVersion":"6.14.14","dist":{"shasum":"8c2aa6325968f2933160a0b7dbb380893ddf3e7d","size":59453,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.7.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.7_1628161473220_0.10996074966382596"},"_hasShrinkwrap":false,"publish_time":1628161473395,"_cnpm_publish_time":1628161473395},"0.5.6":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.6","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.4","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^7.31.0","@types/jest":"^26.0.23","@typescript-eslint/eslint-plugin":"^4.25.0","@typescript-eslint/parser":"^4.25.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^7.4.0","eslint":"^7.27.0","eslint-plugin-jest":"^24.3.6","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^12.1.0","js-yaml":"^4.1.0","jsdom":"^16.6.0","minimatch":"^3.0.4","mocha":"^8.4.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"2be2716c9ceeefefe6aa909f8b3eb6efb5fb0f53","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.6","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9","size":59321,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.6.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.6_1622711864181_0.4209577561972295"},"_hasShrinkwrap":false,"publish_time":1622711864374,"_cnpm_publish_time":1622711864374},"0.5.5":{"name":"dom-accessibility-api","description":"Implements https://w3c.github.io/accname/","version":"0.5.5","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.14.3","@babel/core":"^7.14.3","@babel/plugin-proposal-class-properties":"^7.13.0","@babel/preset-env":"^7.14.2","@babel/preset-typescript":"^7.13.0","@changesets/changelog-github":"^0.4.0","@changesets/cli":"^2.16.0","@testing-library/dom":"^7.31.0","@types/jest":"^26.0.23","@typescript-eslint/eslint-plugin":"^4.24.0","@typescript-eslint/parser":"^4.24.0","concurrently":"^6.2.0","cross-env":"^7.0.3","cypress":"^7.4.0","eslint":"^7.27.0","eslint-plugin-jest":"^24.3.6","jest":"^27.0.3","jest-diff":"^27.0.2","jest-environment-jsdom":"^27.0.3","jest-junit":"^12.1.0","js-yaml":"^4.1.0","jsdom":"^16.6.0","minimatch":"^3.0.4","mocha":"^8.4.0","mocha-sugar-free":"^1.4.0","prettier":"^2.3.0","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^4.3.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"7fea53d594d938234c31a56fca42f99ab8b9fd94","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.5","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"8546a8f0574f6a3ec9160c610d14449128bd6208","size":59276,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.5.tgz"},"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.5_1622460459883_0.3649392071562314"},"_hasShrinkwrap":false,"publish_time":1622460460017,"_cnpm_publish_time":1622460460017},"0.5.4":{"name":"dom-accessibility-api","version":"0.5.4","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.10.3","@testing-library/dom":"^7.24.3","@types/jest":"^26.0.14","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.9.1","concurrently":"^5.3.0","cross-env":"^7.0.2","cypress":"^5.3.0","eslint":"^7.10.0","eslint-plugin-jest":"^24.0.2","jest":"^26.4.2","jest-diff":"^26.4.2","jest-environment-jsdom":"^26.3.0","jest-junit":"^12.0.0","js-yaml":"^3.14.0","jsdom":"^16.4.0","minimatch":"^3.0.4","mocha":"^8.1.3","mocha-sugar-free":"^1.4.0","prettier":"^2.1.2","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^4.0.3"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"3f99f4303f5555746584d2de976d56c621366d1c","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.4","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"b06d059cdd4a4ad9a79275f9d414a5c126241166","size":59352,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.4.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.4_1602242135498_0.42528815658090724"},"_hasShrinkwrap":false,"publish_time":1602242135679,"_cnpm_publish_time":1602242135679},"0.5.3":{"name":"dom-accessibility-api","version":"0.5.3","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.11.6","@babel/core":"^7.11.6","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.10.3","@testing-library/dom":"^7.24.3","@types/jest":"^26.0.14","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.9.1","concurrently":"^5.3.0","cross-env":"^7.0.2","cypress":"^5.2.0","eslint":"^7.10.0","eslint-plugin-jest":"^24.0.2","jest":"^26.4.2","jest-diff":"^26.4.2","jest-environment-jsdom":"^26.3.0","jest-junit":"^11.1.0","js-yaml":"^3.14.0","jsdom":"^16.4.0","minimatch":"^3.0.4","mocha":"^8.1.3","mocha-sugar-free":"^1.4.0","prettier":"^2.1.2","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^4.0.3"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"443e247244f2905b7c2d400ecb3339c59ea677bd","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.3","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"0ea493c924d4070dfbf531c4aaca3d7a2c601aab","size":57658,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.3.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.3_1601296946025_0.00009404776268095993"},"_hasShrinkwrap":false,"publish_time":1601296946202,"_cnpm_publish_time":1601296946202},"0.5.2":{"name":"dom-accessibility-api","version":"0.5.2","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.11.0","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.10.1","@testing-library/dom":"^7.22.5","@types/jest":"^26.0.10","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.9.1","concurrently":"^5.3.0","cross-env":"^7.0.2","cypress":"^5.0.0","eslint":"^7.7.0","eslint-plugin-jest":"^23.20.0","jest":"^26.4.2","jest-diff":"^26.4.2","jest-environment-jsdom":"^26.3.0","jest-junit":"^11.1.0","js-yaml":"^3.14.0","jsdom":"^16.4.0","minimatch":"^3.0.4","mocha":"^8.1.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^4.0.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"c5124c1dd73047f450c75c30cb6908112c5eda67","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.2","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"ef3cdb5d3f0d599d8f9c8b18df2fb63c9793739d","size":54892,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.2.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.2_1598469366580_0.5334231506981808"},"_hasShrinkwrap":false,"publish_time":1598469366736,"_cnpm_publish_time":1598469366736},"0.5.1":{"name":"dom-accessibility-api","version":"0.5.1","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.1","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.11.0","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.7","@changesets/cli":"^2.10.1","@testing-library/dom":"^7.22.2","@types/jest":"^26.0.10","@typescript-eslint/eslint-plugin":"^3.9.0","@typescript-eslint/parser":"^3.8.1","concurrently":"^5.3.0","cross-env":"^7.0.2","cypress":"^4.12.1","eslint":"^7.7.0","eslint-plugin-jest":"^23.20.0","jest":"^26.4.0","jest-diff":"^26.4.0","jest-environment-jsdom":"^26.3.0","jest-junit":"^11.1.0","js-yaml":"^3.14.0","jsdom":"^16.4.0","minimatch":"^3.0.4","mocha":"^8.1.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^3.9.7"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"49e2f7feb3b5dad25215cd18799411870349207e","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.1","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"152f5e88583d900977119223e3e76c2d93d23830","size":55725,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.1.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.1_1597939196569_0.5497386838085467"},"_hasShrinkwrap":false,"publish_time":1597939196689,"_cnpm_publish_time":1597939196689},"0.5.0":{"name":"dom-accessibility-api","version":"0.5.0","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.11.1","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.11.0","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.10.0","@testing-library/dom":"^7.22.0","@types/jest":"^26.0.9","@typescript-eslint/eslint-plugin":"^3.8.0","@typescript-eslint/parser":"^3.8.1","concurrently":"^5.3.0","cross-env":"^7.0.2","cypress":"^4.12.1","eslint":"^7.6.0","eslint-plugin-jest":"^23.20.0","jest":"^26.2.2","jest-diff":"^26.1.0","jest-environment-jsdom":"^26.2.0","jest-junit":"^11.1.0","js-yaml":"^3.14.0","jsdom":"^16.4.0","minimatch":"^3.0.4","mocha":"^8.1.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^3.9.7"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"1715af1ec3c28c9861eabaad2ae6e98179602b2e","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.5.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"fddffd04e178796e241436c3f21be2f89c91afac","size":54781,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.5.0.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.5.0_1597096115354_0.7196334613766873"},"_hasShrinkwrap":false,"publish_time":1597096115461,"_cnpm_publish_time":1597096115461},"0.4.7":{"name":"dom-accessibility-api","version":"0.4.7","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.5","@babel/core":"^7.10.5","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.9.2","@testing-library/dom":"^7.21.5","@types/jest":"^26.0.7","@typescript-eslint/eslint-plugin":"^3.7.0","@typescript-eslint/parser":"^3.7.0","concurrently":"^5.2.0","cross-env":"^7.0.2","cypress":"^4.11.0","eslint":"^7.5.0","eslint-plugin-jest":"^23.18.2","jest":"^26.1.0","jest-diff":"^26.1.0","jest-junit":"^11.1.0","js-yaml":"^3.14.0","jsdom":"^16.3.0","minimatch":"^3.0.4","mocha":"^8.0.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.9","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^3.9.7"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"c3a99fbf615ca2f707ddc4cd4703133e503e5503","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.7","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"31d01c113af49f323409b3ed09e56967aba485a8","size":53509,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.7.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.7_1596091387014_0.06756901462233089"},"_hasShrinkwrap":false,"publish_time":1596091387160,"_cnpm_publish_time":1596091387160},"0.4.6":{"name":"dom-accessibility-api","version":"0.4.6","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.4","@babel/core":"^7.10.4","@babel/plugin-proposal-class-properties":"^7.10.4","@babel/preset-env":"^7.10.4","@babel/preset-typescript":"^7.10.4","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.9.2","@testing-library/dom":"^7.20.1","@types/jest":"^26.0.4","@typescript-eslint/eslint-plugin":"^3.6.0","@typescript-eslint/parser":"^3.6.0","concurrently":"^5.2.0","cross-env":"^7.0.2","cypress":"^4.10.0","eslint":"^7.4.0","eslint-plugin-jest":"^23.18.0","jest":"^26.1.0","jest-diff":"^26.1.0","jest-junit":"^11.0.1","js-yaml":"^3.14.0","jsdom":"^16.3.0","minimatch":"^3.0.4","mocha":"^8.0.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.2","typescript":"^3.9.6"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"03c05acb99c047f70aad2575c82a831ebef99f34","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.6","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"shasum":"f3f2af68aee01b1c862f37918d41841bb1aaf92a","size":44128,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.6.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.6_1594675486000_0.6551954860665261"},"_hasShrinkwrap":false,"publish_time":1594675486213,"_cnpm_publish_time":1594675486213},"0.4.5":{"name":"dom-accessibility-api","version":"0.4.5","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.10.1","@babel/core":"^7.10.2","@babel/plugin-proposal-class-properties":"^7.10.1","@babel/preset-env":"^7.10.2","@babel/preset-typescript":"^7.10.1","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.8.0","@testing-library/dom":"^7.7.3","@types/jest":"^25.2.3","@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","concurrently":"^5.2.0","cross-env":"^7.0.2","cypress":"^4.7.0","eslint":"^7.1.0","eslint-plugin-jest":"^23.13.2","jest":"^26.0.1","jest-diff":"^26.0.1","jest-junit":"^10.0.0","js-yaml":"^3.14.0","jsdom":"^16.2.2","minimatch":"^3.0.4","mocha":"^7.2.0","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.1","typescript":"^3.9.3"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"909e34dfde00b5116a4e399160f8c0672f24d75d","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.5","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"d9c1cefa89f509d8cf132ab5d250004d755e76e3","size":45958,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.5.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.5_1591371742378_0.19841374335280038"},"_hasShrinkwrap":false,"publish_time":1591371742552,"_cnpm_publish_time":1591371742552},"0.4.4":{"name":"dom-accessibility-api","version":"0.4.4","main":"dist/index.js","module":"dist/index.mjs","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"dependencies":{},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.{js,ts}\"","release":"yarn build && yarn changeset publish","test":"jest --config scripts/jest/jest.config.js","test:ci":"jest --ci --config scripts/jest/jest.ci.config.js --runInBand","test:coverage":"jest --config scripts/jest/jest.coverage.config.js","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","wpt:init":"git submodule update --init --recursive","wpt:reset":"rimraf ./tests/wpt && yarn wpt:init","wpt:update":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.6","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-transform-modules-commonjs":"^7.9.6","@babel/preset-env":"^7.9.6","@babel/preset-typescript":"^7.9.0","@changesets/changelog-github":"^0.2.6","@changesets/cli":"^2.7.1","@testing-library/dom":"^7.5.6","@types/jest":"^25.2.2","@typescript-eslint/eslint-plugin":"^3.0.0-alpha.25","@typescript-eslint/parser":"^3.0.0-alpha.25","concurrently":"^5.2.0","cross-env":"^7.0.2","cypress":"^4.5.0","eslint":"^7.0.0","eslint-plugin-jest":"^23.13.1","jest":"^26.0.1","jest-diff":"^26.0.1","jest-environment-jsdom-thirteen":"^1.0.1","jest-junit":"^10.0.0","js-yaml":"^3.13.1","jsdom":"^16.2.2","minimatch":"^3.0.4","mocha":"^7.1.2","mocha-sugar-free":"^1.4.0","prettier":"^2.0.5","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.0","typescript":"^3.9.2"},"resolutions":{"**/kind-of":"^6.0.3","**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"d53ee79e6ccb4d6c3e765c338d10ea01f50f965a","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.4","_nodeVersion":"14.0.0","_npmVersion":"6.14.4","dist":{"shasum":"c2f9fb8b591bc19581e7ef3e6fe35baf1967c498","size":39448,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.4.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.4_1589796475653_0.5712603663474423"},"_hasShrinkwrap":false,"publish_time":1589796475815,"_cnpm_publish_time":1589796475815},"0.4.3":{"name":"dom-accessibility-api","version":"0.4.3","main":"dist/index.js","type":"commonjs","exports":{"import":"./dist/index.mjs","require":"./dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"dependencies":{},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.ts\"","release":"yarn build && yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.0","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-transform-modules-commonjs":"^7.9.0","@babel/preset-env":"^7.9.0","@babel/preset-typescript":"^7.9.0","@changesets/changelog-github":"^0.2.2","@changesets/cli":"^2.6.1","@testing-library/dom":"^7.1.0","@types/jest":"^25.1.4","@typescript-eslint/eslint-plugin":"^2.24.0","@typescript-eslint/parser":"^2.24.0","concurrently":"^5.1.0","cross-env":"^7.0.2","cypress":"^4.2.0","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.2.1","minimatch":"^3.0.4","mocha":"^7.1.1","mocha-sugar-free":"^1.4.0","prettier":"^2.0.1","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.0","typescript":"^3.8.3"},"resolutions":{"**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"5e27c02f1a618a67cebea084ce4975fbea0e1d71","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.3","_nodeVersion":"13.11.0","_npmVersion":"6.13.7","dist":{"shasum":"93ca9002eb222fd5a343b6e5e6b9cf5929411c4c","size":38006,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.3.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.3_1585061164019_0.9508547707697981"},"_hasShrinkwrap":false,"publish_time":1585061164161,"_cnpm_publish_time":1585061164161},"0.4.2":{"name":"dom-accessibility-api","version":"0.4.2","main":"dist/index.js","type":"commonjs","exports":{"import":"dist/index.mjs","require":"dist/index.js"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"dependencies":{"core-js-pure":"^3.6.4"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types","build:clean":"rimraf dist","build:source":"babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps","build:source:cjs":"cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.ts\"","prepublishOnly":"yarn build:source","release:prepare":"yarn changeset version","release":"yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.7","@babel/plugin-transform-modules-commonjs":"^7.9.0","@babel/preset-env":"^7.8.7","@babel/preset-typescript":"^7.8.3","@changesets/changelog-github":"^0.2.2","@changesets/cli":"^2.6.1","@testing-library/dom":"^7.0.4","@types/jest":"^25.1.4","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","concurrently":"^5.1.0","cross-env":"^7.0.2","cypress":"^4.1.0","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.2.1","minimatch":"^3.0.4","mocha":"^7.1.0","mocha-sugar-free":"^1.4.0","prettier":"^1.19.1","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.0","typescript":"^3.8.3"},"resolutions":{"**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"0c4b4de7f39cc53c2959c73f9d2da12efea9afac","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.2","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"e19ef39da9a5858f6f9af225113f6ed302ccdf70","size":28210,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.2.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.2_1584823005956_0.6070197393356449"},"_hasShrinkwrap":false,"publish_time":1584823006075,"_cnpm_publish_time":1584823006075},"0.4.1":{"name":"dom-accessibility-api","version":"0.4.1","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"dependencies":{"core-js-pure":"^3.6.4"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:types","build:clean":"rimraf dist","build:source":"babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.ts\"","prepublishOnly":"yarn build:source","release:prepare":"yarn changeset version","release":"yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.7","@babel/preset-env":"^7.8.7","@babel/preset-typescript":"^7.8.3","@changesets/changelog-github":"^0.2.2","@changesets/cli":"^2.5.2","@testing-library/dom":"^6.15.0","@types/jest":"^25.1.4","@typescript-eslint/eslint-plugin":"^2.22.0","@typescript-eslint/parser":"^2.22.0","concurrently":"^5.1.0","cypress":"^4.1.0","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.2.0","minimatch":"^3.0.4","mocha":"^7.1.0","mocha-sugar-free":"^1.4.0","prettier":"^1.19.1","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.0","typescript":"^3.8.3"},"resolutions":{"**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"477074c2e54ee5b5f024065a4554c77304349ae3","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.1","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"167a5b5c769a014ff929be808f6ee944968be3a0","size":21088,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.1.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.1_1584285530432_0.6320269784699104"},"_hasShrinkwrap":false,"publish_time":1584285530569,"_cnpm_publish_time":1584285530569},"0.4.0":{"name":"dom-accessibility-api","version":"0.4.0","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"dependencies":{"core-js-pure":"^3.6.4"},"scripts":{"build":"yarn build:clean && yarn build:source && yarn build:types","build:clean":"rimraf dist","build:source":"babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --source-maps","build:types":"tsc -p tsconfig.json --emitDeclarationOnly","format":"prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore","lint":"eslint --report-unused-disable-directives \"sources/**/*.ts\"","release:prepare":"yarn changeset version","release":"yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:types":"tsc -p tsconfig.json --noEmit","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.8.7","@babel/preset-env":"^7.8.7","@babel/preset-typescript":"^7.8.3","@changesets/changelog-github":"^0.2.2","@changesets/cli":"^2.5.2","@testing-library/dom":"^6.15.0","@types/jest":"^25.1.4","@typescript-eslint/eslint-plugin":"^2.22.0","@typescript-eslint/parser":"^2.22.0","concurrently":"^5.1.0","cypress":"^4.1.0","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.2.0","minimatch":"^3.0.4","mocha":"^7.1.0","mocha-sugar-free":"^1.4.0","prettier":"^1.19.1","q":"^1.5.1","request":"^2.88","request-promise-native":"^1.0.8","rimraf":"^3.0.2","serve":"^11.3.0","typescript":"^3.8.3"},"resolutions":{"**/minimist":"^1.2.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"8235d1415a044b8f0a7173e55e688072899039be","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.4.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"2d351f6fb357641e73b388cdcbbfeb601d905dc3","size":20950,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.4.0.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.4.0_1584284967722_0.4939009947301185"},"_hasShrinkwrap":false,"publish_time":1584284967824,"_cnpm_publish_time":1584284967824},"0.3.0":{"name":"dom-accessibility-api","version":"0.3.0","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","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:prepare":"yarn changeset version","release":"yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"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/parser":"^2.17.0","@typescript-eslint/eslint-plugin":"^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"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"4187a22b147fb8542d0a20b22bbca1c361c8807c","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.3.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"511e5993dd673b97c87ea47dba0e3892f7e0c983","size":12848,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.3.0.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.3.0_1580589618499_0.26751826791820643"},"_hasShrinkwrap":false,"publish_time":1580589618925,"_cnpm_publish_time":1580589618925},"0.2.0":{"name":"dom-accessibility-api","version":"0.2.0","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","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:prepare":"yarn changeset version","release":"yarn changeset publish","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/core":"^7.7.4","@babel/preset-env":"^7.7.4","@babel/preset-typescript":"^7.7.4","@changesets/cli":"^2.4.0","@testing-library/dom":"^6.10.1","@types/jest":"^24.0.23","@typescript-eslint/parser":"^2.9.0","@typescript-eslint/eslint-plugin":"^2.9.0","concurrently":"^5.0.0","cypress":"^3.6.1","eslint":"^6.7.1","jest":"^24.9.0","jest-diff":"^24.9.0","jest-environment-jsdom-thirteen":"^1.0.1","jest-junit":"^9.0.0","js-yaml":"^3.13.1","jsdom":"^15.2.1","minimatch":"^3.0.4","mocha":"^6.2.2","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.2.0","typescript":"^3.7.2"},"prettier":{"useTabs":true},"keywords":["accessibility","ARIA","accname"],"publishConfig":{"access":"public"},"gitHead":"9aad3d49634be4e71457558263641cf39d9f5c10","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.2.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"2890ce677bd7b2172778ed979ab2ff4967c3085d","size":12861,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.2.0.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.2.0_1574935011036_0.8031754999948719"},"_hasShrinkwrap":false,"publish_time":1574935011205,"_cnpm_publish_time":1574935011205},"0.1.0":{"name":"dom-accessibility-api","version":"0.1.0","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","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\"","test":"jest","test:ci":"jest --ci --config jest.ci.config.js --runInBand","test:wpt:jsdom":"mocha tests/wpt-jsdom/run-wpts.js","test:wpt:browser":"concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"","test:wpt:browser:run":"cypress run --project tests","test:wpt:browser:server":"serve tests/wpt","test:wpt:browser:open":"cypress open --project tests","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"},"devDependencies":{"@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@babel/preset-typescript":"^7.6.0","@semantic-release/changelog":"^3.0.5","@semantic-release/commit-analyzer":"^6.3.2","@semantic-release/git":"^7.0.18","@semantic-release/npm":"^5.3.4","@semantic-release/release-notes-generator":"^7.3.2","@testing-library/dom":"^6.6.0","@types/jest":"^24.0.18","@typescript-eslint/eslint-plugin":"^2.5.0","concurrently":"^5.0.0","cypress":"^3.4.1","eslint":"^6.6.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-environment-jsdom-thirteen":"^1.0.1","jest-junit":"^8.0.0","js-yaml":"^3.13.1","jsdom":"^15.1.1","minimatch":"^3.0.4","mocha":"^6.2.1","mocha-sugar-free":"^1.4.0","prettier":"^1.18.2","q":"^1.5.1","request":"^2.34","request-promise-native":"^1.0.7","semantic-release":"^15.13.30","serve":"^11.2.0","typescript":"^3.6.3"},"prettier":{"useTabs":true},"dependencies":{"@typescript-eslint/parser":"^2.5.0"},"repository":{"type":"git","url":"git+https://github.com/eps1lon/dom-accessibility-api.git"},"gitHead":"afd5d45edafe381b5809e942806ca9183b5405c8","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?branchNa","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","_id":"dom-accessibility-api@0.1.0","_nodeVersion":"12.11.1","_npmVersion":"6.11.3","dist":{"shasum":"29262b665fee87645c66a93ec7857bc769f95087","size":11253,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.1.0.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.1.0_1572990291212_0.9179212681816262"},"_hasShrinkwrap":false,"publish_time":1572990291361,"_cnpm_publish_time":1572990291361},"0.0.1":{"name":"dom-accessibility-api","version":"0.0.1","main":"dist/index.js","types":"dist/index.d.ts","license":"MIT","scripts":{"build":"tsc -p tsconfig.json","format":"prettier \"**/*.{json,js,md,ts}\" --write --ignore-path .prettierignore","test":"jest","test-wpt":"mocha tests/run-wpts.js","init-wpt":"git submodule update --init --recursive","reset-wpt":"rimraf ./tests/wpt && yarn init-wpt","update-wpt":"git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-manifest.json"},"devDependencies":{"@babel/core":"^7.6.2","@babel/preset-env":"^7.6.2","@babel/preset-typescript":"^7.6.0","@testing-library/dom":"^6.6.0","@types/jest":"^24.0.18","jest":"^24.9.0","jest-diff":"^24.9.0","jest-environment-jsdom-thirteen":"^1.0.1","js-yaml":"^3.13.1","jsdom":"^15.1.1","minimatch":"^3.0.4","mocha":"^6.2.1","mocha-sugar-free":"^1.4.0","prettier":"^1.18.2","q":"^1.5.1","request":"^2.34","request-promise-native":"^1.0.7","typescript":"^3.6.3"},"prettier":{"useTabs":true},"gitHead":"d9e99b6525467315f1b44cc4dfdb5655cc2d2761","description":"https://w3c.github.io/accname/ for jsdom","_id":"dom-accessibility-api@0.0.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d7c363cdfa9f420bfaac5d9cf9771fb87c39af08","size":8114,"noattachment":false,"key":"/dom-accessibility-api/-/dom-accessibility-api-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/dom-accessibility-api/download/dom-accessibility-api-0.0.1.tgz"},"maintainers":[{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"}],"_npmUser":{"name":"eps1lon","email":"silbermann.sebastian@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dom-accessibility-api_0.0.1_1570559718465_0.8855728704855121"},"_hasShrinkwrap":false,"publish_time":1570559718657,"_cnpm_publish_time":1570559718657}},"readme":"# dom-accessibility-api\n\n[![npm version](https://badge.fury.io/js/dom-accessibility-api.svg)](https://badge.fury.io/js/dom-accessibility-api)\n[![Build Status](https://dev.azure.com/silbermannsebastian/dom-accessibility-api/_apis/build/status/eps1lon.dom-accessibility-api?branchName=main)](https://dev.azure.com/silbermannsebastian/dom-accessibility-api/_build/latest?definitionId=6&branchName=main)\n![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/silbermannsebastian/dom-accessibility-api/6)\n\nComputes the accessible name or description of a given DOM Element.\nhttps://w3c.github.io/accname/ implemented in JavaScript for testing.\n\n```bash\n$ yarn add dom-accessibility-api\n```\n\n```js\nimport {\n\tcomputeAccessibleName,\n\tcomputeAccessibleDescription,\n} from \"dom-accessibility-api\";\n```\n\nI'm not an editor of any of the referenced specs (nor very experience with using them) so if you got any insights, something catches\nyour eye please open an issue.\n\n## Supported environments\n\n**WARNING**: Only [active node versions](https://nodejs.org/en/about/releases/) are supported.\nInactive node versions can stop working in a SemVer MINOR release.\n\n```bash\nie 11\nedge >= 14\nfirefox >= 52\nchrome >= 49\nsafari >= 10\nnode 10.0\n```\n\n## progress\n\nUsing https://github.com/web-platform-tests/wpt. Be sure to init submodules when\ncloning. See [the test readme](/tests/README.md) for more info about the test setup.\n\n### browser (Chrome)\n\n153/159\n\n### jsdom\n\n<details>\n<summary>report 138/159 passing of which 15 are due `::before { content }`, one might be a wrong test, 5 are pathological </summary>\n\n```bash\n  web-platform-tests\n    accname\n      ✓ [expected fail] description_1.0_combobox-focusable-manual.html\n      ✓ [expected fail] description_from_content_of_describedby_element-manual.html\n      ✓ description_link-with-label-manual.html\n      ✓ description_test_case_557-manual.html\n      ✓ description_test_case_664-manual.html\n      ✓ description_test_case_665-manual.html\n      ✓ description_test_case_666-manual.html\n      ✓ description_test_case_772-manual.html\n      ✓ description_test_case_773-manual.html\n      ✓ description_test_case_774-manual.html\n      ✓ description_test_case_838-manual.html\n      ✓ description_test_case_broken_reference-manual.html\n      ✓ description_test_case_one_valid_reference-manual.html\n      ✓ description_title-same-element-manual.html\n      ✓ name_1.0_combobox-focusable-alternative-manual.html\n      ✓ name_1.0_combobox-focusable-manual.html\n      ✓ name_checkbox-label-embedded-combobox-manual.html\n      ✓ name_checkbox-label-embedded-listbox-manual.html\n      ✓ name_checkbox-label-embedded-menu-manual.html\n      ✓ name_checkbox-label-embedded-select-manual.html\n      ✓ name_checkbox-label-embedded-slider-manual.html\n      ✓ name_checkbox-label-embedded-spinbutton-manual.html\n      ✓ name_checkbox-label-embedded-textbox-manual.html\n      ✓ name_checkbox-label-multiple-label-alternative-manual.html\n      ✓ name_checkbox-label-multiple-label-manual.html\n      ✓ name_checkbox-title-manual.html\n      ✓ name_file-label-embedded-combobox-manual.html\n      ✓ name_file-label-embedded-menu-manual.html\n      ✓ name_file-label-embedded-select-manual.html\n      ✓ name_file-label-embedded-slider-manual.html\n      ✓ name_file-label-embedded-spinbutton-manual.html\n      ✓ [expected fail] name_file-label-inline-block-elements-manual.html\n      ✓ [expected fail] name_file-label-inline-block-styles-manual.html\n      ✓ name_file-label-inline-hidden-elements-manual.html\n      ✓ name_file-label-owned-combobox-manual.html\n      ✓ name_file-label-owned-combobox-owned-listbox-manual.html\n      ✓ name_file-title-manual.html\n      ✓ name_from_content-manual.html\n      ✓ name_from_content_of_label-manual.html\n      ✓ name_from_content_of_labelledby_element-manual.html\n      ✓ name_from_content_of_labelledby_elements_one_of_which_is_hidden-manual.html\n      ✓ name_heading-combobox-focusable-alternative-manual.html\n      ✓ name_image-title-manual.html\n      ✓ name_link-mixed-content-manual.html\n      ✓ name_link-with-label-manual.html\n      ✓ name_password-label-embedded-combobox-manual.html\n      ✓ name_password-label-embedded-menu-manual.html\n      ✓ name_password-label-embedded-select-manual.html\n      ✓ name_password-label-embedded-slider-manual.html\n      ✓ name_password-label-embedded-spinbutton-manual.html\n      ✓ name_password-title-manual.html\n      ✓ name_radio-label-embedded-combobox-manual.html\n      ✓ name_radio-label-embedded-menu-manual.html\n      ✓ name_radio-label-embedded-select-manual.html\n      ✓ name_radio-label-embedded-slider-manual.html\n      ✓ name_radio-label-embedded-spinbutton-manual.html\n      ✓ name_radio-title-manual.html\n      ✓ name_test_case_539-manual.html\n      ✓ name_test_case_540-manual.html\n      ✓ name_test_case_541-manual.html\n      ✓ name_test_case_543-manual.html\n      ✓ name_test_case_544-manual.html\n      ✓ name_test_case_545-manual.html\n      ✓ name_test_case_546-manual.html\n      ✓ name_test_case_547-manual.html\n      ✓ name_test_case_548-manual.html\n      ✓ name_test_case_549-manual.html\n      ✓ name_test_case_550-manual.html\n      ✓ name_test_case_551-manual.html\n      ✓ [expected fail] name_test_case_552-manual.html\n      ✓ [expected fail] name_test_case_553-manual.html\n      ✓ name_test_case_556-manual.html\n      ✓ name_test_case_557-manual.html\n      ✓ name_test_case_558-manual.html\n      ✓ name_test_case_559-manual.html\n      ✓ name_test_case_560-manual.html\n      ✓ name_test_case_561-manual.html\n      ✓ name_test_case_562-manual.html\n      ✓ name_test_case_563-manual.html\n      ✓ name_test_case_564-manual.html\n      ✓ name_test_case_565-manual.html\n      ✓ name_test_case_566-manual.html\n      ✓ name_test_case_596-manual.html\n      ✓ name_test_case_597-manual.html\n      ✓ name_test_case_598-manual.html\n      ✓ name_test_case_599-manual.html\n      ✓ name_test_case_600-manual.html\n      ✓ name_test_case_601-manual.html\n      ✓ name_test_case_602-manual.html\n      ✓ name_test_case_603-manual.html\n      ✓ name_test_case_604-manual.html\n      ✓ name_test_case_605-manual.html\n      ✓ name_test_case_606-manual.html\n      ✓ name_test_case_607-manual.html\n      ✓ name_test_case_608-manual.html\n      ✓ name_test_case_609-manual.html\n      ✓ name_test_case_610-manual.html\n      ✓ name_test_case_611-manual.html\n      ✓ name_test_case_612-manual.html\n      ✓ name_test_case_613-manual.html\n      ✓ name_test_case_614-manual.html\n      ✓ name_test_case_615-manual.html\n      ✓ name_test_case_616-manual.html\n      ✓ name_test_case_617-manual.html\n      ✓ name_test_case_618-manual.html\n      ✓ name_test_case_619-manual.html\n      ✓ name_test_case_620-manual.html\n      ✓ name_test_case_621-manual.html\n      ✓ [expected fail] name_test_case_659-manual.html\n      ✓ [expected fail] name_test_case_660-manual.html\n      ✓ [expected fail] name_test_case_661-manual.html\n      ✓ [expected fail] name_test_case_662-manual.html\n      ✓ [expected fail] name_test_case_663a-manual.html\n      ✓ name_test_case_721-manual.html\n      ✓ name_test_case_723-manual.html\n      ✓ name_test_case_724-manual.html\n      ✓ name_test_case_725-manual.html\n      ✓ name_test_case_726-manual.html\n      ✓ name_test_case_727-manual.html\n      ✓ name_test_case_728-manual.html\n      ✓ name_test_case_729-manual.html\n      ✓ name_test_case_730-manual.html\n      ✓ name_test_case_731-manual.html\n      ✓ name_test_case_733-manual.html\n      ✓ name_test_case_734-manual.html\n      ✓ name_test_case_735-manual.html\n      ✓ name_test_case_736-manual.html\n      ✓ name_test_case_737-manual.html\n      ✓ name_test_case_738-manual.html\n      ✓ name_test_case_739-manual.html\n      ✓ name_test_case_740-manual.html\n      ✓ name_test_case_741-manual.html\n      ✓ name_test_case_742-manual.html\n      ✓ name_test_case_743-manual.html\n      ✓ name_test_case_744-manual.html\n      ✓ name_test_case_745-manual.html\n      ✓ name_test_case_746-manual.html\n      ✓ name_test_case_747-manual.html\n      ✓ name_test_case_748-manual.html\n      ✓ name_test_case_749-manual.html\n      ✓ name_test_case_750-manual.html\n      ✓ name_test_case_751-manual.html\n      ✓ name_test_case_752-manual.html\n      ✓ [expected fail] name_test_case_753-manual.html\n      ✓ [expected fail] name_test_case_754-manual.html\n      ✓ [expected fail] name_test_case_755-manual.html\n      ✓ [expected fail] name_test_case_756-manual.html\n      ✓ [expected fail] name_test_case_757-manual.html\n      ✓ [expected fail] name_test_case_758-manual.html\n      ✓ [expected fail] name_test_case_759-manual.html\n      ✓ [expected fail] name_test_case_760-manual.html\n      ✓ [expected fail] name_test_case_761-manual.html\n      ✓ [expected fail] name_test_case_762-manual.html\n      ✓ name_text-label-embedded-combobox-manual.html\n      ✓ name_text-label-embedded-menu-manual.html\n      ✓ name_text-label-embedded-select-manual.html\n      ✓ name_text-label-embedded-slider-manual.html\n      ✓ name_text-label-embedded-spinbutton-manual.html\n      ✓ name_text-title-manual.html\n```\n\n</details>\n\n## missing\n\n- visibility context (inherited but can reappear; currently reappearing wont't work)\n","_attachments":{},"homepage":"https://github.com/eps1lon/dom-accessibility-api#readme","bugs":{"url":"https://github.com/eps1lon/dom-accessibility-api/issues"},"license":"MIT"}