package.json
2.17 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
{
"_args": [
[
"isbinaryfile@^3.0.0",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma"
]
],
"_from": "isbinaryfile@>=3.0.0 <4.0.0",
"_id": "isbinaryfile@3.0.2",
"_inCache": true,
"_installable": true,
"_location": "/isbinaryfile",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/isbinaryfile-3.0.2.tgz_1483387062557_0.10704225953668356"
},
"_npmUser": {
"email": "gjtorikian@gmail.com",
"name": "gjtorikian"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "isbinaryfile",
"raw": "isbinaryfile@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz",
"_shasum": "4a3e974ec0cba9004d3fc6cde7209ea69368a621",
"_shrinkwrap": null,
"_spec": "isbinaryfile@^3.0.0",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\karma",
"bugs": {
"url": "https://github.com/gjtorikian/isBinaryFile/issues"
},
"dependencies": {},
"description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-exec": "0.4.3",
"grunt-release": "~0.6.0",
"mocha": "^2.2.4"
},
"directories": {},
"dist": {
"shasum": "4a3e974ec0cba9004d3fc6cde7209ea69368a621",
"tarball": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz"
},
"engines": {
"node": ">=0.6.0"
},
"files": [
"index.js"
],
"gitHead": "e5262cf43088319833993dcf8dc797112d303cae",
"homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"email": "gjtorikian@gmail.com",
"name": "gjtorikian"
}
],
"name": "isbinaryfile",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gjtorikian/isBinaryFile.git"
},
"scripts": {
"test": "mocha"
},
"version": "3.0.2"
}