Add binary files support (#503)
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -5,6 +5,9 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "opengist",
|
||||
"dependencies": {
|
||||
"pdfobject": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@codemirror/commands": "^6.2.2",
|
||||
"@codemirror/lang-javascript": "^6.1.4",
|
||||
@@ -3154,6 +3157,12 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/pdfobject": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/pdfobject/-/pdfobject-2.3.1.tgz",
|
||||
"integrity": "sha512-vluuGiSDmMGpOvWFGiUY4trNB8aGKLDVxIXuuGHjX0kK3bMxCANUVtLivctE7uejLBScWCnbVarKatFVvdwXaQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/picocolors": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user