UNPKG

@jaredwray/fumanchu

Version:
174 lines (173 loc) 5.49 kB
{ "name": "@jaredwray/fumanchu", "description": "Handlebars + Helpers = Fumanchu", "version": "3.0.4", "homepage": "https://github.com/jaredwray/fumanchu", "author": "Jared Wray (me@jaredwray.com)", "source": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "xo --fix && vitest run --coverage", "test:ci": "xo && vitest run --coverage", "test:all": "npm run test && npm run test:legacy", "test:legacy": "npm run build && c8 mocha", "test:legacy:ci": "npm run build && c8 --reporter=lcov mocha", "build": "rimraf ./dist && tsup ./src/index.ts --format cjs --dts --clean", "prepare": "npm run build", "clean": "rimraf ./node_modules ./coverage yarn.lock package-lock.json ./dist ./dist-site", "website:build": "rimraf ./site/readme.md && npx -y docula build -s ./site -o ./dist-site", "website:serve": "rimraf ./site/readme.md && npx -y docula serve -s ./site -o ./dist-site" }, "keywords": [ "array", "assemble", "collection", "comparison", "date", "handlebars", "helper", "helpers", "html", "i18n", "inflection", "log", "logging", "markdown", "math", "number", "object", "path", "repeat", "string", "template", "time", "url", "util", "utility" ], "repository": "jaredwray/fumanchu", "bugs": { "url": "https://github.com/jaredwray/fumanchu/issues" }, "license": "MIT", "files": [ "dist", "site/logo.svg", "license" ], "dependencies": { "arr-flatten": "^1.1.0", "array-sort": "^1.0.0", "cacheable": "^1.8.10", "chrono-node": "^2.8.0", "create-frame": "^1.0.0", "dayjs": "^1.11.13", "define-property": "^2.0.2", "ent": "^2.2.2", "extend-shallow": "^3.0.2", "for-in": "^1.0.2", "for-own": "^1.0.0", "fs-exists-sync": "^0.1.0", "get-object": "^0.2.0", "get-value": "^3.0.1", "handlebars": "^4.7.8", "handlebars-helper-create-frame": "^0.1.0", "handlebars-utils": "^1.0.6", "has-value": "^2.0.2", "helper-date": "^1.0.1", "highlight.js": "^11.11.1", "html-tag": "^2.0.0", "is-even": "^1.0.0", "is-glob": "^4.0.3", "is-number": "^7.0.0", "kind-of": "^6.0.3", "lazy-cache": "^2.0.2", "logging-helpers": "^1.0.0", "micromatch": "^4.0.8", "path": "^0.12.7", "relative": "^3.0.2", "remarkable": "^2.0.1", "striptags": "^3.2.0", "to-gfm-code-block": "^0.1.1", "year": "^0.2.1" }, "devDependencies": { "@vitest/coverage-v8": "^3.1.1", "c8": "^10.1.3", "chai": "^4.3.10", "docula": "^0.11.0", "engine-handlebars": "^1.1.0", "lodash": "^4.17.21", "mocha": "^10.8.2", "rimraf": "^6.0.1", "template-helpers": "^1.0.1", "templates": "^1.2.9", "tsup": "^8.4.0", "typecript": "^0.0.1-security", "typescript": "^5.8.3", "vitest": "^3.1.1", "xo": "^0.60.0" }, "xo": { "ignores": [ "dist/**", "dist-site/**", "site/**", "helpers/**", "src/index.ts" ] }, "contributors": [ "Jared Wray (https://jaredwray.com)", "Adrián Mugnolo (https://github.com/xymbol)", "Aleš Kotnik (www.draagle.com)", "Ali Sheehan-Dare (https://github.com/alisd23)", "Anders D. Johnson (https://andrz.me)", "Arthur Cinader (http://github.com/acinader)", "Brian Woodward (https://twitter.com/doowb)", "Dan Dascalescu (http://dandascalescu.com)", "Dan Gorby (https://plus.google.com/+GreenRaccoon23)", "Dane Petersen (https://thegreatsunra.com)", "Daniel Wabyick (https://github.com/dwabyick)", "Dennis Borisevich (https://github.com/DenSpirit)", "Foundy (http://foundy.io)", "GONZO (https://github.com/why2pac)", "GracefulLight (https://brendaniel.github.io)", "Hariadi Hinta (http://www.hariadi.org)", "James Tsuyuki (https://github.com/jtsuyuki)", "Jan Stola (https://github.com/iamstolis)", "Jason Bellamy (http://jasonbellamy.com)", "Jeffrey Froom (http://jfroom.com)", "Jocelyn Badgley (http://www.chipersoft.com)", "Joey Baker (https://www.byjoeybaker.com)", "Jon Schlinkert (http://twitter.com/jonschlinkert)", "Kevin Davis (kevindav.us)", "Laurent Goderre (https://github.com/LaurentGoderre)", "Liam Moat (http://www.liammoat.com)", "Makoto Tateno (https://github.com/makotot)", "Marie Hogebrandt (http://mariehogebrandt.se)", "Mark Perkins (http://allmarkedup.com)", "Martyn Rushton (http://swapnull.co.uk)", "Max Albrecht (178.is)", "Michael Sheedy (michaelsheedy.com)", "Mikko Tapionlinna (http://mikko.tapionlinna.fi)", "Nathan Jessen (http://nathanjessen.github.io)", "Nathaniel Furniss (https://github.com/nlfurniss)", "Oleg Orlov (https://github.com/efender)", "Omesh (https://github.com/omeshp)", "Patrick Burtchaell (https://pburtchaell.com)", "Paul Welsh (paulwelsh.info)", "Raymond Camden (https://www.raymondcamden.com)", "Rob (https://github.com/robsilva)", "Sam Tiffin (https://samtiffin.com)", "Shannon Moeller (http://shannonmoeller.com)", "Spud Hsu (http://spud.in)", "Stephen Way (http://stephenway.net)", "Thomas Jaggi (http://responsive.ch)", "Tim Douglas (https://github.com/timdouglas)", "(https://github.com/homersimpsons)", "Jonathas Ribeiro (https://github.com/jonathas)", "Jared Wray (https://github.com/jaredwray)" ] }