package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "stringstream@~0.0.4",
  3. "_id": "stringstream@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==",
  6. "_location": "/stringstream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stringstream@~0.0.4",
  12. "name": "stringstream",
  13. "escapedName": "stringstream",
  14. "rawSpec": "~0.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.4"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz",
  22. "_shasum": "7880225b0d4ad10e30927d167a1d6f2fd3b33a72",
  23. "_spec": "stringstream@~0.0.4",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/request",
  25. "author": {
  26. "name": "Michael Hart",
  27. "email": "michael.hart.au@gmail.com",
  28. "url": "http://github.com/mhart"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mhart/StringStream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Encode and decode streams into string streams",
  36. "homepage": "https://github.com/mhart/StringStream#readme",
  37. "keywords": [
  38. "string",
  39. "stream",
  40. "base64",
  41. "gzip"
  42. ],
  43. "license": "MIT",
  44. "main": "stringstream.js",
  45. "name": "stringstream",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/mhart/StringStream.git"
  49. },
  50. "version": "0.0.6"
  51. }