UNPKG

@alizeait/flatto

Version:

A tiny (~200B) and fast nested object flattener

53 lines (52 loc) 1.13 kB
{ "name": "@alizeait/flatto", "version": "2.0.0", "description": "A tiny (~200B) and fast nested object flattener", "scripts": { "build": "microbundle -f modern,cjs", "dev": "microbundle watch", "test": "npx jest" }, "main": "dist/index.js", "module": "dist/index.modern.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/alizeait/flatto.git" }, "files": [ "dist" ], "keywords": [ "object", "array", "nested", "flat", "flatten", "seperator", "fast", "tiny", "small" ], "author": { "name": "Ali Zeaiter", "email": "rassoali.arz@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/alizeait/flatto/issues" }, "homepage": "https://github.com/alizeait/flatto#readme", "devDependencies": { "@types/jest": "^26.0.20", "benchmark": "^2.1.4", "codecov": "^3.8.1", "flat": "^5.0.2", "flatify-obj": "^2.0.0", "jest": "^26.6.3", "microbundle": "^0.13.0", "objnest": "^5.1.0", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }