105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@joeattardi/emoji-button@4.2.0",
|
|
"/home/runner/work/owncast/owncast/build/javascript"
|
|
]
|
|
],
|
|
"_from": "@joeattardi/emoji-button@4.2.0",
|
|
"_id": "@joeattardi/emoji-button@4.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-naSbg20LEyenfeeUwPMUScwXzQkSM42hrEgLrQCyq01PP8uTZ30gnRByUkg475jUxUuOmf9G4fv0XJdFsNP2tw==",
|
|
"_location": "/@joeattardi/emoji-button",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@joeattardi/emoji-button@4.2.0",
|
|
"name": "@joeattardi/emoji-button",
|
|
"escapedName": "@joeattardi%2femoji-button",
|
|
"scope": "@joeattardi",
|
|
"rawSpec": "4.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@joeattardi/emoji-button/-/emoji-button-4.2.0.tgz",
|
|
"_spec": "4.2.0",
|
|
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
|
"author": {
|
|
"name": "Joe Attardi",
|
|
"email": "jattardi@gmail.com",
|
|
"url": "https://joeattardi.codes"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joeattardi/emoji-button/issues"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@popperjs/core": "^2.4.0",
|
|
"focus-trap": "^5.1.0",
|
|
"fuzzysort": "^1.1.4",
|
|
"tiny-emitter": "^2.1.0",
|
|
"tslib": "^2.0.0",
|
|
"twemoji": "^13.0.0"
|
|
},
|
|
"description": "Vanilla JavaScript emoji picker",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.2",
|
|
"@babel/preset-env": "^7.10.2",
|
|
"@babel/preset-typescript": "^7.10.1",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"@rollup/plugin-typescript": "^4.1.2",
|
|
"@types/jest": "^25.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
|
"@typescript-eslint/parser": "^3.1.0",
|
|
"babel-jest": "^26.0.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"jest": "^26.0.1",
|
|
"prettier": "^2.0.5",
|
|
"rollup": "^2.22.1",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-postcss": "^3.1.2",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"ts-jest": "^26.1.0",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://emoji-button.js.org",
|
|
"keywords": [
|
|
"emoji",
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "@joeattardi/emoji-button",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joeattardi/emoji-button.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup -c",
|
|
"build:watch": "rollup -cw",
|
|
"lint": "eslint src/*.ts",
|
|
"prepublishOnly": "cross-env NODE_ENV=production rollup -c",
|
|
"prettify": "prettier src/*.ts --write",
|
|
"test": "jest src/**.test.ts",
|
|
"test:watch": "jest --watchAll"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "4.2.0"
|
|
}
|