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": "whatwg-encoding@^1.0.5",
  3. "_id": "whatwg-encoding@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  6. "_location": "/whatwg-encoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-encoding@^1.0.5",
  12. "name": "whatwg-encoding",
  13. "escapedName": "whatwg-encoding",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/html-encoding-sniffer",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  23. "_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
  24. "_spec": "whatwg-encoding@^1.0.5",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp/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/whatwg-encoding/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "iconv-lite": "0.4.24"
  37. },
  38. "deprecated": false,
  39. "description": "Decode strings according to the WHATWG Encoding Standard",
  40. "devDependencies": {
  41. "eslint": "^5.3.0",
  42. "got": "^9.0.0",
  43. "mocha": "^5.2.0"
  44. },
  45. "files": [
  46. "lib/"
  47. ],
  48. "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  49. "keywords": [
  50. "encoding",
  51. "whatwg"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/whatwg-encoding.js",
  55. "name": "whatwg-encoding",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  59. },
  60. "scripts": {
  61. "lint": "eslint lib test",
  62. "prepare": "node scripts/update.js",
  63. "test": "mocha"
  64. },
  65. "version": "1.0.5"
  66. }