@alizeait/unflatto
Version:
A tiny (~210B) and fast flattened object expander, unflattener
58 lines (57 loc) • 1.3 kB
JSON
{
"name": "@alizeait/unflatto",
"version": "1.0.3",
"description": "A tiny (~210B) and fast flattened object expander, unflattener",
"scripts": {
"build": "microbundle -f modern,cjs",
"dev": "microbundle watch",
"test": "jest",
"lint": "eslint"
},
"main": "dist/index.js",
"module": "dist/index.modern.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/alizeait/unflatto.git"
},
"files": [
"dist"
],
"keywords": [
"object",
"array",
"nested",
"flat",
"unflatten",
"expand",
"nest",
"seperator",
"fast",
"tiny",
"small"
],
"author": {
"name": "Ali Zeaiter",
"email": "rassoali.arz@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alizeait/unflatto/issues"
},
"homepage": "https://github.com/alizeait/unflatto#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"benchmark": "^2.1.4",
"codecov": "^3.8.1",
"eslint": "^7.18.0",
"flat": "^5.0.2",
"jest": "^29.7.0",
"microbundle": "0.15.1",
"obj-unflatten": "^1.0.10",
"ts-jest": "^29.3.1",
"typescript": "^4.1.3"
}
}