package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "encoding@^0.1.12",
  3. "_id": "encoding@0.1.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
  6. "_location": "/encoding",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "encoding@^0.1.12",
  12. "name": "encoding",
  13. "escapedName": "encoding",
  14. "rawSpec": "^0.1.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.12"
  17. },
  18. "_requiredBy": [
  19. "/minipass-fetch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
  22. "_shasum": "56574afdd791f54a8e9b2785c0582a2d26210fa9",
  23. "_spec": "encoding@^0.1.12",
  24. "_where": "G:\\项目\\mobile\\node_modules\\minipass-fetch",
  25. "author": {
  26. "name": "Andris Reinman"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/andris9/encoding/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "iconv-lite": "^0.6.2"
  34. },
  35. "deprecated": false,
  36. "description": "Convert encodings, uses iconv-lite",
  37. "devDependencies": {
  38. "nodeunit": "0.11.3"
  39. },
  40. "homepage": "https://github.com/andris9/encoding#readme",
  41. "license": "MIT",
  42. "main": "lib/encoding.js",
  43. "name": "encoding",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/andris9/encoding.git"
  47. },
  48. "scripts": {
  49. "test": "nodeunit test"
  50. },
  51. "version": "0.1.13"
  52. }