package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "stringstream@~0.0.4",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "stringstream@>=0.0.4 <0.1.0",
  9. "_id": "stringstream@0.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/stringstream",
  13. "_nodeVersion": "4.2.1",
  14. "_npmUser": {
  15. "email": "michael.hart.au@gmail.com",
  16. "name": "hichaelmart"
  17. },
  18. "_npmVersion": "2.14.8",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "stringstream",
  22. "raw": "stringstream@~0.0.4",
  23. "rawSpec": "~0.0.4",
  24. "scope": null,
  25. "spec": ">=0.0.4 <0.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli/request",
  30. "/request"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
  33. "_shasum": "4e484cd4de5a0bbbee18e46307710a8a81621878",
  34. "_shrinkwrap": null,
  35. "_spec": "stringstream@~0.0.4",
  36. "_where": "D:\\work\\im\\node_modules\\request",
  37. "author": {
  38. "email": "michael.hart.au@gmail.com",
  39. "name": "Michael Hart",
  40. "url": "http://github.com/mhart"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/mhart/StringStream/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Encode and decode streams into string streams",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "4e484cd4de5a0bbbee18e46307710a8a81621878",
  51. "tarball": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz"
  52. },
  53. "gitHead": "1efe3bf507bf3a1161f8473908b60e881d41422b",
  54. "homepage": "https://github.com/mhart/StringStream#readme",
  55. "keywords": [
  56. "string",
  57. "stream",
  58. "base64",
  59. "gzip"
  60. ],
  61. "license": "MIT",
  62. "main": "stringstream.js",
  63. "maintainers": [
  64. {
  65. "email": "michael.hart.au@gmail.com",
  66. "name": "hichaelmart"
  67. }
  68. ],
  69. "name": "stringstream",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mhart/StringStream.git"
  75. },
  76. "scripts": {},
  77. "version": "0.0.5"
  78. }