Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "whatwg-encoding@1.0.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "whatwg-encoding@1.0.5",
  9. "_id": "whatwg-encoding@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  12. "_location": "/whatwg-encoding",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "whatwg-encoding@1.0.5",
  18. "name": "whatwg-encoding",
  19. "escapedName": "whatwg-encoding",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/h2x-parse/jsdom",
  26. "/html-encoding-sniffer",
  27. "/jest-environment-jsdom/html-encoding-sniffer",
  28. "/jest-environment-jsdom/jsdom"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  31. "_spec": "1.0.5",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Domenic Denicola",
  35. "email": "d@domenic.me",
  36. "url": "https://domenic.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jsdom/whatwg-encoding/issues"
  40. },
  41. "dependencies": {
  42. "iconv-lite": "0.4.24"
  43. },
  44. "description": "Decode strings according to the WHATWG Encoding Standard",
  45. "devDependencies": {
  46. "eslint": "^5.3.0",
  47. "got": "^9.0.0",
  48. "mocha": "^5.2.0"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  54. "keywords": [
  55. "encoding",
  56. "whatwg"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/whatwg-encoding.js",
  60. "name": "whatwg-encoding",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint lib test",
  67. "prepare": "node scripts/update.js",
  68. "test": "mocha"
  69. },
  70. "version": "1.0.5"
  71. }