summaryrefslogtreecommitdiff
path: root/node_modules/mmmagic/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-25 18:08:27 +0100
committerMinteck <contact@minteck.org>2022-02-25 18:08:27 +0100
commita5c417748112e9d88d9ca522561e338eb9ba9007 (patch)
treeddab6e854fe8b50942a397a0d9fd8330ad662a97 /node_modules/mmmagic/package.json
downloadargon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.tar.gz
argon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.tar.bz2
argon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.zip
Initial commit
Diffstat (limited to 'node_modules/mmmagic/package.json')
-rw-r--r--node_modules/mmmagic/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/mmmagic/package.json b/node_modules/mmmagic/package.json
new file mode 100644
index 0000000..68a8afa
--- /dev/null
+++ b/node_modules/mmmagic/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "mmmagic",
+ "version": "0.5.3",
+ "author": "Brian White <mscdex@mscdex.net>",
+ "description": "An async libmagic binding for node.js for detecting content types by data inspection",
+ "main": "./lib/index",
+ "dependencies": {
+ "nan": "^2.13.2"
+ },
+ "scripts": {
+ "install": "node-gyp rebuild",
+ "test": "node test/test.js"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ },
+ "keywords": [
+ "magic",
+ "libmagic",
+ "file",
+ "filetype",
+ "mime",
+ "mimetype"
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/mscdex/mmmagic/raw/master/LICENSE"
+ }
+ ],
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/mscdex/mmmagic.git"
+ }
+}