123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_from": "dom-accessibility-api@^0.5.6",
- "_id": "dom-accessibility-api@0.5.6",
- "_inBundle": false,
- "_integrity": "sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==",
- "_location": "/dom-accessibility-api",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "dom-accessibility-api@^0.5.6",
- "name": "dom-accessibility-api",
- "escapedName": "dom-accessibility-api",
- "rawSpec": "^0.5.6",
- "saveSpec": null,
- "fetchSpec": "^0.5.6"
- },
- "_requiredBy": [
- "/@testing-library/dom",
- "/@testing-library/jest-dom"
- ],
- "_resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz",
- "_shasum": "3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9",
- "_spec": "dom-accessibility-api@^0.5.6",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@testing-library\\jest-dom",
- "bugs": {
- "url": "https://github.com/eps1lon/dom-accessibility-api/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Implements https://w3c.github.io/accname/",
- "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"
- },
- "exports": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.js"
- },
- "files": [
- ".browserslistrc",
- "dist/"
- ],
- "homepage": "https://github.com/eps1lon/dom-accessibility-api#readme",
- "keywords": [
- "accessibility",
- "ARIA",
- "accname"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "name": "dom-accessibility-api",
- "prettier": {
- "useTabs": true
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eps1lon/dom-accessibility-api.git"
- },
- "resolutions": {
- "**/kind-of": "^6.0.3",
- "**/minimist": "^1.2.2"
- },
- "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:browser": "concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"",
- "test:wpt:browser:open": "cypress open --project tests",
- "test:wpt:browser:run": "cypress run --project tests",
- "test:wpt:browser:server": "serve tests/wpt",
- "test:wpt:jsdom": "mocha tests/wpt-jsdom/run-wpts.js",
- "wpt:init": "git submodule update --init --recursive",
- "wpt:reset": "rimraf ./tests/wpt && yarn wpt:init",
- "wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
- },
- "type": "commonjs",
- "version": "0.5.6"
- }
|