-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
65 lines (65 loc) · 1.57 KB
/
package.json
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
{
"_args": [
[
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-83e5CiTiR0p/CLBOP1JzI+rKGayyOteyPIpJuoplQcgPpS22jMSOhkx08csupXGmxPs/lEv+XElqCOunKrU/hA==",
"_location": "/jail-monkey",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "jail-monkey",
"escapedName": "jail-monkey",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jail-monkey/-/jail-monkey-2.2.0.tgz",
"_spec": "2.2.0",
"author": {
"name": "Gant Laborde"
},
"bugs": {
"url": "https://github.com/GantMan/jail-monkey/issues"
},
"description": "A React Native module for identifying jail-broken, rooted, or mock locations on iOS and Android",
"devDependencies": {
"np": "^9.2.0"
},
"homepage": "https://github.com/GantMan/jail-monkey#readme",
"keywords": [
"React-Native",
"Native",
"Jail",
"Break",
"Jail-Break",
"iOS",
"Android",
"Mock-Locations",
"Detect"
],
"license": "MIT",
"main": "jailmonkey.js",
"name": "jail-monkey",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/GantMan/jail-monkey.git"
},
"scripts": {
"shipit": "np",
"test": "echo Not yet",
"flow-check": "npx flow check-contents < jailmonkey.js.flow",
"ts-check": "npx tsc jailmonkey.d.ts --noEmit"
},
"typings": "./jailmonkey.d.ts",
"version": "2.8.0"
}