Files
codeql-action/node_modules/is-binary-path/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
714 B
JSON
Raw Normal View History

{
2020-05-04 18:50:13 +01:00
"name": "is-binary-path",
"version": "2.1.0",
2020-05-04 18:50:13 +01:00
"description": "Check if a file path is a binary file",
"license": "MIT",
2020-05-04 18:50:13 +01:00
"repository": "sindresorhus/is-binary-path",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
2020-05-04 18:50:13 +01:00
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
2020-05-04 18:50:13 +01:00
"binary",
"extensions",
"extension",
"file",
"path",
"check",
"detect",
2020-05-04 18:50:13 +01:00
"is"
],
2020-05-04 18:50:13 +01:00
"dependencies": {
"binary-extensions": "^2.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
2022-02-24 17:03:29 +00:00
}