summaryrefslogtreecommitdiff
path: root/node_modules/isbinaryfile/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/isbinaryfile/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/isbinaryfile/package.json')
-rw-r--r--node_modules/isbinaryfile/package.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/node_modules/isbinaryfile/package.json b/node_modules/isbinaryfile/package.json
deleted file mode 100644
index 97d9a10..0000000
--- a/node_modules/isbinaryfile/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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"
- }
-}