UNPKG

@strikeentco/get

Version:

Get a property from a nested object using a dot path or custom separator

63 lines (62 loc) 1.38 kB
{ "name": "@strikeentco/get", "author": "Alexey Bystrov <strikeentco@gmail.com>", "version": "1.0.1", "description": "Get a property from a nested object using a dot path or custom separator", "engines": { "node": ">=6.0.0" }, "keywords": [ "obj", "object", "prop", "property", "dot", "path", "get", "access", "notation", "dotty", "key", "nested", "paths", "properties", "props", "segment", "value", "values", "custom", "separator", "small", "fast" ], "main": "./main.js", "files": [ "main.js" ], "scripts": { "test": "mocha test", "lint": "eslint main.js", "check": "npm run lint && npm run test", "cover": "nyc ./node_modules/mocha/bin/_mocha && nyc report --reporter=html", "test-on-travis": "nyc ./node_modules/mocha/bin/_mocha && nyc report --reporter=lcovonly" }, "repository": { "type": "git", "url": "git+https://github.com/strikeentco/get.git" }, "bugs": { "url": "https://github.com/strikeentco/get/issues" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "mocha": "^5.2.0", "nyc": "^12.0.2", "should": "^13.2.1" }, "license": "MIT" }