-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.85 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
66
67
68
69
70
71
72
{
"name": "object-flatify",
"version": "1.0.5",
"description": "Transforms complex nested objects and arrays into a single-level structure, including array indices in the column names. This conversion simplifies the representation of hierarchical data, making it easier to work with in tabular formats. By flattening the data, this tool enables direct binding to CSV, Excel, and other data table formats, facilitating data manipulation, analysis, and export. This is particularly useful for preparing data for reporting, visualization, or any application that requires a flat data structure",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"dev": "npx nodemon",
"test": "jest"
},
"keywords": [
"Object",
"Flattening",
"Deep",
"Flattening",
"Key",
"Flattening",
"Object",
"Serialization",
"Object",
"Transformation",
"Data",
"Normalization",
"Recursive",
"Flattening",
"Hierarchical",
"Flattening",
"Flatten",
"Nested",
"Objects",
"Path",
"Notation",
"Key",
"Path",
"Flattening",
"Nested",
"Structure",
"Flattening",
"Flatten",
"Arrays",
"Key",
"Collapsing",
"Flattening",
"Utility",
"Object",
"Unnesting",
"Tree",
"Structure",
"Flattening",
"Deep",
"Unwind",
"Data",
"Flattening",
"Flatten",
"Hierarchy"
],
"author": "Amitabh Anand",
"license": "ISC",
"registry": "https://github.com/MakeAnIque/object-flattener",
"homepage": "https://github.com/MakeAnIque/object-flattener",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {}
}