forked from PirateCare/Syllabus
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"binary-extensions@2.0.0",
|
|
"/tmp/tailwind-hugo"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "binary-extensions@2.0.0",
|
|
"_id": "binary-extensions@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==",
|
|
"_location": "/binary-extensions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "binary-extensions@2.0.0",
|
|
"name": "binary-extensions",
|
|
"escapedName": "binary-extensions",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-binary-path"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/tmp/tailwind-hugo",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/binary-extensions/issues"
|
|
},
|
|
"description": "List of binary file extensions",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"binary-extensions.json",
|
|
"binary-extensions.json.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/binary-extensions#readme",
|
|
"keywords": [
|
|
"binary",
|
|
"extensions",
|
|
"extension",
|
|
"file",
|
|
"json",
|
|
"list",
|
|
"array"
|
|
],
|
|
"license": "MIT",
|
|
"name": "binary-extensions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/binary-extensions.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|