object-dig
Version:
This allow you to use method like Ruby's hash#dig in JavaScript.
39 lines (38 loc) • 983 B
JSON
{
"name": "object-dig",
"version": "0.1.3",
"description": "This allow you to use method like Ruby's hash#dig in JavaScript.",
"homepage": "https://github.com/joe-re/object-dig",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joe-re/object-dig.git"
},
"bugs": {
"url": "https://github.com/joe-re/object-dig/issues"
},
"scripts": {
"prepublish": "mkdir -p dist && babel src/index.js -o dist/index.js",
"build": "mkdir -p dist && babel src/index.js -o dist/index.js",
"test": "mocha --require babel-core/register --recursive test"
},
"keywords": [
"dig",
"ruby",
"javascript"
],
"author": "joe-re",
"license": "MIT",
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"mocha": "^2.4.5",
"power-assert": "^1.2.0"
}
}