package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@0.10.31",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string_decoder@~0.10.x",
  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. "/",
  27. "/readable-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  30. "_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
  31. "_spec": "0.10.31",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "bugs": {
  34. "url": "https://github.com/rvagg/string_decoder/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "The string_decoder module from Node core",
  40. "devDependencies": {
  41. "tap": "~0.4.8"
  42. },
  43. "homepage": "https://github.com/rvagg/string_decoder",
  44. "keywords": [
  45. "string",
  46. "decoder",
  47. "browser",
  48. "browserify"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "string_decoder",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/rvagg/string_decoder.git"
  56. },
  57. "scripts": {
  58. "test": "tap test/simple/*.js"
  59. },
  60. "version": "0.10.31"
  61. }