1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
From: Sandro Knauß <hefee@debian.org>
Date: Tue, 22 Aug 2017 19:29:10 +0200
Subject: Make it possible to download/install unminified sourcefiles
We remove system libraries from this file so we easily notice updates
(either of the version, or of the map).
Origin: Debian
Forwarded: not-needed
Last-Update: 2021-07-06
---
jsdeps.json | 102 ++----------------------------------------------------------
1 file changed, 2 insertions(+), 100 deletions(-)
diff --git a/jsdeps.json b/jsdeps.json
index ffdd7aa..64bd5b48 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -1,27 +1,5 @@
{
"dependencies": [
- {
- "lib": "jquery",
- "name": "jQuery",
- "version": "3.5.1",
- "url": "https://code.jquery.com/jquery-$v.min.js",
- "dest": "program/js/jquery.min.js",
- "sha1": "c8e1c8b386dc5b7a9184c763c88d19a346eb3342",
- "license": "MIT",
- "copyright": "Copyright JS Foundation and other contributors",
- "source": "https://github.com/jquery/jquery/tree/$v"
- },
- {
- "lib": "jstz",
- "name": "jsTimezoneDetect",
- "version": "1.0.7",
- "url": "https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.min.js",
- "dest": "program/js/jstz.min.js",
- "sha1": "a858ff12014b232fcc7c4c2e9f014ff852ddb917",
- "license": "MIT",
- "copyright": "Copyright (c) Jon Nylander",
- "source": "https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.min.js"
- },
{
"lib": "publickey",
"name": "PublicKey.js",
@@ -31,83 +9,7 @@
"dest": "program/js/publickey.js",
"sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d",
"license": "GPLv3",
- "copyright": "Copyright (c) 2015 Daniel Roesler",
- "source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js"
- },
- {
- "lib": "tinymce",
- "version": "5.10.9",
- "url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
- "dest": "program/js",
- "sha1": "ea53c43cc4cf932d9fb88dbb66e4671f1e858951",
- "license": "LGPL",
- "copyright": "Copyright (c) Tiny Technologies, Inc. All rights reserved",
- "rm": "program/js/tinymce",
- "map": {
- "js/tinymce": "tinymce"
- },
- "omit": [
- "tinymce/license.txt",
- "tinymce/tinymce.d.ts",
- "tinymce/jquery.tinymce.min.js",
- "tinymce/themes/mobile"
- ]
- },
- {
- "lib": "tinymce-langs",
- "version": "5.10.9",
- "url": "https://download.tiny.cloud/tinymce/community/languagepacks/5/langs.zip?v=$v",
- "dest": "program/js/tinymce"
- },
- {
- "lib": "openpgp",
- "name": "OpenPGP.js",
- "version": "5.0.0",
- "url": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.min.js",
- "dest": "plugins/enigma/openpgp.min.js",
- "sha1": "0fc8b02e9d26a28280b46fd8d3a1516d9bff21db",
- "license": "LGPL",
- "copyright": "Copyright (c) OpenPGP Development Team",
- "source": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.js"
- },
- {
- "lib": "codemirror",
- "version": "5.58.3",
- "url": "https://codemirror.net/codemirror-$v.zip",
- "dest": "plugins/managesieve/codemirror",
- "sha1": "9dffee4cda2d2f94f80e9ed282cfb152285dfef9",
- "license": "MIT",
- "map": {
- "lib": "lib",
- "addon/selection": "addon/selection",
- "mode/sieve": "mode/sieve"
- }
- },
- {
- "lib": "bootstrap",
- "name": "Bootstrap",
- "version": "4.5.3",
- "url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
- "dest": "skins/elastic/deps",
- "sha1": "754b94b6d4fface5c0876b13d739dbe920c79ac4",
- "license": "MIT",
- "flat": true,
- "sourcemap": false,
- "map": {
- "bootstrap.bundle.min.js": "bootstrap.bundle.min.js",
- "bootstrap.min.css": "bootstrap.min.css"
- }
- },
- {
- "lib": "less",
- "name": "LessJS",
- "version": "3.13.0",
- "url": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.min.js",
- "api_url": "https://api.github.com/repos/less/less.js/contents/dist/less.min.js?ref=v$v",
- "dest": "skins/elastic/deps/less.min.js",
- "sha1": "43a33274a059825253a61b1ad158c9c380bf736b",
- "license": "Apache-2.0",
- "source": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.js"
+ "copyright": "Copyright (c) 2015 Daniel Roesler"
}
]
-}
\ No newline at end of file
+}
|