fei.wang
10 天以前 ae7b22322555448d95fd56f505bafa325c167a26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "name": "binary-extensions",
    "version": "2.3.0",
    "description": "List of binary file extensions",
    "license": "MIT",
    "repository": "sindresorhus/binary-extensions",
    "funding": "https://github.com/sponsors/sindresorhus",
    "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "https://sindresorhus.com"
    },
    "sideEffects": false,
    "engines": {
        "node": ">=8"
    },
    "scripts": {
        "test": "xo && ava && tsd"
    },
    "files": [
        "index.js",
        "index.d.ts",
        "binary-extensions.json",
        "binary-extensions.json.d.ts"
    ],
    "keywords": [
        "binary",
        "extensions",
        "extension",
        "file",
        "json",
        "list",
        "array"
    ],
    "devDependencies": {
        "ava": "^1.4.1",
        "tsd": "^0.7.2",
        "xo": "^0.24.0"
    }
 
,"_resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz"
,"_integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw=="
,"_from": "binary-extensions@^2.0.0"
}