package.json 1.4 KB

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