Files
codeql-action/node_modules/binary-extensions/package.json
T

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

39 lines
707 B
JSON
Raw Normal View History

{
2020-05-04 18:50:13 +01:00
"name": "binary-extensions",
2021-10-21 15:24:20 -07:00
"version": "2.2.0",
2020-05-04 18:50:13 +01:00
"description": "List of binary file extensions",
2020-05-12 12:11:25 +01:00
"license": "MIT",
2020-05-04 18:50:13 +01:00
"repository": "sindresorhus/binary-extensions",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
2020-05-12 12:11:25 +01:00
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
2020-05-04 18:50:13 +01:00
"index.d.ts",
"binary-extensions.json",
"binary-extensions.json.d.ts"
],
"keywords": [
2020-05-04 18:50:13 +01:00
"binary",
"extensions",
"extension",
"file",
2020-05-04 18:50:13 +01:00
"json",
"list",
"array"
],
2020-05-12 12:11:25 +01:00
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
2022-02-24 17:03:29 +00:00
}