package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@0.10.31",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  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. "/glob-stream/readable-stream",
  27. "/readable-stream",
  28. "/through2/readable-stream",
  29. "/vinyl-fs/readable-stream"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  32. "_spec": "0.10.31",
  33. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  34. "bugs": {
  35. "url": "https://github.com/rvagg/string_decoder/issues"
  36. },
  37. "dependencies": {},
  38. "description": "The string_decoder module from Node core",
  39. "devDependencies": {
  40. "tap": "~0.4.8"
  41. },
  42. "homepage": "https://github.com/rvagg/string_decoder",
  43. "keywords": [
  44. "string",
  45. "decoder",
  46. "browser",
  47. "browserify"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "string_decoder",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/rvagg/string_decoder.git"
  55. },
  56. "scripts": {
  57. "test": "tap test/simple/*.js"
  58. },
  59. "version": "0.10.31"
  60. }