| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "reduce-function-call",
- "version": "1.0.3",
- "description": "Reduce function calls in a string, using a callback",
- "keywords": [
- "string",
- "reduce",
- "replacement",
- "function",
- "call",
- "eval",
- "interpret"
- ],
- "author": "MoOx",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/MoOx/reduce-function-call.git"
- },
- "files": [
- "CHANGELOG.md",
- "LICENSE",
- "README.md",
- "index.js"
- ],
- "dependencies": {
- "balanced-match": "^1.0.0"
- },
- "devDependencies": {
- "npmpub": "^4.1.0",
- "tape": "^4.0.3"
- },
- "scripts": {
- "test": "tape test",
- "release": "npmpub"
- }
- }
|