package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@0.10.31",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  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. "/readable-stream"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz",
  28. "_spec": "0.10.31",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "bugs": {
  31. "url": "https://github.com/rvagg/string_decoder/issues"
  32. },
  33. "dependencies": {},
  34. "description": "The string_decoder module from Node core",
  35. "devDependencies": {
  36. "tap": "~0.4.8"
  37. },
  38. "homepage": "https://github.com/rvagg/string_decoder",
  39. "keywords": [
  40. "string",
  41. "decoder",
  42. "browser",
  43. "browserify"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "string_decoder",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/rvagg/string_decoder.git"
  51. },
  52. "scripts": {
  53. "test": "tap test/simple/*.js"
  54. },
  55. "version": "0.10.31"
  56. }