wishthis/node_modules/is-binary-path/package.json

40 lines
675 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "is-binary-path",
"version": "1.0.1",
"description": "Check if a filepath is a binary file",
"license": "MIT",
"repository": "sindresorhus/is-binary-path",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test.js"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"bin",
"binary",
"ext",
"extensions",
"extension",
"file",
"path",
"check",
"detect",
"is"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"binary-extensions": "^1.0.0"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "0.0.4"
}
2022-01-21 08:28:41 +00:00
}