Commit updated Javascript packages

This commit is contained in:
Owncast
2020-10-20 05:15:30 +00:00
parent 3f50ce9bfc
commit 8425930eed
6368 changed files with 603959 additions and 0 deletions

81
build/javascript/node_modules/twemoji/package.json generated vendored Normal file
View File

@@ -0,0 +1,81 @@
{
"_args": [
[
"twemoji@13.0.1",
"/home/runner/work/owncast/owncast/build/javascript"
]
],
"_from": "twemoji@13.0.1",
"_id": "twemoji@13.0.1",
"_inBundle": false,
"_integrity": "sha512-mrTBq+XpCLM4zm76NJOjLHoQNV9mHdBt3Cba/T5lS1rxn8ArwpqE47mqTocupNlkvcLxoeZJjYSUW0DU5ZwqZg==",
"_location": "/twemoji",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "twemoji@13.0.1",
"name": "twemoji",
"escapedName": "twemoji",
"rawSpec": "13.0.1",
"saveSpec": null,
"fetchSpec": "13.0.1"
},
"_requiredBy": [
"/@joeattardi/emoji-button"
],
"_resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.1.tgz",
"_spec": "13.0.1",
"_where": "/home/runner/work/owncast/owncast/build/javascript",
"author": {
"name": "Twitter, Inc.",
"url": "https://github.com/twitter/"
},
"bugs": {
"url": "https://github.com/twitter/twemoji/issues"
},
"dependencies": {
"fs-extra": "^8.0.1",
"jsonfile": "^5.0.0",
"twemoji-parser": "13.0.0",
"universalify": "^0.1.2"
},
"description": "A Unicode 12.0 standard based way to implement emoji across all platforms.",
"devDependencies": {
"npm-run-all": "^4.1.5",
"phantomjs-prebuilt": "^2.1.16",
"uglify-js": "2.6.2"
},
"files": [
"dist/twemoji*.js"
],
"homepage": "https://github.com/twitter/twemoji",
"keywords": [
"emoji",
"DOM",
"parser",
"images",
"retina",
"Twitter",
"unicode"
],
"license": [
"MIT",
"CC-BY-4.0"
],
"main": "./dist/twemoji.npm.js",
"module": "./dist/twemoji.esm.js",
"name": "twemoji",
"repository": {
"type": "git",
"url": "git://github.com/twitter/twemoji.git"
},
"scripts": {
"build": "./scripts/build.js",
"deploy": "./scripts/deploy.sh gh-pages",
"prepublishOnly": "run-s build test deploy",
"test": "phantomjs ./src/test/testrunner.js"
},
"unpkg": "./dist/twemoji.min.js",
"version": "13.0.1"
}