Migrate imgb64 to jimp (#163)

This commit is contained in:
Simon Lecoq
2021-03-02 01:42:04 +01:00
committed by GitHub
parent 4bbc59d3af
commit 46ef6a1532
15 changed files with 318 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
"start": "node source/app/web/index.mjs",
"test": "npx jest",
"index": "node .github/index.mjs",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest image-to-base64@latest js-yaml@latest memory-cache@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs@latest",
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest open-graph-scraper@latest prismjs@latest puppeteer@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest eslint@latest jest@latest libxmljs@latest",
"quickstart": "node .github/quickstart/index.mjs",
"linter": "npx eslint source/**/*.mjs"
},
@@ -32,10 +32,10 @@
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"faker": "^5.4.0",
"image-to-base64": "^2.1.1",
"jimp": "^0.16.1",
"js-yaml": "^4.0.0",
"memory-cache": "^0.2.0",
"open-graph-scraper": "^4.7.1",
"prismjs": "^1.23.0",
"puppeteer": "^7.1.0",
"simple-git": "^2.35.0",