{
  "_from": "sharec@2.2.1",
  "_id": "sharec@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-sHdmoXhrD4hiLV7cUJkTmQABnIVceaHpARNVc/sTRzgzScaD4gBp0jrlDmbgjDcLXDUl4UTdjzPnUDzNAkgJCg==",
  "_location": "/sharec",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sharec@2.2.1",
    "name": "sharec",
    "escapedName": "sharec",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/@sanv/sharec-prettier-config"
  ],
  "_resolved": "https://registry.npmjs.org/sharec/-/sharec-2.2.1.tgz",
  "_shasum": "08e17605a81a4fa950fd9162c07659fe472bebbb",
  "_spec": "sharec@2.2.1",
  "_where": "/Users/sander/React/sharec-eslint-config/packages/eslint-config-base/configs/node_modules/@sanv/sharec-prettier-config",
  "author": {
    "name": "Konstantin Epishev",
    "email": "lamartire@gmail.com"
  },
  "bin": {
    "sharec": "bin/sharec"
  },
  "bugs": {
    "url": "https://github.com/lamartire/sharec/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "js-yaml": ">=3.13.1",
    "json8": "^1.0.1",
    "lodash": "^4.17.15",
    "minimist": "^1.2.0",
    "nanomatch": "^1.2.13",
    "ora": "^3.4.0",
    "shelljs": "^0.8.3",
    "slash": "^3.0.0"
  },
  "deprecated": false,
  "description": "The secret weapon against bloat configuration",
  "devDependencies": {
    "callsites": "^3.1.0",
    "hygen": "^4.0.9",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "memfs": "^2.15.2"
  },
  "gitHead": "a9b3fc8031900300242d27586c7d15540b886ba7",
  "homepage": "https://lamartire.github.io/sharec/",
  "jest": {
    "moduleDirectories": [
      "node_modules",
      "test",
      "src"
    ],
    "moduleFileExtensions": [
      "js",
      "json"
    ],
    "testMatch": [
      "**/*.test.js"
    ],
    "testPathIgnorePatterns": [
      "node_modules",
      "src/__legacy__"
    ],
    "coveragePathIgnorePatterns": [
      "node_modules"
    ],
    "setupFiles": [
      "./test/jest.setup.js"
    ],
    "setupFilesAfterEnv": [
      "./test/jest.matchers.js"
    ]
  },
  "keywords": [
    "configuration",
    "sharec",
    "sharing",
    "reusable code",
    "codemods",
    "codegeneration"
  ],
  "license": "MIT",
  "main": "./src/sharec.js",
  "name": "sharec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lamartire/sharec.git"
  },
  "scripts": {
    "fxt:json": "hygen fixture-json with-prompt",
    "fxt:lines": "hygen fixture-lines with-prompt",
    "fxt:yaml": "hygen fixture-yaml with-prompt",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "version": "2.2.1"
}
