package.json
1.84 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
{
"_from": "boolean@^3.0.1",
"_id": "boolean@3.0.4",
"_inBundle": false,
"_integrity": "sha512-5pyOr+w2LNN72F2mAq6J0ckHUfJYSgRKma7e/wlcMMhgOLV9OI0ERhERYXxUqo+dPyVxcbXKy9n+wg13+LpNnA==",
"_location": "/boolean",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "boolean@^3.0.1",
"name": "boolean",
"escapedName": "boolean",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/global-agent",
"/roarr"
],
"_resolved": "https://registry.npmjs.org/boolean/-/boolean-3.0.4.tgz",
"_shasum": "aa1df8749af41d7211b66b4eee584722ff428c27",
"_spec": "boolean@^3.0.1",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\global-agent",
"bugs": {
"url": "https://github.com/thenativeweb/boolean/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Golo Roden",
"email": "golo.roden@thenativeweb.io"
},
{
"name": "Matthias Wagler",
"email": "matthias.wagler@thenativeweb.io"
},
{
"name": "Ryan Smith",
"email": "ryan.smith@ht2labs.com"
},
{
"name": "Thomas Schaaf",
"email": "schaaf@komola.de"
}
],
"dependencies": {},
"deprecated": false,
"description": "boolean converts lots of things to boolean.",
"devDependencies": {
"assertthat": "6.0.0",
"roboter": "11.6.40",
"semantic-release-configuration": "2.0.0"
},
"homepage": "https://github.com/thenativeweb/boolean#readme",
"keywords": [
"boolean",
"parser"
],
"license": "MIT",
"main": "build/lib/boolean.js",
"name": "boolean",
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/boolean.git"
},
"types": "build/lib/boolean.d.ts",
"version": "3.0.4"
}