jszip
Version:
Create, read and edit .zip files with JavaScript http://stuartk.com/jszip
22 lines (20 loc) • 367 B
Plain Text
{
"curly": true,
"eqeqeq": true,
"nonew": true,
"noarg": true,
"forin": true,
"futurehostile": true,
"freeze": true,
"undef": true,
"strict": true,
"sub": true,
"esversion": 3,
"globals": {
"TextEncoder": false,
"TextDecoder": false,
"self": true
},
"browser": true,
"node": true
}