mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-13 05:50:02 +02:00
467 lines
13 KiB
JavaScript
467 lines
13 KiB
JavaScript
/* eslint-disable header/header */
|
|
export const LICENSES = [
|
|
{
|
|
name: "@callstack/repack",
|
|
licenseType: "MIT",
|
|
author: "zamotany <zamotany.oss@gmail.com>",
|
|
link: "https://github.com/callstack/repack"
|
|
},
|
|
{
|
|
name: "@react-native-clipboard/clipboard",
|
|
licenseType: "MIT",
|
|
author: "M.Haris Baig <harisbaig100@gmail.com>",
|
|
link: "https://github.com/react-native-clipboard/clipboard"
|
|
},
|
|
{
|
|
name: "@react-native-community/checkbox",
|
|
licenseType: "MIT",
|
|
author: "Nicholas Lee <nicholaslee119@gmail.com>",
|
|
link: "https://github.com/react-native-community/react-native-checkbox"
|
|
},
|
|
{
|
|
name: "@react-native-community/netinfo",
|
|
licenseType: "MIT",
|
|
author: "Matt Oakes <hello@mattoakes.net>",
|
|
link: "https://github.com/react-native-netinfo/react-native-netinfo"
|
|
},
|
|
{
|
|
name: "@react-native-community/toolbar-android",
|
|
licenseType: "MIT",
|
|
author: "Connectdotz <vsun@connectdotz.com>",
|
|
link: "https://github.com/react-native-community/toolbar-android"
|
|
},
|
|
{
|
|
name: "@react-native-masked-view/masked-view",
|
|
licenseType: "MIT",
|
|
author: "Mike Nedosekin <crespo8800@gmail.com>",
|
|
link: "https://github.com/react-native-masked-view/masked-view"
|
|
},
|
|
{
|
|
name: "@react-navigation/elements",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/react-navigation/react-navigation"
|
|
},
|
|
{
|
|
name: "@react-navigation/native",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/react-navigation/react-navigation"
|
|
},
|
|
{
|
|
name: "@react-navigation/native-stack",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/react-navigation/react-navigation"
|
|
},
|
|
{
|
|
name: "@sayem314/react-native-keep-awake",
|
|
licenseType: "MIT",
|
|
author: "Sayem Chowdhury",
|
|
link: "https://github.com/sayem314/react-native-keep-awake"
|
|
},
|
|
{
|
|
name: "deprecated-react-native-prop-types",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "git@github.com:facebookarchive/react-native-deprecated-modules"
|
|
},
|
|
{
|
|
name: "react",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/facebook/react"
|
|
},
|
|
{
|
|
name: "react-native",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/facebook/react-native"
|
|
},
|
|
{
|
|
name: "react-native-background-actions",
|
|
licenseType: "MIT",
|
|
author: "Rapsssito contact@rodrigomartin.dev",
|
|
link: "https://github.com/Rapsssito/react-native-background-actions"
|
|
},
|
|
{
|
|
name: "react-native-begin-background-task",
|
|
licenseType: "MIT",
|
|
author: "Ivan Zotov <github@ivanzotov.com>",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-bootsplash",
|
|
licenseType: "MIT",
|
|
author: "Mathieu Acthernoene <zoontek@gmail.com>",
|
|
link: "https://github.com/zoontek/react-native-bootsplash"
|
|
},
|
|
{
|
|
name: "react-native-config",
|
|
licenseType: "MIT",
|
|
author: "Pedro Belo",
|
|
link: "https://github.com/luggit/react-native-config"
|
|
},
|
|
{
|
|
name: "react-native-device-info",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
|
|
link: "https://github.com/react-native-device-info/react-native-device-info"
|
|
},
|
|
{
|
|
name: "react-native-document-picker",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Elyx0 <elyx00@gmail.com> (https://github.com/rnmods), Vojtech Novak (hello@react-native-training.eu)",
|
|
link: "https://github.com/rnmods/react-native-document-picker"
|
|
},
|
|
{
|
|
name: "react-native-eventsource",
|
|
licenseType: "MIT",
|
|
author: "João Ribeiro jonnybgod@gmail.com",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-exit-app",
|
|
licenseType: "MIT",
|
|
author: "Wumke",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-file-viewer",
|
|
licenseType: "MIT",
|
|
author: "Vincenzo Scamporlino",
|
|
link: "git://github.com/vinzscam/react-native-file-viewer"
|
|
},
|
|
{
|
|
name: "react-native-fingerprint-scanner",
|
|
licenseType: "MIT",
|
|
author: "Hieu Van (https://github.com/hieuvp)",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-gesture-handler",
|
|
licenseType: "MIT",
|
|
author: "Krzysztof Magiera krzys.magiera@gmail.com",
|
|
link: "https://github.com/software-mansion/react-native-gesture-handler"
|
|
},
|
|
{
|
|
name: "react-native-get-random-values",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/LinusU/react-native-get-random-values"
|
|
},
|
|
{
|
|
name: "react-native-html-to-pdf-lite",
|
|
licenseType: "MIT",
|
|
author: "Oni Benjamin <onibenjo@gmail.com>",
|
|
link: "https://github.com/Onibenjo/react-native-html-to-pdf"
|
|
},
|
|
{
|
|
name: "react-native-iap",
|
|
licenseType: "MIT",
|
|
author: "dooboolab",
|
|
link: "https://github.com/dooboolab/react-native-iap"
|
|
},
|
|
{
|
|
name: "react-native-image-picker",
|
|
licenseType: "MIT",
|
|
author: "Johan du Toit (Johan-dutoit)",
|
|
link: "https://github.com/react-native-image-picker/react-native-image-picker"
|
|
},
|
|
{
|
|
name: "react-native-keychain",
|
|
licenseType: "MIT",
|
|
author: "Joel Arvidsson joel@oblador.se",
|
|
link: "git://github.com/oblador/react-native-keychain"
|
|
},
|
|
{
|
|
name: "react-native-mmkv-storage",
|
|
licenseType: "MIT",
|
|
author: "Ammar Ahmed for @ammarahm-ed",
|
|
link: "https://github.com/ammarahm-ed/react-native-mmkv-storage"
|
|
},
|
|
{
|
|
name: "react-native-orientation",
|
|
licenseType: "ISC",
|
|
author: "Yamill Vallecillo <yamill@gmail.com> (github.com/yamill)",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-privacy-snapshot",
|
|
licenseType: "MIT",
|
|
author: "Roger Chapman",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-reanimated",
|
|
licenseType: "MIT",
|
|
author: "Krzysztof Magiera krzys.magiera@gmail.com",
|
|
link: "https://github.com/software-mansion/react-native-reanimated"
|
|
},
|
|
{
|
|
name: "react-native-safe-area-context",
|
|
licenseType: "MIT",
|
|
author: "Janic Duplessis <janicduplessis@gmail.com>",
|
|
link: "https://github.com/th3rdwave/react-native-safe-area-context"
|
|
},
|
|
{
|
|
name: "react-native-scoped-storage",
|
|
licenseType: "MIT",
|
|
author: "Ammar Ahmed @ammarahm-ed",
|
|
link: "https://github.com/ammarahm-ed/react-native-scoped-storage"
|
|
},
|
|
{
|
|
name: "react-native-screens",
|
|
licenseType: "MIT",
|
|
author: "Krzysztof Magiera krzys.magiera@gmail.com",
|
|
link: "https://github.com/software-mansion/react-native-screens"
|
|
},
|
|
{
|
|
name: "react-native-securerandom",
|
|
licenseType: "MIT",
|
|
author: "Rob Hogan npm@rhogan.net https://github.com/robhogan",
|
|
link: "https://github.com/robhogan/react-native-securerandom"
|
|
},
|
|
{
|
|
name: "react-native-share",
|
|
licenseType: "MIT",
|
|
author: "Esteban Fuentealba efuentealba@json.cl",
|
|
link: "https://github.com/react-native-community/react-native-share"
|
|
},
|
|
{
|
|
name: "@ammarahmed/react-native-sodium",
|
|
licenseType: "n/a",
|
|
author: "n/a",
|
|
link: "https://github.com/lyubo/react-native-sodium"
|
|
},
|
|
{
|
|
name: "react-native-svg",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/react-native-community/react-native-svg"
|
|
},
|
|
{
|
|
name: "react-native-tooltips",
|
|
licenseType: "Apache License",
|
|
author: "Pranav Raj Singh Chauhan",
|
|
link: "https://github.com/prscX/react-native-tooltips"
|
|
},
|
|
{
|
|
name: "react-native-vector-icons",
|
|
licenseType: "MIT",
|
|
author: "Joel Arvidsson joel@oblador.se",
|
|
link: "git://github.com/oblador/react-native-vector-icons"
|
|
},
|
|
{
|
|
name: "react-native-webview",
|
|
licenseType: "MIT",
|
|
author: "Jamon Holmgren <jamon@infinite.red>",
|
|
link: "https://github.com/react-native-webview/react-native-webview"
|
|
},
|
|
{
|
|
name: "rn-extensions-share",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Djorkaeff Alexandre djorkaeffalexandre@gmail.com http://github.com/djorkaeffalexandre",
|
|
link: "https://github.com/RocketChat/rn-extensions-share"
|
|
},
|
|
{
|
|
name: "react-native-blob-util",
|
|
licenseType: "MIT",
|
|
author: "RonRadtke",
|
|
link: "https://github.com/RonRadtke/react-native-blob-util"
|
|
},
|
|
{
|
|
name: "react-native-gzip",
|
|
licenseType: "MIT",
|
|
author:
|
|
"ammarahm-ed <ammarahmed6506@gmail.com> (https://github.com/ammarahm-ed)",
|
|
link: "https://github.com/ammarahm-ed/react-native-gzip"
|
|
},
|
|
{
|
|
name: "@shopify/flash-list",
|
|
licenseType: "MIT",
|
|
author: "shopify",
|
|
link: "https://github.com/Shopify/flash-list"
|
|
},
|
|
{
|
|
name: "@notifee/react-native",
|
|
licenseType: "Apache-2.0",
|
|
author: "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
link: "https://github.com/invertase/notifee"
|
|
},
|
|
{
|
|
name: "react-native-modal-datetime-picker",
|
|
licenseType: "MIT",
|
|
author: "Mazzarolo Matteo",
|
|
link: "https://github.com/mmazzarolo/react-native-modal-datetime-picker"
|
|
},
|
|
{
|
|
name: "@react-native-community/datetimepicker",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Martijn Swaagman <mswaagman@godaddy.com> (https://github.com/swaagie)",
|
|
link: "https://github.com/react-native-community/datetimepicker"
|
|
},
|
|
{
|
|
name: "react-native-date-picker",
|
|
licenseType: "MIT",
|
|
author: "henninghall",
|
|
link: "ssh://git@github.com/henninghall/react-native-date-picker"
|
|
},
|
|
{
|
|
name: "react-native-notification-sounds",
|
|
licenseType: "MIT",
|
|
author: "Asad Iqbal asad.dsoft@gmail.com",
|
|
link: "https://github.com/saadqbal/react-native-notification-sounds"
|
|
},
|
|
{
|
|
name: "@flyerhq/react-native-link-preview",
|
|
licenseType: "MIT",
|
|
author: "Oleksandr Demchenko <alexdemchenko@yahoo.com>",
|
|
link: "https://github.com/flyerhq/react-native-link-preview#readme"
|
|
},
|
|
{
|
|
name: "@mdi/js",
|
|
licenseType: "Apache-2.0",
|
|
author: "Austin Andrews",
|
|
link: "https://github.com/Templarian/MaterialDesign-JS"
|
|
},
|
|
{
|
|
name: "absolutify",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Beau Sorensen <mail@beausorensen.com> (http://github.com/sorensen)",
|
|
link: "git://github.com/sorensen/absolutify"
|
|
},
|
|
{
|
|
name: "buffer",
|
|
licenseType: "MIT",
|
|
author: "Feross Aboukhadijeh feross@feross.org https://feross.org",
|
|
link: "git://github.com/feross/buffer"
|
|
},
|
|
{
|
|
name: "dayjs",
|
|
licenseType: "MIT",
|
|
author: "iamkun",
|
|
link: "https://github.com/iamkun/dayjs"
|
|
},
|
|
{
|
|
name: "entities",
|
|
licenseType: "BSD-2-Clause",
|
|
author: "Felix Boehm <me@feedic.com>",
|
|
link: "git://github.com/fb55/entities"
|
|
},
|
|
{
|
|
name: "html-to-text",
|
|
licenseType: "MIT",
|
|
author: "Malte Legenhausen legenhausen@werk85.de",
|
|
link: "git://github.com/html-to-text/node-html-to-text"
|
|
},
|
|
{
|
|
name: "phone",
|
|
licenseType: "MIT",
|
|
author: "AfterShip",
|
|
link: "https://github.com/aftership/phone"
|
|
},
|
|
{
|
|
name: "qclone",
|
|
licenseType: "MIT",
|
|
author: "Yuriy Khomenko",
|
|
link: "https://github.com/Yuriy-Khomenko/qclone"
|
|
},
|
|
{
|
|
name: "react-native-actions-sheet",
|
|
licenseType: "MIT",
|
|
author: "ammarahm-ed",
|
|
link: "https://github.com/ammarahm-ed/react-native-actions-sheet"
|
|
},
|
|
{
|
|
name: "react-native-check-version",
|
|
licenseType: "MIT",
|
|
author: "Flexible Agency <info@flexible.agency>",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-drax",
|
|
licenseType: "MIT",
|
|
author: "Joe Lafiosca <joe@proxi.gg>",
|
|
link: "ssh://git@github.com/nuclearpasta/react-native-drax"
|
|
},
|
|
{
|
|
name: "react-native-image-zoom-viewer",
|
|
licenseType: "MIT",
|
|
author: "ascoders",
|
|
link: "https://github.com/ascoders/react-native-image-viewer"
|
|
},
|
|
{
|
|
name: "react-native-progress",
|
|
licenseType: "MIT",
|
|
author: "Joel Arvidsson joel@oblador.se",
|
|
link: "git://github.com/oblador/react-native-progress"
|
|
},
|
|
{
|
|
name: "react-native-qrcode-svg",
|
|
licenseType: "MIT",
|
|
author: "awesomejerry",
|
|
link: "ssh://git@github.com/awesomejerry/react-native-qrcode-svg"
|
|
},
|
|
{
|
|
name: "react-native-reanimated-material-menu",
|
|
licenseType: "MIT",
|
|
author:
|
|
"Maksim Milyutin <mmxckk@gmail.com> (https://github.com/mxck) & Ammar Ahmed <ammarahmed6506@gmail.com> (https://github.com/ammarahm-ed/)",
|
|
link: "n/a"
|
|
},
|
|
{
|
|
name: "react-native-reanimated-progress-bar",
|
|
licenseType: "MIT",
|
|
author: "Serhii Tanskiy",
|
|
link: "https://github.com/serzmerz/react-native-progress-bar"
|
|
},
|
|
{
|
|
name: "@streetwriters/showdown",
|
|
licenseType: "MIT",
|
|
author: "Estevão Santos",
|
|
link: "https://github.com/showdownjs/showdown"
|
|
},
|
|
{
|
|
name: "toggle-switch-react-native",
|
|
licenseType: "MIT",
|
|
author: "aminebenkeroum",
|
|
link: "https://github.com/aminebenkeroum/toggle-switch-react-native"
|
|
},
|
|
{
|
|
name: "url",
|
|
licenseType: "MIT",
|
|
author: "n/a",
|
|
link: "https://github.com/defunctzombie/node-url"
|
|
},
|
|
{
|
|
name: "validator",
|
|
licenseType: "MIT",
|
|
author: "Chris O'Hara <cohara87@gmail.com>",
|
|
link: "https://github.com/validatorjs/validator.js"
|
|
},
|
|
{
|
|
name: "zustand",
|
|
licenseType: "MIT",
|
|
author: "Paul Henschel",
|
|
link: "https://github.com/pmndrs/zustand"
|
|
},
|
|
{
|
|
name: "fflate",
|
|
licenseType: "MIT",
|
|
author: "Arjun Barrett <arjunbarrett@gmail.com>",
|
|
link: "https://github.com/101arrowz/fflate"
|
|
},
|
|
{
|
|
name: "timeago.js",
|
|
licenseType: "MIT",
|
|
author: "hustcc https://timeago.org",
|
|
link: "https://github.com/hustcc/timeago.js"
|
|
}
|
|
];
|