diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
commit | 703e03aba33f234712206769f57717ba7d92d23d (patch) | |
tree | 0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/isbinaryfile/package.json | |
parent | ab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff) | |
download | FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst |
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/isbinaryfile/package.json')
-rw-r--r-- | node_modules/isbinaryfile/package.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/isbinaryfile/package.json b/node_modules/isbinaryfile/package.json new file mode 100644 index 0000000..97d9a10 --- /dev/null +++ b/node_modules/isbinaryfile/package.json @@ -0,0 +1,36 @@ +{ + "name": "isbinaryfile", + "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", + "version": "3.0.3", + "dependencies": { + "buffer-alloc": "^1.2.0" + }, + "devDependencies": { + "mocha": "^2.2.4", + "grunt": "~0.4.1", + "grunt-release": "~0.6.0", + "grunt-exec": "0.4.3", + "grunt-cli": "~0.1.13" + }, + "engines": { + "node": ">=0.6.0" + }, + "files": [ + "index.js" + ], + "license": "MIT", + "main": "./index.js", + "maintainers": [ + { + "name": "Garen J. Torikian", + "email": "gjtorikian@gmail.com" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/gjtorikian/isBinaryFile" + }, + "scripts": { + "test": "mocha" + } +} |