package.json 2.27 KB
{
  "_args": [
    [
      "object-path@^0.9.0",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\tfunk"
    ]
  ],
  "_from": "object-path@>=0.9.0 <0.10.0",
  "_id": "object-path@0.9.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/object-path",
  "_npmUser": {
    "email": "contact@mariocasciaro.me",
    "name": "mariocasciaro"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "object-path",
    "raw": "object-path@^0.9.0",
    "rawSpec": "^0.9.0",
    "scope": null,
    "spec": ">=0.9.0 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tfunk"
  ],
  "_resolved": "https://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz",
  "_shasum": "0fd9a74fc5fad1ae3968b586bda5c632bd6c05a5",
  "_shrinkwrap": null,
  "_spec": "object-path@^0.9.0",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\tfunk",
  "author": {
    "name": "Mario Casciaro"
  },
  "bugs": {
    "url": "https://github.com/mariocasciaro/object-path/issues"
  },
  "dependencies": {},
  "description": "Access deep properties using a path",
  "devDependencies": {
    "chai": "~1.9.1",
    "coveralls": "~2.11.1",
    "istanbul": "~0.3.0",
    "mocha": "~1.20.1",
    "mocha-lcov-reporter": "~0.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "0fd9a74fc5fad1ae3968b586bda5c632bd6c05a5",
    "tarball": "https://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "3f1e4ea93b9eef77236f0a3dce73dfcf89c780c0",
  "homepage": "https://github.com/mariocasciaro/object-path",
  "keywords": [
    "deep",
    "path",
    "access",
    "bean",
    "get",
    "property",
    "dot",
    "prop",
    "object",
    "obj",
    "notation",
    "segment",
    "value",
    "nested",
    "key"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "mariocasciaro@gmail.com",
      "name": "mariocasciaro"
    }
  ],
  "name": "object-path",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mariocasciaro/object-path.git"
  },
  "scripts": {
    "test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec"
  },
  "version": "0.9.2"
}