expand-object
Version:
Expand a string into a JavaScript object using a simple notation.
62 lines (61 loc) • 1.19 kB
JSON
{
"name": "expand-object",
"description": "Expand a string into a JavaScript object using a simple notation.",
"version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/expand-object",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/expand-object.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/expand-object/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/expand-object/blob/master/LICENSE"
},
"files": [
"index.js",
"cli.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"bin": {
"expand-object": "cli.js"
},
"dependencies": {
"commander": "^2.8.1",
"get-stdin": "^4.0.1",
"set-value": "^0.2.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"get",
"has",
"hasown",
"key",
"keys",
"nested",
"notation",
"object",
"prop",
"properties",
"property",
"props",
"set",
"value",
"values"
]
}