package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "_dependenciesComments": {
  3. "parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
  4. },
  5. "_from": "jsdom@^16.2.0",
  6. "_id": "jsdom@16.7.0",
  7. "_inBundle": false,
  8. "_integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  9. "_location": "/jsdom",
  10. "_phantomChildren": {
  11. "@tootallnate/once": "1.1.2",
  12. "asynckit": "0.4.0",
  13. "delayed-stream": "1.0.0",
  14. "mime-types": "2.1.18",
  15. "psl": "1.7.0",
  16. "requires-port": "1.0.0"
  17. },
  18. "_requested": {
  19. "type": "range",
  20. "registry": true,
  21. "raw": "jsdom@^16.2.0",
  22. "name": "jsdom",
  23. "escapedName": "jsdom",
  24. "rawSpec": "^16.2.0",
  25. "saveSpec": null,
  26. "fetchSpec": "^16.2.0"
  27. },
  28. "_requiredBy": [
  29. "/turndown"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  32. "_shasum": "918ae71965424b197c819f8183a754e18977b710",
  33. "_spec": "jsdom@^16.2.0",
  34. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\turndown",
  35. "browser": {
  36. "canvas": false,
  37. "vm": "./lib/jsdom/vm-shim.js",
  38. "./lib/jsdom/living/websockets/WebSocket-impl.js": "./lib/jsdom/living/websockets/WebSocket-impl-browser.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jsdom/jsdom/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "abab": "^2.0.5",
  46. "acorn": "^8.2.4",
  47. "acorn-globals": "^6.0.0",
  48. "cssom": "^0.4.4",
  49. "cssstyle": "^2.3.0",
  50. "data-urls": "^2.0.0",
  51. "decimal.js": "^10.2.1",
  52. "domexception": "^2.0.1",
  53. "escodegen": "^2.0.0",
  54. "form-data": "^3.0.0",
  55. "html-encoding-sniffer": "^2.0.1",
  56. "http-proxy-agent": "^4.0.1",
  57. "https-proxy-agent": "^5.0.0",
  58. "is-potential-custom-element-name": "^1.0.1",
  59. "nwsapi": "^2.2.0",
  60. "parse5": "6.0.1",
  61. "saxes": "^5.0.1",
  62. "symbol-tree": "^3.2.4",
  63. "tough-cookie": "^4.0.0",
  64. "w3c-hr-time": "^1.0.2",
  65. "w3c-xmlserializer": "^2.0.0",
  66. "webidl-conversions": "^6.1.0",
  67. "whatwg-encoding": "^1.0.5",
  68. "whatwg-mimetype": "^2.3.0",
  69. "whatwg-url": "^8.5.0",
  70. "ws": "^7.4.6",
  71. "xml-name-validator": "^3.0.0"
  72. },
  73. "deprecated": false,
  74. "description": "A JavaScript implementation of many web standards",
  75. "devDependencies": {
  76. "@domenic/eslint-config": "^1.2.0",
  77. "benchmark": "^2.1.4",
  78. "browserify": "^17.0.0",
  79. "chai": "^4.3.4",
  80. "eslint": "^7.27.0",
  81. "eslint-plugin-html": "^6.1.2",
  82. "eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
  83. "js-yaml": "^4.1.0",
  84. "karma": "^6.3.2",
  85. "karma-browserify": "^8.0.0",
  86. "karma-chrome-launcher": "^3.1.0",
  87. "karma-mocha": "^2.0.1",
  88. "karma-mocha-webworker": "^1.3.0",
  89. "minimatch": "^3.0.4",
  90. "mocha": "^8.4.0",
  91. "mocha-sugar-free": "^1.4.0",
  92. "optimist": "0.6.1",
  93. "rimraf": "^3.0.2",
  94. "server-destroy": "^1.0.1",
  95. "watchify": "^4.0.0",
  96. "wd": "^1.14.0",
  97. "webidl2js": "^16.2.0"
  98. },
  99. "engines": {
  100. "node": ">=10"
  101. },
  102. "homepage": "https://github.com/jsdom/jsdom#readme",
  103. "keywords": [
  104. "dom",
  105. "html",
  106. "whatwg",
  107. "w3c"
  108. ],
  109. "license": "MIT",
  110. "main": "./lib/api.js",
  111. "maintainers": [
  112. {
  113. "name": "Elijah Insua",
  114. "email": "tmpvar@gmail.com",
  115. "url": "http://tmpvar.com"
  116. },
  117. {
  118. "name": "Domenic Denicola",
  119. "email": "d@domenic.me",
  120. "url": "https://domenic.me/"
  121. },
  122. {
  123. "name": "Sebastian Mayr",
  124. "email": "sebmaster16@gmail.com",
  125. "url": "https://blog.smayr.name/"
  126. },
  127. {
  128. "name": "Joris van der Wel",
  129. "email": "joris@jorisvanderwel.com"
  130. },
  131. {
  132. "name": "Timothy Gu",
  133. "email": "timothygu99@gmail.com",
  134. "url": "https://timothygu.me/"
  135. },
  136. {
  137. "name": "Magne Andersson",
  138. "email": "code@zirro.se",
  139. "url": "https://zirro.se/"
  140. },
  141. {
  142. "name": "Pierre-Marie Dartus",
  143. "email": "dartus.pierremarie@gmail.com"
  144. }
  145. ],
  146. "name": "jsdom",
  147. "peerDependencies": {
  148. "canvas": "^2.5.0"
  149. },
  150. "peerDependenciesMeta": {
  151. "canvas": {
  152. "optional": true
  153. }
  154. },
  155. "repository": {
  156. "type": "git",
  157. "url": "git+https://github.com/jsdom/jsdom.git"
  158. },
  159. "scripts": {
  160. "benchmark": "node ./benchmark/runner",
  161. "benchmark-browser": "node ./benchmark/runner --bundle",
  162. "convert-idl": "node ./scripts/webidl/convert.js",
  163. "generate-js-globals": "node ./scripts/generate-js-globals.js",
  164. "init-wpt": "git submodule update --init --recursive",
  165. "lint": "eslint . --cache --ext .js,.html",
  166. "prepare": "yarn convert-idl && yarn generate-js-globals",
  167. "pretest": "yarn prepare && yarn init-wpt",
  168. "reset-wpt": "rimraf ./test/web-platform-tests/tests && yarn init-wpt",
  169. "test": "mocha test/index.js",
  170. "test-api": "mocha test/api",
  171. "test-browser": "yarn test-browser-iframe && yarn test-browser-worker",
  172. "test-browser-iframe": "karma start test/karma.conf.js",
  173. "test-browser-worker": "karma start test/karma-webworker.conf.js",
  174. "test-mocha": "mocha",
  175. "test-tuwpt": "mocha test/web-platform-tests/run-tuwpts.js",
  176. "test-wpt": "mocha test/web-platform-tests/run-wpts.js",
  177. "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt",
  178. "update-wpt": "git submodule update --recursive --remote && cd test/web-platform-tests/tests && python3 wpt.py manifest --path ../wpt-manifest.json"
  179. },
  180. "version": "16.7.0"
  181. }