{
  "_args": [
    [
      "ink-table@1.0.3",
      "/Users/zkat/Documents/code/work/tink"
    ]
  ],
  "_from": "ink-table@1.0.3",
  "_id": "ink-table@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-9IyHupOM1h9FhYpwFITfqPMC5UjcWCzGwCGc7+jrf5CyjwKla0zcZsWVv2UUM9jRqwSH6bXr3xuHzc0tbJDedw==",
  "_location": "/ink-table",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ink-table@1.0.3",
    "name": "ink-table",
    "escapedName": "ink-table",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ink-table/-/ink-table-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/Users/zkat/Documents/code/work/tink",
  "author": {
    "name": "Matic Zavadlal",
    "email": "matic.zavadlal@gmail.com"
  },
  "ava": {
    "babel": "inherit"
  },
  "bugs": {
    "url": "https://github.com/maticzav/ink-table/issues"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  },
  "description": "A table component for Ink.",
  "devDependencies": {
    "ava": "^0.22.0",
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-es2015-node5": "^1.2.0",
    "eslint-config-xo-react": "^0.13.0",
    "eslint-plugin-react": "^7.2.1",
    "eslint-plugin-xo": "^1.0.0",
    "ink": "^0.5.0",
    "semantic-release": "^15.4.1",
    "travis-deploy-once": "^5.0.0",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/maticzav/ink-table#readme",
  "keywords": [
    "cli",
    "ink-cli",
    "ink",
    "table",
    "ink-table",
    "ink-component",
    "component"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "ink-table",
  "release": {
    "branch": "master"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maticzav/ink-table.git"
  },
  "scripts": {
    "build": "babel src --out-dir=dist",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "semantic-release": "semantic-release",
    "test": "xo && ava",
    "travis-deploy-once": "travis-deploy-once"
  },
  "version": "1.0.3",
  "xo": {
    "extends": "xo-react",
    "parser": "babel-eslint",
    "esnext": true,
    "space": true,
    "semicolon": false,
    "rules": {
      "new-cap": 0,
      "complexity": 0,
      "default-case": 0,
      "react/no-unused-prop-types": 0
    },
    "settings": {
      "react": {
        "pragma": "h"
      }
    }
  }
}
