-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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
{
"_from": "react-native-harmony",
"_id": "react-native-harmony@1.0.1",
"_inBundle": false,
"_integrity": "sha512-e5xEtVJi4K8FgtqcsS00ZhNZI7UW91guv9diB8K1KlAkco07vgHZrUXscEd3cLrL4fOAUuykM+RocTNbFmannw==",
"_location": "/react-native-harmony",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-harmony",
"name": "react-native-harmony",
"escapedName": "react-native-harmony",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-harmony/-/react-native-harmony-1.0.1.tgz",
"_shasum": "bdbec1ade0918c4e4d30d49da110e576eaac573f",
"_spec": "react-native-harmony",
"_where": "/Users/i/TestReactNative",
"author": {
"name": "www.cctv3.net"
},
"bugs": {
"url": "https://github.com/ChenqiaoYizhan/react-native-harmony/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native UI 组件库,符合 Huawei harmonyOS ( 华为鸿蒙操作系统 ) 设计规范。",
"homepage": "https://github.com/ChenqiaoYizhan/react-native-harmony#readme",
"keywords": [
"Huawei",
"harmony",
"react-native",
"设计规范",
"material design",
"华为",
"鸿蒙",
"UI",
"组件库"
],
"license": "MIT",
"main": "index.tsx",
"name": "react-native-harmony",
"repository": {
"type": "git",
"url": "git+https://github.com/ChenqiaoYizhan/react-native-harmony.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1",
"dependencies": {
"prop-types": "^15.7.2"
}
}