-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.74 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
{
"_from": "react-native-phonecode-picker@2.1.2",
"_id": "react-native-phonecode-picker@2.1.2",
"_inBundle": false,
"_integrity": "sha512-2jwuAOzQQatTu2KMtqYbDrYawXujin+JlFCNwFfdnimXwMW/uqyK1Lp7ice5RIRiWbNWfuy7nohIlFmrQtezLw==",
"_location": "/react-native-phonecode-picker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-phonecode-picker@2.1.2",
"name": "react-native-phonecode-picker",
"escapedName": "react-native-phonecode-picker",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-phonecode-picker/-/react-native-phonecode-picker-2.0.0-alpha.tgz",
"_shasum": "021333907ebcbb057465f979028431558f605b00",
"_spec": "react-native-phonecode-picker@2.1.2",
"_where": "/Users/dmitriy/Desktop/wizardsdev/rn_training",
"author": {
"name": "Dmitriy Chernenko",
"email": "nmaudnepr@gmail.com"
},
"bugs": {
"url": "https://github.com/ChernenkoDmitriy/react-native-phonecode-picker/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Phone code picker",
"homepage": "https://github.com/ChernenkoDmitriy/react-native-phonecode-picker",
"jest": {
"preset": "react-native"
},
"keywords": [
"react-native",
"phone",
"phonecode",
"flag"
],
"license": "ISC",
"main": "index.js",
"name": "react-native-phonecode-picker",
"repository": {
"type": "git",
"url": "git+https://github.com/ChernenkoDmitriy/react-native-phonecode-picker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"source": "index.ts",
"types": "index.d.ts",
"version": "2.1.2"
}