deep-get-set
Version:
Set and get values on objects via dot-notation strings.
36 lines (35 loc) • 781 B
JSON
{
"name": "deep-get-set",
"description": "Set and get values on objects via dot-notation strings.",
"version": "1.1.2",
"type": "module",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"repository": {
"type": "git",
"url": "git://github.com/acstll/deep-get-set.git"
},
"homepage": "https://github.com/acstll/deep-get-set",
"main": "index.js",
"scripts": {
"test": "npm run test:esm && npm run test:cjs",
"test:esm": "tape test.js",
"test:cjs": "tape test.cjs"
},
"devDependencies": {
"tape": "^5.7.2"
},
"keywords": [
"deep",
"object",
"access",
"property",
"utility",
"nested",
"string"
],
"author": "Arturo Castillo Delgado <arturo@arturu.com>",
"license": "MIT"
}