File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " kaitai-struct" ,
3
3
"version" : " 0.10.0-SNAPSHOT.2" ,
4
4
"description" : " Kaitai Struct: runtime library for Javascript" ,
5
- "main" : " index.js" ,
5
+ "license" : " Apache-2.0" ,
6
+ "author" : " Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen" ,
7
+ "homepage" : " https://github.com/kaitai-io/kaitai_struct_javascript_runtime#readme" ,
6
8
"repository" : {
7
9
"type" : " git" ,
8
- "url" : " git+https://github.com/kaitai-io/kaitai_struct_javascript_runtime.git"
10
+ "url" : " https://github.com/kaitai-io/kaitai_struct_javascript_runtime.git"
11
+ },
12
+ "bugs" : {
13
+ "url" : " https://github.com/kaitai-io/kaitai_struct_javascript_runtime/issues"
9
14
},
15
+ "main" : " index.js" ,
10
16
"keywords" : [
11
- " kaitai" ,
12
17
" binary" ,
13
- " parsing" ,
14
- " struct" ,
15
- " stream" ,
16
- " runtime" ,
17
18
" file" ,
18
- " format" ,
19
- " structure" ,
20
19
" forenics" ,
20
+ " format" ,
21
+ " kaitai" ,
22
+ " parsing" ,
23
+ " reverse engineering" ,
21
24
" reversing" ,
22
- " reverse engineering"
23
- ],
24
- "author" : " Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen" ,
25
- "license" : " Apache-2.0" ,
26
- "bugs" : {
27
- "url" : " https://github.com/kaitai-io/kaitai_struct_javascript_runtime/issues"
28
- },
29
- "homepage" : " https://github.com/kaitai-io/kaitai_struct_javascript_runtime#readme"
25
+ " runtime" ,
26
+ " stream" ,
27
+ " struct" ,
28
+ " structure"
29
+ ]
30
30
}
You can’t perform that action at this time.
0 commit comments