string-template-parser
Version:
Parsing & evaluating utilities for string templates
55 lines (54 loc) • 1.15 kB
JSON
{
"name": "string-template-parser",
"version": "1.2.6",
"description": "Parsing & evaluating utilities for string templates",
"repository": "https://github.com/souldreamer/string-template-parser.git",
"main": "dist/index.js",
"author": "Ionut Costica <ionut.costica@gmail.com>",
"license": "MIT",
"scripts": {
"prepare": "webpack -p",
"test": "tsc && nyc ava"
},
"types": "dist/index.d.ts",
"keywords": [
"template string",
"string parser",
"template string parser",
"angular string parser",
"string variables",
"pipes"
],
"devDependencies": {
"@types/node": "^8.0.28",
"ava": "^0.22.0",
"del": "^3.0.0",
"delete-empty": "^1.0.1",
"dts-bundle": "^0.7.3",
"nyc": "^11.2.1",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.0.0",
"webpack-node-externals": "^1.6.0",
"webpack-progress-plugin": "^1.1.0",
"yargs": "^8.0.2"
},
"dependencies": {},
"ava": {
"files": [
"tests/*.js"
],
"concurrency": 5,
"failFast": true,
"tap": false,
"powerAssert": false,
"babel": "inherit"
},
"nyc": {
"reporter": [
"text"
],
"cache": true,
"check-coverage": true
}
}