smarttools/node_modules/binary-extensions
rob 0200ad4f6e Add 'now' global function to Jinja2 templates
The footer template uses now().year for the copyright date.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:43:43 -04:00
..
binary-extensions.json Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
binary-extensions.json.d.ts Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
index.d.ts Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
index.js Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
license Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
package.json Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00
readme.md Add 'now' global function to Jinja2 templates 2025-12-31 19:43:43 -04:00

readme.md

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]