{
  "_args": [
    [
      "lookup-path@0.3.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "lookup-path@0.3.1",
  "_id": "lookup-path@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-pO8kEK4yZpr3AMTLfhsBCVCc8rg=",
  "_location": "/lookup-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lookup-path@0.3.1",
    "name": "lookup-path",
    "escapedName": "lookup-path",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/gulp-cssimport"
  ],
  "_resolved": "https://registry.npmjs.org/lookup-path/-/lookup-path-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/lookup-path/issues"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "is-absolute": "^0.2.3"
  },
  "description": "Attempt to resolve the absolute filepath to a file and verify that it exists.",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/lookup-path",
  "keywords": [
    "absolute",
    "current",
    "cwd",
    "directory",
    "file",
    "filepath",
    "find",
    "join",
    "lookup",
    "path",
    "relative",
    "resolve",
    "working"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "lookup-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/lookup-path.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "layout": "default",
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "highlight": "is-absolute",
      "list": [
        "is-absolute",
        "is-relative",
        "is-windows"
      ]
    }
  },
  "version": "0.3.1"
}
