{
  "_from": "check-types@^11.1.1",
  "_id": "check-types@11.2.2",
  "_inBundle": false,
  "_integrity": "sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA==",
  "_location": "/check-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "check-types@^11.1.1",
    "name": "check-types",
    "escapedName": "check-types",
    "rawSpec": "^11.1.1",
    "saveSpec": null,
    "fetchSpec": "^11.1.1"
  },
  "_requiredBy": [
    "/bfj"
  ],
  "_resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.2.tgz",
  "_shasum": "7afc0b6a860d686885062f2dba888ba5710335b4",
  "_spec": "check-types@^11.1.1",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/bfj",
  "author": {
    "name": "Phil Booth",
    "email": "pmbooth@gmail.com",
    "url": "https://philbooth.me/"
  },
  "bugs": {
    "url": "https://gitlab.com/philbooth/check-types.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A little library for asserting types and values, with zero dependencies.",
  "devDependencies": {
    "chai": "^4.3.7",
    "jshint": "^2.13.6",
    "mocha": "^10.1.0",
    "please-release-me": "^2.1.4",
    "uglify-js": "^3.17.4"
  },
  "files": [
    "src"
  ],
  "homepage": "https://gitlab.com/philbooth/check-types.js",
  "keywords": [
    "type",
    "types",
    "type-check",
    "type-checking",
    "duck-typing",
    "arguments",
    "parameters",
    "values",
    "data",
    "contract",
    "assert",
    "check",
    "verify",
    "safe",
    "safety"
  ],
  "license": "MIT",
  "main": "./src/check-types",
  "name": "check-types",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/philbooth/check-types.js.git"
  },
  "scripts": {
    "lint": "jshint ./src/check-types.js",
    "minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js",
    "test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js"
  },
  "version": "11.2.2"
}
