Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

  1. {
  2. "_from": "stream-combiner2@~1.1.1",
  3. "_id": "stream-combiner2@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=",
  6. "_location": "/stream-combiner2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-combiner2@~1.1.1",
  12. "name": "stream-combiner2",
  13. "escapedName": "stream-combiner2",
  14. "rawSpec": "~1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/git-log-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz",
  22. "_shasum": "fb4d8a1420ea362764e21ad4780397bebcb41cbe",
  23. "_spec": "stream-combiner2@~1.1.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/git-log-parser",
  25. "author": {
  26. "name": "'Dominic Tarr'",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "http://dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/stream-combiner2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "duplexer2": "~0.1.0",
  36. "readable-stream": "^2.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.",
  40. "devDependencies": {
  41. "event-stream": "~3.0.7",
  42. "tape": "~2.3.0",
  43. "through2": "^2.0.0"
  44. },
  45. "homepage": "https://github.com/substack/stream-combiner2",
  46. "license": "MIT",
  47. "name": "stream-combiner2",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/substack/stream-combiner2.git"
  51. },
  52. "scripts": {
  53. "test": "set -e; for t in test/*.js; do node $t; done"
  54. },
  55. "version": "1.1.1"
  56. }