package.json 722 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "string_decoder",
  3. "version": "0.10.31",
  4. "description": "The string_decoder module from Node core",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "tap": "~0.4.8"
  9. },
  10. "scripts": {
  11. "test": "tap test/simple/*.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/rvagg/string_decoder.git"
  16. },
  17. "homepage": "https://github.com/rvagg/string_decoder",
  18. "keywords": [
  19. "string",
  20. "decoder",
  21. "browser",
  22. "browserify"
  23. ],
  24. "license": "MIT",
  25. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  26. "_from": "string_decoder@0.10.31",
  27. "_resolved": "https://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz"
  28. }