{
  "_args": [
    [
      {
        "raw": "realpath-native@^1.0.0",
        "scope": null,
        "escapedName": "realpath-native",
        "name": "realpath-native",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli"
    ]
  ],
  "_from": "realpath-native@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "realpath-native@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/realpath-native",
  "_nodeVersion": "10.15.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/realpath-native_1.1.0_1549978335744_0.5993735341274131"
  },
  "_npmUser": {
    "name": "simenb",
    "email": "sbekkhus91@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "realpath-native@^1.0.0",
    "scope": null,
    "escapedName": "realpath-native",
    "name": "realpath-native",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jest-resolve",
    "/jest-runtime",
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
  "_shasum": "2003294fea23fb0672f2476ebe22fcf498a2d65c",
  "_shrinkwrap": null,
  "_spec": "realpath-native@^1.0.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli",
  "author": {
    "name": "Simen Bekkhus",
    "email": "sbekkhus91@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/SimenB/realpath-native/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "util.promisify": "^1.0.0"
  },
  "description": "Use the system's native `realpath`",
  "devDependencies": {
    "@commitlint/cli": "^6.0.2",
    "@commitlint/config-conventional": "^6.0.2",
    "ava": "^0.25.0",
    "eslint": "^4.13.1",
    "eslint-config-simenb-base": "^14.0.0",
    "eslint-config-simenb-node": "^0.4.11",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "prettier": "^1.16.4"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==",
    "shasum": "2003294fea23fb0672f2476ebe22fcf498a2d65c",
    "tarball": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
    "fileCount": 5,
    "unpackedSize": 4839,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYsrgCRA9TVsSAnZWagAAbqkP/1Ik5P8UzDHMauzqvqVX\nhvQPfgYFQdMC6UTeLPK8AydpSkreAsoP8EmNCRZOGwp7LdRghNOVNmQCoxhX\nd0+7Gr7zR+UbO4Cs5t1K7aRhFTGSj6Y3lByLlLESRQ/IE+9OZmYZ3ME55Iof\nDtkfVjH2y2mM3/uuzSy7vPAogl3fcQsYyI3VQZbY4lno/YiTy7NBSEJVtY/K\nCfXIAI9TCAWNO+lRvFGuPUAHjRZjFIlprk3UEJ+WWZm9Ckx7x0jLYAa7+Efm\nWs4hyPdKILX2UiE1HQb/r5mEO1raOlYyrxodNwa5PFUhRzkgvesBPKk1hs7k\nA9IXDMqBZRcqz7/Sc+O67CCyts9Z7uyhwaelO2/p8BQq49rwvqGtRKJ0DPsV\nYtkfOhP8U4ysLYidnZ3Wuy/ABL8IjMZg5+FQPQZV/KpTAwikVHTMODJ6YsBg\nDhrkrolMntetFp096RXV+YaJVNh02hi1HelnsXurT8zwW8wzErSm2reVBrlW\nHX/RuTnJK7ETNQQg6zUGTTwnriVNdXT/6cWd21eKn180H8MbXCHutAOZOVIB\nIezfq6AfqGOWeIQ9Yt7/fiGCIYaWnZXgVaDQ42oSjWSsU1e6MqWDz4WnfsAx\n8vj9QRFqUbotdw5imlp7VLbGxRn1pV32L5JdySYJhkGirt9MWz5lc9v81qxV\ntaCF\r\n=xzGK\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4"
  },
  "gitHead": "7808c3d3d1d20b2314cc7bee788fc727f9f2f080",
  "homepage": "https://github.com/SimenB/realpath-native#readme",
  "keywords": [
    "realpath"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.{md,json,ts}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "index.js",
  "maintainers": [
    {
      "name": "simenb",
      "email": "sbekkhus91@gmail.com"
    }
  ],
  "name": "realpath-native",
  "optionalDependencies": {},
  "prettier": {
    "proseWrap": "always",
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimenB/realpath-native.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "eslint . && ava"
  },
  "types": "index.d.ts",
  "version": "1.1.0"
}
