package.json 1.7 KB

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