{
  "_args": [
    [
      {
        "raw": "resolve@^1.1.7",
        "scope": null,
        "escapedName": "resolve",
        "name": "resolve",
        "rawSpec": "^1.1.7",
        "spec": ">=1.1.7 <2.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/rollup-plugin-commonjs"
    ]
  ],
  "_from": "resolve@>=1.1.7 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "resolve@1.10.0",
  "_inCache": true,
  "_location": "/resolve",
  "_nodeVersion": "11.7.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/resolve_1.10.0_1548104658529_0.2309574974395905"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "6.5.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "resolve@^1.1.7",
    "scope": null,
    "escapedName": "resolve",
    "name": "resolve",
    "rawSpec": "^1.1.7",
    "spec": ">=1.1.7 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/rollup-plugin-commonjs",
    "/rollup-plugin-node-resolve"
  ],
  "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.10.0.tgz",
  "_shasum": "3bdaaeaf45cc07f375656dfd2e54ed0810b101ba",
  "_shrinkwrap": null,
  "_spec": "resolve@^1.1.7",
  "_where": "/var/www/html/node_modules/rollup-plugin-commonjs",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/browserify/resolve/issues"
  },
  "dependencies": {
    "path-parse": "^1.0.6"
  },
  "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  "devDependencies": {
    "@ljharb/eslint-config": "^13.1.1",
    "eslint": "^5.12.0",
    "object-keys": "^1.0.12",
    "safe-publish-latest": "^1.1.2",
    "tap": "0.4.13",
    "tape": "^4.9.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==",
    "shasum": "3bdaaeaf45cc07f375656dfd2e54ed0810b101ba",
    "tarball": "https://registry.npmjs.org/resolve/-/resolve-1.10.0.tgz",
    "fileCount": 85,
    "unpackedSize": 128898,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRjPTCRA9TVsSAnZWagAA6MsP/2QdkTOviKrHYvE3+qLO\nWi9QoL8GwLqO2YxrInAgBi/AYihINTa9qkRefFRsB0UPVf7q3UIjN7Mjt/uM\n7bqFc8BOXPLBRxOvs/SxlY/WrHCLpJli6tvWDMwPa0Vsx2PufdSoxMTnYRua\nf6l0u0mQISLtK0fN5kLpvUNTDzEoZPe1ft6YlWLsRgbZK6VMdJet/c3LAwQx\nGpGchIOdNvjRAp4tcpixg1HJXa/pYdjK+sINqCjF9HG8QzDeIqznD7/dQ0ck\nZed5m62jSicFQSDqg0t+oSQ2OSXOj+UMuxn6qJ9Lg6cC8ZQZyzR6TmbDsERm\n0AEE2X1toWDQcot+pHC8Y1vKiFC5EnuHuGHbH/d4FzNB6iZ6YjfMxFmRU3s2\nc4BaZW/X4Sq5wFIvWeN3wXzPh2Sa5bt6q/RZrd6niShf6P/zH6rVJ5/9iikZ\nG0UM/ivXC7Z1zGp22RKUDDHYUYGfkVKj+ZRijSzxLC+Qg8H571azo/4jux6s\nRRubyBGddRy3ErlNQCEMUeIqe7ofpSGhliNNXqhPUGs5BBq4+DMYlU4li1W8\ns1Wcr5OIiBHdKorMN4jkheaP03dwLvMflnCy+l3QyFgg2Esm1JzDcCEPwt8g\nve6H60Q5zY3/gRzlcAIBLAEdw3ELas0VxNyqI5NzCfq4Y/M4KFjY3VA+FvWT\nl4Am\r\n=Fagu\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "d098e92a7c5d7919d18ccd4d7a284ea97d11e586",
  "homepage": "https://github.com/browserify/resolve#readme",
  "keywords": [
    "resolve",
    "require",
    "node",
    "module"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ahdinosaur",
      "email": "michael.williams@enspiral.com"
    },
    {
      "name": "anandthakker",
      "email": "vestibule@anandthakker.net"
    },
    {
      "name": "ashaffer88",
      "email": "darawk@gmail.com"
    },
    {
      "name": "balupton",
      "email": "b@lupton.cc"
    },
    {
      "name": "bpostlethwaite",
      "email": "post.ben.here@gmail.com"
    },
    {
      "name": "bret",
      "email": "bcomnes@gmail.com"
    },
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    },
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "elnounch",
      "email": "contact@elnounch.net"
    },
    {
      "name": "emilbayes",
      "email": "github@tixz.dk"
    },
    {
      "name": "feross",
      "email": "feross@feross.org"
    },
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "fpereira1",
      "email": "pereira.filype@gmail.com"
    },
    {
      "name": "garann",
      "email": "garann@gmail.com"
    },
    {
      "name": "gkatsev",
      "email": "me@gkatsev.com"
    },
    {
      "name": "goto-bus-stop",
      "email": "renee@kooi.me"
    },
    {
      "name": "hughsk",
      "email": "hughskennedy@gmail.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    },
    {
      "name": "jmm",
      "email": "npm-public@jessemccarthy.net"
    },
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "jryans",
      "email": "jryans@gmail.com"
    },
    {
      "name": "leichtgewicht",
      "email": "martin.heidegger@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    },
    {
      "name": "mattdesl",
      "email": "dave.des@gmail.com"
    },
    {
      "name": "maxogden",
      "email": "max@maxogden.com"
    },
    {
      "name": "mellowmelon",
      "email": "palmermebane@gmail.com"
    },
    {
      "name": "parshap",
      "email": "parshap+npm@gmail.com"
    },
    {
      "name": "pkrumins",
      "email": "peteris.krumins@gmail.com"
    },
    {
      "name": "sethvincent",
      "email": "sethvincent@gmail.com"
    },
    {
      "name": "stevemao",
      "email": "maochenyan@gmail.com"
    },
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "tehshrike",
      "email": "me@JoshDuff.com"
    },
    {
      "name": "terinjokes",
      "email": "terinjokes@gmail.com"
    },
    {
      "name": "thlorenz",
      "email": "thlorenz@gmx.de"
    },
    {
      "name": "ungoldman",
      "email": "ungoldman@gmail.com"
    },
    {
      "name": "yerkopalma",
      "email": "yerko.palma@usach.cl"
    },
    {
      "name": "yoshuawuyts",
      "email": "yoshuawuyts@gmail.com"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    }
  ],
  "name": "resolve",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/browserify/resolve.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npm run test:multirepo",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run --silent tests-only",
    "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
    "tests-only": "tape test/*.js"
  },
  "version": "1.10.0"
}
