12345678910111213141516171819202122232425262728 |
- {
- "name": "simple-fmt",
- "version": "0.1.0",
- "description": "maximally minimal string formatting library",
- "main": "simple-fmt.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/olov/simple-fmt.git"
- },
- "keywords": [
- "fmt",
- "format",
- "formatting",
- "string",
- "template"
- ],
- "scripts": {
- "test": "tap test/*.js"
- },
- "devDependencies": {
- "tap": "~0.4.0"
- },
- "author": "Olov Lassus <olov.lassus@gmail.com>",
- "license": "MIT",
- "__npminstall_done": true,
- "_from": "simple-fmt@0.1.0",
- "_resolved": "https://registry.npmmirror.com/simple-fmt/-/simple-fmt-0.1.0.tgz"
- }
|