package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@0.10.31",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "string_decoder@0.10.31",
  9. "_id": "string_decoder@0.10.31",
  10. "_inBundle": false,
  11. "_integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
  12. "_location": "/string_decoder",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string_decoder@0.10.31",
  18. "name": "string_decoder",
  19. "escapedName": "string_decoder",
  20. "rawSpec": "0.10.31",
  21. "saveSpec": null,
  22. "fetchSpec": "0.10.31"
  23. },
  24. "_requiredBy": [
  25. "/ftp/readable-stream",
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  29. "_spec": "0.10.31",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "bugs": {
  32. "url": "https://github.com/rvagg/string_decoder/issues"
  33. },
  34. "dependencies": {},
  35. "description": "The string_decoder module from Node core",
  36. "devDependencies": {
  37. "tap": "~0.4.8"
  38. },
  39. "homepage": "https://github.com/rvagg/string_decoder",
  40. "keywords": [
  41. "string",
  42. "decoder",
  43. "browser",
  44. "browserify"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "string_decoder",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/rvagg/string_decoder.git"
  52. },
  53. "scripts": {
  54. "test": "tap test/simple/*.js"
  55. },
  56. "version": "0.10.31"
  57. }