package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "whatwg-encoding@1.0.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-encoding@1.0.5",
  10. "_id": "whatwg-encoding@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  13. "_location": "/whatwg-encoding",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-encoding@1.0.5",
  19. "name": "whatwg-encoding",
  20. "escapedName": "whatwg-encoding",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/html-encoding-sniffer",
  27. "/jest-environment-jsdom/jsdom",
  28. "/jsdom"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  31. "_spec": "1.0.5",
  32. "_where": "E:\\item\\newItem\\admin",
  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. }