{
  "_args": [
    [
      {
        "raw": "type@^1.0.1",
        "scope": null,
        "escapedName": "type",
        "name": "type",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/d"
    ]
  ],
  "_from": "type@>=1.0.1 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "type@1.2.0",
  "_inCache": true,
  "_location": "/type",
  "_nodeVersion": "12.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/type_1.2.0_1568979908335_0.7815180987509194"
  },
  "_npmUser": {
    "name": "medikoo",
    "email": "medikoo+npm@medikoo.com"
  },
  "_npmVersion": "6.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "type@^1.0.1",
    "scope": null,
    "escapedName": "type",
    "name": "type",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d"
  ],
  "_resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
  "_shasum": "848dd7698dafa3e54a6c479e759c4bc3f18847a0",
  "_shrinkwrap": null,
  "_spec": "type@^1.0.1",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/d",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "https://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/type/issues"
  },
  "dependencies": {},
  "description": "Runtime validation and processing of JavaScript types",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.4.0",
    "eslint-config-medikoo": "^2.5.1",
    "git-list-updated": "^1.2.1",
    "husky": "^3.0.5",
    "lint-staged": "^9.2.5",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "prettier-elastic": "^1.18.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
    "shasum": "848dd7698dafa3e54a6c479e759c4bc3f18847a0",
    "tarball": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
    "fileCount": 101,
    "unpackedSize": 101775,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhLvFCRA9TVsSAnZWagAARmEP/1MZFezjE3LgShO3LTKy\noucu8qCWniigmRb+wMab7tbH/mn3+vnh1TOh9XfakUVKf3MN0a+EpuZcrvl9\ncaIlp99yHW7C7nsXWiKGZbp/U4uvxVZzOfzyREByPEgLU7xhQMV1FxQBjmkA\nJO5ZOKYWbo+rDWOa50Y/Q4YkM4epz0gGhDWJV0tFPobDEPR8yMTg3Luvgln4\nrsOfeFA4lgcl7Bt94nuja2XRUnRhQENKNzW/yKB5I3JpIXiZRP8QXBk0osi1\nc7xo7fUoSLu9gRelyOHSR8doJ+ICKP5FYU5YGzbYLqUrySIZOwF+JEimxbL8\n2Jnk376KcBEfHpyLwVwoAopLUPCK8gZEyn++vSiLZyr51aGH2pBtArmaidBZ\nZx+BADlWjEq85NI+/uJU4nQlqu9yspEtz2VoqOvPt91qjndYUM7QGBur1Phw\nflTKoyX3iatSt4XhjWeIajym0Fm6b1lKzTkujbVsg0tgQfkoUxlBW8l1Pgjb\nxftOE0TIJ/Udo3d+mNkNW+Ky6sQXI9VonN+R+XvKE9j7UlUAVkLbLqPENdfN\n+6twCsFn3UbSxRGwp9JYOMJIq/YLajkxT4do3UGTKdr4Sii7jQrHNOCW4ard\ns/oS0KEd2BZdOwio5Fd4oSPcLeTTpXQBsMzcjUO9cjy+Il+WQurs+pwxDZ6+\nXqR7\r\n=LsX2\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "eslintConfig": {
    "extends": "medikoo/es3",
    "root": true,
    "globals": {
      "Map": true,
      "Promise": true,
      "Set": true,
      "Symbol": true
    },
    "overrides": [
      {
        "files": "test/**/*.js",
        "env": {
          "mocha": true
        },
        "rules": {
          "no-eval": "off",
          "no-new-wrappers": "off"
        }
      },
      {
        "files": [
          "string/coerce.js",
          "number/coerce.js"
        ],
        "rules": {
          "no-implicit-coercion": "off"
        }
      },
      {
        "files": "plain-object/is.js",
        "rules": {
          "no-proto": "off"
        }
      }
    ]
  },
  "gitHead": "fce328ae0235b259b5491a98e886eee75936ae6a",
  "homepage": "https://github.com/medikoo/type#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "type",
    "coercion"
  ],
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "maintainers": [
    {
      "name": "gozala",
      "email": "rfobic@gmail.com"
    }
  ],
  "name": "type",
  "optionalDependencies": {},
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": [
          "*.md"
        ],
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medikoo/type.git"
  },
  "scripts": {
    "check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 80 --lines 80",
    "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test",
    "lint": "eslint --ignore-path=.gitignore .",
    "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "test": "mocha --recursive"
  },
  "version": "1.2.0"
}
