add lisp packages
This commit is contained in:
63
lisp/emacs-application-framework/app/js-video-player/node_modules/loadjs/package.json
generated
vendored
Normal file
63
lisp/emacs-application-framework/app/js-video-player/node_modules/loadjs/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "loadjs@^4.2.0",
|
||||
"_id": "loadjs@4.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AgQGZisAlTPbTEzrHPb6q+NYBMD+DP9uvGSIjSUM5uG+0jG15cb8axWpxuOIqrmQjn6scaaH8JwloiP27b2KXA==",
|
||||
"_location": "/loadjs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "loadjs@^4.2.0",
|
||||
"name": "loadjs",
|
||||
"escapedName": "loadjs",
|
||||
"rawSpec": "^4.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/plyr"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/loadjs/-/loadjs-4.2.0.tgz",
|
||||
"_shasum": "2a0336376397a6a43edf98c9ec3229ddd5abb6f6",
|
||||
"_spec": "loadjs@^4.2.0",
|
||||
"_where": "/home/andy/plyr/node_modules/plyr",
|
||||
"bugs": {
|
||||
"url": "https://github.com/muicss/loadjs/issues",
|
||||
"email": "contact@muicss.com"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Tiny async loader for modern browsers",
|
||||
"devDependencies": {
|
||||
"del": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-jshint": "^2.1.0",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-umd": "^2.0.0",
|
||||
"jshint": "^2.10.2"
|
||||
},
|
||||
"homepage": "https://github.com/muicss/loadjs",
|
||||
"keywords": [
|
||||
"async",
|
||||
"loader",
|
||||
"dependency manager"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/loadjs.umd.js",
|
||||
"name": "loadjs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/muicss/loadjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build-all": "gulp build-all",
|
||||
"build-dist": "gulp build-dist",
|
||||
"build-examples": "gulp build-examples",
|
||||
"build-tests": "gulp build-tests",
|
||||
"gulp": "gulp",
|
||||
"http-server": "http-server"
|
||||
},
|
||||
"version": "4.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user