set-object
Version:
DEPRECATED - use set-value instead.
57 lines (56 loc) • 1.06 kB
JSON
{
"name": "set-object",
"description": "DEPRECATED - use set-value instead.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/set-object",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/set-object.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/set-object/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/set-object/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"get-value": "^1.0.1",
"isobject": "^0.2.0"
},
"devDependencies": {
"mocha": "*",
"should": "^4.1.0"
},
"keywords": [
"get",
"has",
"hasown",
"key",
"keys",
"nested",
"notation",
"object",
"prop",
"properties",
"property",
"props",
"set",
"value",
"values"
]
}