
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "resolve-pkg@^1.0.0",
  "_id": "resolve-pkg@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-4ZoV54rKLhJEYdySsuOUPvk0lNk=",
  "_location": "/ghost-cli/resolve-pkg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "resolve-pkg@^1.0.0",
    "name": "resolve-pkg",
    "escapedName": "resolve-pkg",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/ghost-cli/find-plugins"
  ],
  "_resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-1.0.0.tgz",
  "_shasum": "e19a15e78aca2e124461dc92b2e3943ef93494d9",
  "_spec": "resolve-pkg@^1.0.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/find-plugins",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/resolve-pkg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "resolve-from": "^2.0.0"
  },
  "deprecated": false,
  "description": "Resolve the path of a package regardless of it having an entry point",
  "devDependencies": {
    "@someprivate/module-test": "file:./fixtures/private-module-test",
    "ava": "*",
    "grunt-svgmin": "^4.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/resolve-pkg#readme",
  "keywords": [
    "require",
    "resolve",
    "path",
    "module",
    "from",
    "like",
    "path",
    "cwd",
    "current",
    "working",
    "directory",
    "grunt",
    "main",
    "entry",
    "point"
  ],
  "license": "MIT",
  "name": "resolve-pkg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/resolve-pkg.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.0"
}
