package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "stringstream@0.0.5",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stringstream@0.0.5",
  10. "_id": "stringstream@0.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
  13. "_location": "/stringstream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stringstream@0.0.5",
  19. "name": "stringstream",
  20. "escapedName": "stringstream",
  21. "rawSpec": "0.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.5"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
  29. "_spec": "0.0.5",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Michael Hart",
  33. "email": "michael.hart.au@gmail.com",
  34. "url": "http://github.com/mhart"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mhart/StringStream/issues"
  38. },
  39. "description": "Encode and decode streams into string streams",
  40. "homepage": "https://github.com/mhart/StringStream#readme",
  41. "keywords": [
  42. "string",
  43. "stream",
  44. "base64",
  45. "gzip"
  46. ],
  47. "license": "MIT",
  48. "main": "stringstream.js",
  49. "name": "stringstream",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mhart/StringStream.git"
  53. },
  54. "version": "0.0.5"
  55. }