package.json
2.88 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
{
"raw": "binary-extensions@^1.0.0",
"scope": null,
"escapedName": "binary-extensions",
"name": "binary-extensions",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/is-binary-path"
]
],
"_from": "binary-extensions@>=1.0.0 <2.0.0",
"_id": "binary-extensions@1.11.0",
"_inCache": true,
"_location": "/binary-extensions",
"_nodeVersion": "4.8.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/binary-extensions-1.11.0.tgz_1511001002966_0.05597343691624701"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "binary-extensions@^1.0.0",
"scope": null,
"escapedName": "binary-extensions",
"name": "binary-extensions",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-binary-path"
],
"_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz",
"_shasum": "46aa1751fb6a2f93ee5e689bb1087d4b14c6c205",
"_shrinkwrap": null,
"_spec": "binary-extensions@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/is-binary-path",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/binary-extensions/issues"
},
"dependencies": {},
"description": "List of binary file extensions",
"devDependencies": {
"ava": "0.16.0"
},
"directories": {},
"dist": {
"shasum": "46aa1751fb6a2f93ee5e689bb1087d4b14c6c205",
"tarball": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"binary-extensions.json"
],
"gitHead": "a2370df9507ac5c618c32334ea259370b34ad3be",
"homepage": "https://github.com/sindresorhus/binary-extensions#readme",
"keywords": [
"bin",
"binary",
"ext",
"extensions",
"extension",
"file",
"json",
"list",
"array"
],
"license": "MIT",
"main": "binary-extensions.json",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "paulmillr",
"email": "paul@paulmillr.com"
},
{
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
},
{
"name": "arthurvr",
"email": "contact@arthurverschaeve.be"
}
],
"name": "binary-extensions",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/binary-extensions.git"
},
"scripts": {
"test": "ava"
},
"version": "1.11.0"
}