package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@0.10.31",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string_decoder@0.10.31",
  10. "_id": "string_decoder@0.10.31",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
  13. "_location": "/string_decoder",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string_decoder@0.10.31",
  19. "name": "string_decoder",
  20. "escapedName": "string_decoder",
  21. "rawSpec": "0.10.31",
  22. "saveSpec": null,
  23. "fetchSpec": "0.10.31"
  24. },
  25. "_requiredBy": [
  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:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. }