package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "whatwg-encoding@^1.0.3",
  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.3",
  12. "name": "whatwg-encoding",
  13. "escapedName": "whatwg-encoding",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/html-encoding-sniffer",
  20. "/jest-environment-jsdom-fifteen/jsdom",
  21. "/jsdom"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  24. "_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
  25. "_spec": "whatwg-encoding@^1.0.3",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jsdom",
  27. "author": {
  28. "name": "Domenic Denicola",
  29. "email": "d@domenic.me",
  30. "url": "https://domenic.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jsdom/whatwg-encoding/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "iconv-lite": "0.4.24"
  38. },
  39. "deprecated": false,
  40. "description": "Decode strings according to the WHATWG Encoding Standard",
  41. "devDependencies": {
  42. "eslint": "^5.3.0",
  43. "got": "^9.0.0",
  44. "mocha": "^5.2.0"
  45. },
  46. "files": [
  47. "lib/"
  48. ],
  49. "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  50. "keywords": [
  51. "encoding",
  52. "whatwg"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/whatwg-encoding.js",
  56. "name": "whatwg-encoding",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint lib test",
  63. "prepare": "node scripts/update.js",
  64. "test": "mocha"
  65. },
  66. "version": "1.0.5"
  67. }