@ngard/tiny-get
Version:
A minimal-weight lodash.get equivalent utility
32 lines (31 loc) • 743 B
JSON
{
"name": "@ngard/tiny-get",
"version": "1.2.2",
"description": "A minimal-weight lodash.get equivalent utility",
"main": "index.js",
"scripts": {
"test": "mocha src/",
"test:watch": "mocha src/ --watch",
"build": "uglifyjs --compress --mangle --output index.js -- src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NickGard/tiny-get.git"
},
"keywords": [
"lodash",
"get",
"util"
],
"author": "Nick Gard",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"uglify-es": "^3.3.9"
},
"bugs": {
"url": "https://github.com/NickGard/tiny-get/issues"
},
"homepage": "https://github.com/NickGard/tiny-get#readme"
}