1
|
{
|
2
|
"name": "is-binary-path",
|
3
|
"version": "1.0.1",
|
4
|
"description": "Check if a filepath is a binary file",
|
5
|
"license": "MIT",
|
6
|
"repository": "sindresorhus/is-binary-path",
|
7
|
"author": {
|
8
|
"name": "Sindre Sorhus",
|
9
|
"email": "sindresorhus@gmail.com",
|
10
|
"url": "sindresorhus.com"
|
11
|
},
|
12
|
"engines": {
|
13
|
"node": ">=0.10.0"
|
14
|
},
|
15
|
"scripts": {
|
16
|
"test": "node test.js"
|
17
|
},
|
18
|
"files": [
|
19
|
"index.js"
|
20
|
],
|
21
|
"keywords": [
|
22
|
"bin",
|
23
|
"binary",
|
24
|
"ext",
|
25
|
"extensions",
|
26
|
"extension",
|
27
|
"file",
|
28
|
"path",
|
29
|
"check",
|
30
|
"detect",
|
31
|
"is"
|
32
|
],
|
33
|
"dependencies": {
|
34
|
"binary-extensions": "^1.0.0"
|
35
|
},
|
36
|
"devDependencies": {
|
37
|
"ava": "0.0.4"
|
38
|
}
|
39
|
}
|