package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@sinonjs/text-encoding@^0.7.1",
  3. "_id": "@sinonjs/text-encoding@0.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jaXGUwkVZT86Hzj9XxAdjD+AecU=",
  6. "_location": "/@sinonjs/text-encoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sinonjs/text-encoding@^0.7.1",
  12. "name": "@sinonjs/text-encoding",
  13. "escapedName": "@sinonjs%2ftext-encoding",
  14. "scope": "@sinonjs",
  15. "rawSpec": "^0.7.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.7.1"
  18. },
  19. "_requiredBy": [
  20. "/nise"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/@sinonjs/text-encoding/download/@sinonjs/text-encoding-0.7.1.tgz",
  23. "_shasum": "8da5c6530915653f3a1f38fd5f101d8c3f8079c5",
  24. "_spec": "@sinonjs/text-encoding@^0.7.1",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\nise",
  26. "author": {
  27. "name": "Joshua Bell",
  28. "email": "inexorabletash@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/inexorabletash/text-encoding/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Joshua Bell",
  37. "email": "inexorabletash@gmail.com"
  38. },
  39. {
  40. "name": "Rick Eyre",
  41. "email": "rick.eyre@outlook.com"
  42. },
  43. {
  44. "name": "Eugen Podaru",
  45. "email": "eugen.podaru@live.com"
  46. },
  47. {
  48. "name": "Filip Dupanović",
  49. "email": "filip.dupanovic@gmail.com"
  50. },
  51. {
  52. "name": "Anne van Kesteren",
  53. "email": "annevk@annevk.nl"
  54. },
  55. {
  56. "name": "Author: Francis Avila",
  57. "email": "francisga@gmail.com"
  58. },
  59. {
  60. "name": "Michael J. Ryan",
  61. "email": "tracker1@gmail.com"
  62. },
  63. {
  64. "name": "Pierre Queinnec",
  65. "email": "pierre@queinnec.org"
  66. },
  67. {
  68. "name": "Zack Weinberg",
  69. "email": "zackw@panix.com"
  70. }
  71. ],
  72. "deprecated": false,
  73. "description": "Polyfill for the Encoding Living Standard's API.",
  74. "files": [
  75. "index.js",
  76. "lib/encoding.js",
  77. "lib/encoding-indexes.js"
  78. ],
  79. "homepage": "https://github.com/inexorabletash/text-encoding",
  80. "keywords": [
  81. "encoding",
  82. "decoding",
  83. "living standard"
  84. ],
  85. "license": "(Unlicense OR Apache-2.0)",
  86. "main": "index.js",
  87. "name": "@sinonjs/text-encoding",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/inexorabletash/text-encoding.git"
  91. },
  92. "version": "0.7.1"
  93. }