{
  "_from": "eth-mutants@^0.1.1",
  "_id": "eth-mutants@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-sYUtj9TYHMXkUqlxKjVmTkbmlIpvZ7aCuadk1lZK46hOalHomoVIE7DGZKXgbjlJUqEw0ZHn1dqxEV5Ty5zxJA==",
  "_location": "/eth-mutants",
  "_phantomChildren": {
    "camelcase": "5.3.1",
    "cliui": "4.1.0",
    "decamelize": "1.2.0",
    "execa": "1.0.0",
    "get-caller-file": "1.0.3",
    "map-age-cleaner": "0.1.3",
    "p-limit": "2.2.2",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "set-blocking": "2.0.0",
    "string-width": "2.1.1",
    "which-module": "2.0.0",
    "y18n": "4.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eth-mutants@^0.1.1",
    "name": "eth-mutants",
    "escapedName": "eth-mutants",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eth-mutants/-/eth-mutants-0.1.1.tgz",
  "_shasum": "5ac7382932d9cb48c8843a985c630f83cb6540b0",
  "_spec": "eth-mutants@^0.1.1",
  "_where": "C:\\Users\\Rick\\Desktop\\Cleverage\\packages\\contracts",
  "author": {
    "name": "Federico Bond",
    "email": "federicobond@gmail.com"
  },
  "bin": {
    "eth-mutants": "index.js"
  },
  "bugs": {
    "url": "https://github.com/federicobond/eth-mutants/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.1",
    "diff": "^3.5.0",
    "recursive-copy": "^2.0.9",
    "sha1": "^1.1.1",
    "solidity-parser-antlr": "^0.3.1",
    "yargs": "^12.0.1"
  },
  "deprecated": false,
  "description": "A mutation testing tool for Solidity contracts",
  "devDependencies": {
    "prettier": "1.14.2"
  },
  "homepage": "https://github.com/federicobond/eth-mutants#readme",
  "keywords": [
    "ethereum",
    "mutation",
    "testing",
    "solidity"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eth-mutants",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/federicobond/eth-mutants.git"
  },
  "scripts": {
    "prettier": "prettier --single-quote --no-semi --write **/*.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.1.1"
}
