@aximario/json-tree
Version:
把扁平化的数据转换成树形结构的JSON,把树形JSON扁平化
62 lines • 1.49 kB
JSON
{
"name": "@aximario/json-tree",
"version": "2.2.4",
"description": "把扁平化的数据转换成树形结构的JSON,把树形JSON扁平化",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"publish": "npm build && npm publish"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleDirectories": [
"node_modules",
"app"
],
"moduleFileExtensions": [
"js",
"ts"
],
"testEnvironment": "node"
},
"keywords": [
"json-tree",
"json-parse",
"object-tree",
"tree",
"json"
],
"author": "aximario <aximario@qq.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.4",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
},
"dependencies": {},
"standard": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint/eslint-plugin"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/aximario/json-tree.git"
},
"bugs": {
"url": "https://github.com/aximario/json-tree/issues"
},
"homepage": "https://github.com/aximario/json-tree#readme"
}