add lisp packages
This commit is contained in:
54
lisp/emacs-application-framework/app/js-video-player/node_modules/url-polyfill/package.json
generated
vendored
Normal file
54
lisp/emacs-application-framework/app/js-video-player/node_modules/url-polyfill/package.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"_from": "url-polyfill@^1.1.8",
|
||||
"_id": "url-polyfill@1.1.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ey61F4FEqhcu1vHSOMmjl0Vd/RPRLEjMj402qszD/dhMBrVfoUsnIj8KSZo2yj+eIlxJGKFdnm6ES+7UzMgZ3Q==",
|
||||
"_location": "/url-polyfill",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "url-polyfill@^1.1.8",
|
||||
"name": "url-polyfill",
|
||||
"escapedName": "url-polyfill",
|
||||
"rawSpec": "^1.1.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/plyr"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.8.tgz",
|
||||
"_shasum": "21eb58ad61192f52b77dcac8ab5293ae7bc67060",
|
||||
"_spec": "url-polyfill@^1.1.8",
|
||||
"_where": "/home/andy/plyr/node_modules/plyr",
|
||||
"author": {
|
||||
"name": "valentin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lifaon74/url-polyfill/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Polyfill URL and URLSearchParams",
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.12.18",
|
||||
"http-server": "^0.11.1",
|
||||
"selenium-webdriver": "^4.0.0-alpha.1",
|
||||
"uglify-js": "^3.4.9"
|
||||
},
|
||||
"homepage": "https://github.com/lifaon74/url-polyfill#readme",
|
||||
"license": "MIT",
|
||||
"main": "url-polyfill.js",
|
||||
"name": "url-polyfill",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lifaon74/url-polyfill.git"
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "http-server ./ -p9876",
|
||||
"start": "uglifyjs url-polyfill.js --stats -m -o url-polyfill.min.js",
|
||||
"test": "node ./tests/test.js"
|
||||
},
|
||||
"version": "1.1.8"
|
||||
}
|
||||
Reference in New Issue
Block a user