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.

62 lines
1.7 KiB

  1. {
  2. "_from": "split2@^2.0.0",
  3. "_id": "split2@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==",
  6. "_location": "/split2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "split2@^2.0.0",
  12. "name": "split2",
  13. "escapedName": "split2",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-commits-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
  22. "_shasum": "186b2575bcf83e85b7d18465756238ee4ee42493",
  23. "_spec": "split2@^2.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-parser",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/mcollina/split2/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "through2": "^2.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "split a Text Stream into a Line Stream, using Stream 3",
  38. "devDependencies": {
  39. "callback-stream": "^1.1.0",
  40. "fastbench": "^1.0.0",
  41. "pre-commit": "^1.1.2",
  42. "safe-buffer": "^5.1.1",
  43. "standard": "^10.0.0",
  44. "tap": "^10.0.0"
  45. },
  46. "homepage": "https://github.com/mcollina/split2#readme",
  47. "license": "ISC",
  48. "main": "index.js",
  49. "name": "split2",
  50. "pre-commit": [
  51. "test"
  52. ],
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/mcollina/split2.git"
  56. },
  57. "scripts": {
  58. "test": "standard && tap -b test.js"
  59. },
  60. "version": "2.2.0",
  61. "website": "https://github.com/mcollina/split2"
  62. }