You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123 lines
4.5KB

  1. {
  2. "_from": "dom-accessibility-api@^0.5.6",
  3. "_id": "dom-accessibility-api@0.5.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
  6. "_location": "/dom-accessibility-api",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dom-accessibility-api@^0.5.6",
  12. "name": "dom-accessibility-api",
  13. "escapedName": "dom-accessibility-api",
  14. "rawSpec": "^0.5.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.6"
  17. },
  18. "_requiredBy": [
  19. "/@testing-library/dom",
  20. "/@testing-library/jest-dom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  23. "_shasum": "5a7429e6066eb3664d911e33fb0e45de8eb08453",
  24. "_spec": "dom-accessibility-api@^0.5.6",
  25. "_where": "/home/ratanparmar/Desktop/ServicesApps/CustomApps/agent_break_interval_mapping/node_modules/@testing-library/jest-dom",
  26. "bugs": {
  27. "url": "https://github.com/eps1lon/dom-accessibility-api/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Implements https://w3c.github.io/accname/",
  32. "devDependencies": {
  33. "@babel/cli": "^7.14.3",
  34. "@babel/core": "^7.14.3",
  35. "@babel/plugin-proposal-class-properties": "^7.13.0",
  36. "@babel/preset-env": "^7.14.4",
  37. "@babel/preset-typescript": "^7.13.0",
  38. "@changesets/changelog-github": "^0.4.0",
  39. "@changesets/cli": "^2.16.0",
  40. "@testing-library/dom": "^8.0.0",
  41. "@types/jest": "^29.0.0",
  42. "@typescript-eslint/eslint-plugin": "^5.0.0",
  43. "@typescript-eslint/parser": "^5.0.0",
  44. "concurrently": "^7.0.0",
  45. "cross-env": "^7.0.3",
  46. "cypress": "^12.0.0",
  47. "eslint": "^7.27.0",
  48. "eslint-plugin-jest": "^27.0.0",
  49. "jest": "^29.0.0",
  50. "jest-diff": "^29.0.0",
  51. "jest-environment-jsdom": "^29.0.0",
  52. "jest-junit": "^15.0.0",
  53. "js-yaml": "^4.1.0",
  54. "jsdom": "^20.0.0",
  55. "minimatch": "^6.0.0",
  56. "mocha": "^10.0.0",
  57. "mocha-sugar-free": "^1.4.0",
  58. "prettier": "^2.3.0",
  59. "q": "^1.5.1",
  60. "request": "^2.88",
  61. "request-promise-native": "^1.0.9",
  62. "rimraf": "^4.0.0",
  63. "serve": "^14.0.0",
  64. "typescript": "^4.3.2"
  65. },
  66. "exports": {
  67. "import": "./dist/index.mjs",
  68. "require": "./dist/index.js"
  69. },
  70. "files": [
  71. ".browserslistrc",
  72. "dist/"
  73. ],
  74. "homepage": "https://github.com/eps1lon/dom-accessibility-api#readme",
  75. "keywords": [
  76. "accessibility",
  77. "ARIA",
  78. "accname"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/index.js",
  82. "module": "dist/index.mjs",
  83. "name": "dom-accessibility-api",
  84. "prettier": {
  85. "useTabs": true
  86. },
  87. "publishConfig": {
  88. "access": "public"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/eps1lon/dom-accessibility-api.git"
  93. },
  94. "resolutions": {
  95. "**/kind-of": "^6.0.3",
  96. "**/minimist": "^1.2.2"
  97. },
  98. "scripts": {
  99. "build": "yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types",
  100. "build:clean": "rimraf dist",
  101. "build:source": "cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps",
  102. "build:source:cjs": "cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps",
  103. "build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
  104. "format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
  105. "lint": "eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"",
  106. "release": "yarn build && yarn changeset publish",
  107. "test": "jest --config scripts/jest/jest.config.js",
  108. "test:ci": "jest --ci --config scripts/jest/jest.ci.config.js --runInBand",
  109. "test:coverage": "jest --config scripts/jest/jest.coverage.config.js",
  110. "test:types": "tsc -p tsconfig.json --noEmit",
  111. "test:wpt:browser": "concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"",
  112. "test:wpt:browser:open": "cypress open --project tests",
  113. "test:wpt:browser:run": "cypress run --project tests",
  114. "test:wpt:browser:server": "serve tests/wpt",
  115. "test:wpt:jsdom": "mocha tests/wpt-jsdom/run-wpts.js",
  116. "wpt:init": "git submodule update --init --recursive",
  117. "wpt:reset": "rimraf ./tests/wpt && yarn wpt:init",
  118. "wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
  119. },
  120. "type": "commonjs",
  121. "version": "0.5.16"
  122. }