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.

66 lines
1.7 KiB

  1. {
  2. "_from": "html-encoding-sniffer@^2.0.1",
  3. "_id": "html-encoding-sniffer@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  6. "_location": "/html-encoding-sniffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-encoding-sniffer@^2.0.1",
  12. "name": "html-encoding-sniffer",
  13. "escapedName": "html-encoding-sniffer",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  22. "_shasum": "42a6dc4fd33f00281176e8b23759ca4e4fa185f3",
  23. "_spec": "html-encoding-sniffer@^2.0.1",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "Domenic Denicola",
  27. "email": "d@domenic.me",
  28. "url": "https://domenic.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/html-encoding-sniffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "whatwg-encoding": "^1.0.5"
  36. },
  37. "deprecated": false,
  38. "description": "Sniff the encoding from a HTML byte stream",
  39. "devDependencies": {
  40. "eslint": "^6.8.0",
  41. "mocha": "^7.0.0"
  42. },
  43. "engines": {
  44. "node": ">=10"
  45. },
  46. "files": [
  47. "lib/"
  48. ],
  49. "homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
  50. "keywords": [
  51. "encoding",
  52. "html"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/html-encoding-sniffer.js",
  56. "name": "html-encoding-sniffer",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint .",
  63. "test": "mocha"
  64. },
  65. "version": "2.0.1"
  66. }