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.

package.json 1.9 KiB

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