UNPKG

object-replace-mustache

Version:

replace placeholders of an object with a view like you would use mustache.render for strings

58 lines 1.35 kB
{ "name": "object-replace-mustache", "version": "4.0.1", "description": "replace placeholders of an object with a view like you would use mustache.render for strings", "author": "fratzinger", "homepage": "https://github.com/fratzinger/object-replace-mustache", "repository": { "type": "git", "url": "https://github.com/fratzinger/object-replace-mustache" }, "keywords": [ "object", "replace", "mustache", "placeholder" ], "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "dist/**" ], "dependencies": { "meriyah": "^6.1.4" }, "devDependencies": { "@feathers-community/eslint-config": "^0.0.9", "@types/node": "^24.10.0", "@vitest/coverage-v8": "^4.0.7", "eslint": "^9.39.1", "np": "^10.2.0", "pkg-pr-new": "^0.0.60", "shx": "^0.4.0", "tsdown": "^0.16.0", "typescript": "^5.9.3", "vitest": "^4.0.7" }, "scripts": { "build": "tsdown", "version": "pnpm run build", "release": "np", "test": "vitest run", "vitest": "vitest", "coverage": "vitest run --coverage", "lint": "eslint" } }