package.json 1.8 KB

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