SafetyScreen-ui/node_modules/downloadjs/package.json

40 lines
745 B
JSON
Raw Normal View History

2025-03-29 19:33:58 +08:00
{
"name": "downloadjs",
"main": "download.js",
"version": "1.4.7",
"description": "file downloading using client-side javascript",
"keywords": [
"files",
"dataURL",
"blob",
"download"
],
"homepage": "http://danml.com/download.html",
"license": "MIT",
"author": {
"name": "dandavis",
"email": "rndme@users.noreply.github.com",
"url": "http://danml.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/rndme/download.git"
},
"bugs": {
"email": "rndme@users.noreply.github.com"
},
"files": [
"download.js",
"download.min.js"
],
"npmName": "downloadjs",
"npmFileMap": [
{
"basePath": "/",
"files": [
"*.js"
]
}
]
}