expand
Version:
Recursively resolve templates in an object, string or array.
82 lines (81 loc) • 1.61 kB
JSON
{
"name": "expand",
"description": "Recursively resolve templates in an object, string or array.",
"version": "0.5.0",
"homepage": "https://github.com/jonschlinkert/expand",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/expand",
"bugs": {
"url": "https://github.com/jonschlinkert/expand/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"engine": "^0.1.12",
"get-value": "^2.0.6",
"is-primitive": "^2.0.0",
"kind-of": "^3.1.0",
"lazy-cache": "^2.0.2",
"regex-flags": "^0.1.0"
},
"devDependencies": {
"extend-shallow": "^2.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"parse-filepath": "^1.0.1"
},
"keywords": [
"config",
"configuration",
"declarative",
"dot",
"dot-notation",
"expand",
"lodash",
"resolve",
"template",
"underscore"
],
"verb": {
"related": {
"list": [
"engine",
"expand-object",
"get-value",
"glob-object",
"set-value"
],
"alternatives": [
"expander"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}