forked from olcxjas-softworks/LarpixClient
big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
35
node_modules/js-binary-schema-parser/package.json
generated
vendored
Normal file
35
node_modules/js-binary-schema-parser/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "js-binary-schema-parser",
|
||||
"version": "2.0.3",
|
||||
"description": "Parse binary files with a schema into nicely readable objects",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.4",
|
||||
"@babel/node": "^7.8.4",
|
||||
"@babel/preset-env": "^7.8.4"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"example": "babel-node ./example/index.js",
|
||||
"example-debug": "babel-node --inspect-brk ./example/index.js",
|
||||
"build": "babel src --out-dir lib"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matt-way/jsBinarySchemaParser.git"
|
||||
},
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"binary",
|
||||
"file",
|
||||
"parser",
|
||||
"schema"
|
||||
],
|
||||
"author": "Matt Way",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/matt-way/jsBinarySchemaParser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/matt-way/jsBinarySchemaParser"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue