HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/get-value/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/get-value/package.json
{
  "name": "get-value",
  "description": "Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).",
  "version": "3.0.1",
  "homepage": "https://github.com/jonschlinkert/get-value",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/get-value",
  "bugs": {
    "url": "https://github.com/jonschlinkert/get-value/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=6.0"
  },
  "scripts": {
    "test": "nyc --reporter=text --reporter=html mocha"
  },
  "dependencies": {
    "isobject": "^3.0.1"
  },
  "devDependencies": {
    "arr-reduce": "^1.0.1",
    "benchmarked": "^2.0.0",
    "dot-prop": "^4.2.0",
    "getobject": "^0.1.0",
    "glob": "^7.1.2",
    "gulp-format-md": "^1.0.0",
    "micromatch": "^3.1.5",
    "minimist": "^1.2.0",
    "mocha": "^3.5.3",
    "nyc": "^11.4.1",
    "object-path": "^0.11.4",
    "write": "^1.0.3"
  },
  "keywords": [
    "get",
    "key",
    "nested",
    "object",
    "path",
    "paths",
    "prop",
    "properties",
    "property",
    "props",
    "segment",
    "value",
    "values"
  ],
  "verb": {
    "run": true,
    "toc": "collapsible",
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "has-any",
        "has-any-deep",
        "has-value",
        "set-value",
        "unset-value"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}