{
  "_from": "eslint-config-standard@^16.0.3",
  "_id": "eslint-config-standard@16.0.3",
  "_inBundle": false,
  "_integrity": "sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==",
  "_location": "/eslint-config-standard",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-config-standard@^16.0.3",
    "name": "eslint-config-standard",
    "escapedName": "eslint-config-standard",
    "rawSpec": "^16.0.3",
    "saveSpec": null,
    "fetchSpec": "^16.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz",
  "_shasum": "6c8761e544e96c531ff92642eeb87842b8488516",
  "_spec": "eslint-config-standard@^16.0.3",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "bugs": {
    "url": "https://github.com/standard/eslint-config-standard/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JavaScript Standard Style - ESLint Shareable Config",
  "devDependencies": {
    "eslint": "^7.12.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "tape": "^5.0.1"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ],
  "homepage": "https://github.com/standard/eslint-config-standard",
  "keywords": [
    "JavaScript Standard Style",
    "check",
    "checker",
    "code",
    "code checker",
    "code linter",
    "code standards",
    "code style",
    "enforce",
    "eslint",
    "eslintconfig",
    "hint",
    "jscs",
    "jshint",
    "lint",
    "policy",
    "quality",
    "simple",
    "standard",
    "standard style",
    "style",
    "style checker",
    "style linter",
    "verify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-config-standard",
  "peerDependencies": {
    "eslint": "^7.12.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/standard/eslint-config-standard.git"
  },
  "scripts": {
    "lint": "eslint . --config=eslintrc.json",
    "test": "npm run lint && tape test/*.js"
  },
  "version": "16.0.3"
}
