package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "html-encoding-sniffer@1.0.2",
  5. "E:\\item\\newItem\\admin"
  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. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Domenic Denicola",
  34. "email": "d@domenic.me",
  35. "url": "https://domenic.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jsdom/html-encoding-sniffer/issues"
  39. },
  40. "dependencies": {
  41. "whatwg-encoding": "^1.0.1"
  42. },
  43. "description": "Sniff the encoding from a HTML byte stream",
  44. "devDependencies": {
  45. "eslint": "^3.8.0",
  46. "mocha": "^3.1.2"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/html-encoding-sniffer#readme",
  52. "keywords": [
  53. "encoding",
  54. "html"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/html-encoding-sniffer.js",
  58. "name": "html-encoding-sniffer",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jsdom/html-encoding-sniffer.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint lib test",
  65. "test": "mocha"
  66. },
  67. "version": "1.0.2"
  68. }