{
  "_args": [
    [
      "realpath-native@1.0.2",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "realpath-native@1.0.2",
  "_id": "realpath-native@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-+S3zTvVt9yTntFrBpm7TQmQ3tzpCrnA1a/y+3cUHAc9ZR6aIjG0WNLR+Rj79QpJktY+VeW/TQtFlQ1bzsehI8g==",
  "_location": "/realpath-native",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "realpath-native@1.0.2",
    "name": "realpath-native",
    "escapedName": "realpath-native",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/jest-resolve",
    "/jest-runtime",
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "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",
    "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.9.2"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/SimenB/realpath-native#readme",
  "keywords": [
    "realpath"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.{md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "realpath-native",
  "prettier": {
    "proseWrap": "always",
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimenB/realpath-native.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "eslint ."
  },
  "version": "1.0.2"
}
