{
  "_args": [
    [
      {
        "raw": "table@^4.0.1",
        "scope": null,
        "escapedName": "table",
        "name": "table",
        "rawSpec": "^4.0.1",
        "spec": ">=4.0.1 <5.0.0",
        "type": "range"
      },
      "C:\\Users\\dward1502\\code\\project_3\\SPAS-store\\spas-store\\client\\node_modules\\eslint"
    ]
  ],
  "_from": "table@>=4.0.1 <5.0.0",
  "_id": "table@4.0.3",
  "_inCache": true,
  "_location": "/table",
  "_nodeVersion": "9.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/table_4.0.3_1519430855026_0.41238854222593635"
  },
  "_npmUser": {
    "name": "gajus",
    "email": "gajus@gajus.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {
    "ansi-styles": "3.2.1",
    "escape-string-regexp": "1.0.5",
    "fast-deep-equal": "1.1.0",
    "fast-json-stable-stringify": "2.0.0",
    "json-schema-traverse": "0.3.1",
    "supports-color": "5.3.0",
    "uri-js": "3.0.2"
  },
  "_requested": {
    "raw": "table@^4.0.1",
    "scope": null,
    "escapedName": "table",
    "name": "table",
    "rawSpec": "^4.0.1",
    "spec": ">=4.0.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/table/-/table-4.0.3.tgz",
  "_shasum": "00b5e2b602f1794b9acaf9ca908a76386a7813bc",
  "_shrinkwrap": null,
  "_spec": "table@^4.0.1",
  "_where": "C:\\Users\\dward1502\\code\\project_3\\SPAS-store\\spas-store\\client\\node_modules\\eslint",
  "author": {
    "name": "Gajus Kuizinas",
    "email": "gajus@gajus.com",
    "url": "http://gajus.com"
  },
  "bugs": {
    "url": "https://github.com/gajus/table/issues"
  },
  "dependencies": {
    "ajv": "^6.0.1",
    "ajv-keywords": "^3.0.0",
    "chalk": "^2.1.0",
    "lodash": "^4.17.4",
    "slice-ansi": "1.0.0",
    "string-width": "^2.1.1"
  },
  "description": "Formats data into a string table.",
  "devDependencies": {
    "ajv-cli": "^3.0.0",
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-preset-es2015-node4": "^2.1.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "eslint": "^4.7.2",
    "eslint-config-canonical": "^9.3.1",
    "gitdown": "^2.5.1",
    "husky": "^0.14.3",
    "mocha": "^5.0.0",
    "nyc": "^11.2.1",
    "sinon": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==",
    "shasum": "00b5e2b602f1794b9acaf9ca908a76386a7813bc",
    "tarball": "https://registry.npmjs.org/table/-/table-4.0.3.tgz",
    "fileCount": 29,
    "unpackedSize": 108494
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "bd4d09e0de99bda1f88fa648fca42d0547eb808e",
  "homepage": "https://github.com/gajus/table#readme",
  "keywords": [
    "ascii",
    "text",
    "table",
    "align",
    "ansi"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "gajus",
      "email": "gajus@gajus.com"
    }
  ],
  "name": "table",
  "nyc": {
    "include": [
      "src/*.js"
    ],
    "instrument": false,
    "lines": 70,
    "require": [
      "babel-register"
    ],
    "sourceMap": false
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gajus/table.git"
  },
  "scripts": {
    "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
    "lint": "npm run build && eslint ./src ./tests",
    "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
    "make-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
    "precommit": "npm run lint && npm run test",
    "prepublish": "NODE_ENV=production npm run build",
    "test": "npm run build && nyc --check-coverage mocha"
  },
  "version": "4.0.3"
}
