{
  "_args": [
    [
      "relative@3.0.2",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "relative@3.0.2",
  "_id": "relative@3.0.2",
  "_inBundle": false,
  "_integrity": "sha1-Dc2OxUpdNaPBXhBFA9ZTdbWlNn8=",
  "_location": "/relative",
  "_phantomChildren": {
    "isarray": "1.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "relative@3.0.2",
    "name": "relative",
    "escapedName": "relative",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/relative/-/relative-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/relative/issues"
  },
  "dependencies": {
    "isobject": "^2.0.0"
  },
  "description": "Get the relative filepath from path A to path B. Calculates from file-to-directory, file-to-file, directory-to-file, and directory-to-directory.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/relative",
  "keywords": [
    "absolute",
    "calculate",
    "file",
    "filepath",
    "fs",
    "normalize",
    "path",
    "path-relative",
    "relative",
    "resolve"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "relative",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/relative.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "cwd",
        "export-files",
        "is-absolute",
        "is-relative",
        "is-dotfile",
        "global-prefix"
      ]
    }
  },
  "version": "3.0.2"
}
