UNPKG
@aximario/json-tree
Version:
latest (2.2.4)
2.2.4
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.6
把扁平化的数据转换成树形结构的JSON,把树形JSON扁平化
github.com/aximario/json-tree
aximario/json-tree
@aximario/json-tree
/
.travis.yml
5 lines
(4 loc)
•
75 B
YAML
View Raw
1
2
3
4
5
language:
node_js
node_js:
'14.17.0'
install:
npm install
script:
npm test