Files
emacs/lisp/emacs-application-framework/app/js-video-player/node_modules/custom-event-polyfill/package.json
2020-12-05 21:29:49 +01:00

101 lines
2.7 KiB
JSON

{
"_from": "custom-event-polyfill@^1.0.7",
"_id": "custom-event-polyfill@1.0.7",
"_inBundle": false,
"_integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==",
"_location": "/custom-event-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "custom-event-polyfill@^1.0.7",
"name": "custom-event-polyfill",
"escapedName": "custom-event-polyfill",
"rawSpec": "^1.0.7",
"saveSpec": null,
"fetchSpec": "^1.0.7"
},
"_requiredBy": [
"/plyr"
],
"_resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz",
"_shasum": "9bc993ddda937c1a30ccd335614c6c58c4f87aee",
"_spec": "custom-event-polyfill@^1.0.7",
"_where": "/home/andy/plyr/node_modules/plyr",
"author": {
"name": "Evan Krambuhl",
"email": "thekrambuhl@gmail.com"
},
"bugs": {
"url": "https://github.com/kumarharsh/custom-event-polyfill/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"contributors": [
{
"name": "Mozilla Developer Network"
},
{
"name": "Kumar Harsh",
"email": "khs@playlyfe.com"
},
{
"name": "Frank Panetta",
"url": "http://www.savvi.io"
},
{
"name": "Mikhail Reenko",
"email": "reenko@yandex.ru"
},
{
"name": "Joscha Feth",
"email": "joscha@feth.com",
"url": "http://www.feth.com"
}
],
"deprecated": false,
"description": "A polyfill for creating CustomEvents on IE9+ if the native implementation is missing.",
"devDependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/git": "^5.0.0",
"eslint": "4.19.1",
"eslint-plugin-prettier": "2.6.0",
"husky": "^0.14.3",
"jasmine-core": "^3.1.0",
"karma": "^4.0.1",
"karma-jasmine": "^1.1.2",
"karma-sauce-launcher": "^2.0.2",
"prettier": "1.12.1",
"semantic-release": "^15.4.1"
},
"files": [
"polyfill.js"
],
"homepage": "https://github.com/kumarharsh/custom-event-polyfill#readme",
"keywords": [
"polyfill",
"custom-event",
"CustomEvent",
"Web API Interface"
],
"license": "MIT",
"main": "polyfill.js",
"name": "custom-event-polyfill",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kumarharsh/custom-event-polyfill.git"
},
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"test": "karma start",
"test-ci": "karma start ./karma.conf-ci.js"
},
"version": "1.0.7"
}