mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
Fixed Non-ASCII attachment filename will crash when downloading.
Thanks to xet7 ! Fixes #2759
This commit is contained in:
parent
843ff8eaaa
commit
c2da477735
277 changed files with 30568 additions and 52 deletions
44
packages/wekan-request/package.json
Executable file
44
packages/wekan-request/package.json
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "wekan-request",
|
||||
"description": "Simplified HTTP request client.",
|
||||
"tags": [
|
||||
"http",
|
||||
"simple",
|
||||
"util",
|
||||
"utility"
|
||||
],
|
||||
"version": "2.39.1",
|
||||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeal/request.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mikeal/request/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"engines": [
|
||||
"node >= 0.8.0"
|
||||
],
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"qs": "~0.6.0",
|
||||
"json-stringify-safe": "~5.0.0",
|
||||
"mime-types": "~1.0.1",
|
||||
"forever-agent": "~0.5.0",
|
||||
"node-uuid": "~1.4.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"tough-cookie": ">=0.12.0",
|
||||
"form-data": "~0.1.0",
|
||||
"tunnel-agent": "~0.4.0",
|
||||
"http-signature": "~0.10.0",
|
||||
"oauth-sign": "~0.3.0",
|
||||
"hawk": "1.1.1",
|
||||
"aws-sign2": "~0.5.0",
|
||||
"stringstream": "~0.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/run.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue