-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.07 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.07 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
{
"name": "node-structor",
"version": "1.1.0",
"description": "Convert binary file data to JavaScript objects",
"main": "index.js",
"scripts": {
"test": "aqa",
"test:watch": "aqa --watch",
"test:coverage": "c8 npm test & c8 report -r lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wiiseguy/node-structor.git"
},
"keywords": [
"struct",
"structor",
"nodestructor",
"node-constructor",
"stream",
"streams",
"streamed",
"streambuf",
"streambuffer",
"buffer",
"buffers",
"buffered",
"system.io",
"BinaryWriter",
"BinaryReader",
"binary",
"reader",
"writer",
"fstream",
"ifstream",
"ofstream",
"iostream"
],
"author": "Wiiseguy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wiiseguy/node-struct/issues"
},
"homepage": "https://github.com/Wiiseguy/node-struct#readme",
"dependencies": {
"streambuf": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"aqa": "^1.6.13",
"c8": "^10.1.2"
}
}