UNPKG

deep-dot

Version:

Get and set nested properties of objects and arrays

45 lines (44 loc) 978 B
{ "name": "deep-dot", "version": "1.1.0", "description": "Get and set nested properties of objects and arrays", "author": "Vincent Weevers", "license": "MIT", "type": "commonjs", "main": "index.js", "types": "./dist/index.d.ts", "files": [ "dist/index.d.ts", "CHANGELOG.md", "index.js" ], "scripts": { "test": "eslint && node test.js", "types": "tsc -p tsconfig.d.json && npm run types:format", "types:format": "prettier --write --no-semi dist/index.d.ts" }, "dependencies": { "module-error": "^1.0.2" }, "devDependencies": { "@types/node": "^24.10.0", "@voxpelli/tsconfig": "^16.1.0", "eslint": "^9.39.1", "neostandard": "^0.12.2", "prettier": "^3.7.4", "typescript": "^5.9.3" }, "engines": { "node": ">=20" }, "keywords": [ "get", "nested", "deep", "property" ], "repository": { "type": "git", "url": "git+https://github.com/vweevers/deep-dot.git" } }