{
  "_args": [
    [
      "typical@5.2.0",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_development": true,
  "_from": "typical@5.2.0",
  "_id": "typical@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==",
  "_location": "/typical",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typical@5.2.0",
    "name": "typical",
    "escapedName": "typical",
    "rawSpec": "5.2.0",
    "saveSpec": null,
    "fetchSpec": "5.2.0"
  },
  "_requiredBy": [
    "/command-line-usage",
    "/table-layout",
    "/wordwrapjs"
  ],
  "_resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz",
  "_spec": "5.2.0",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/typical/issues"
  },
  "description": "Isomorphic, functional type-checking for Javascript",
  "devDependencies": {
    "coveralls": "^3.0.7",
    "esm-runner": "^0.1.5",
    "jsdoc-to-markdown": "^5.0.2",
    "nyc": "^14.1.1",
    "rollup": "^1.25.1",
    "test-object-model": "^0.4.4",
    "test-runner": "^0.6.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.mjs",
    "dist/index.js"
  ],
  "homepage": "https://github.com/75lb/typical#readme",
  "keywords": [
    "type",
    "checking",
    "check",
    "value",
    "valid",
    "is",
    "number",
    "object",
    "plainobject",
    "array",
    "like",
    "defined",
    "string",
    "boolean",
    "function",
    "promise",
    "iterable",
    "class",
    "primitive",
    "isstring",
    "isclass",
    "isiterable",
    "isdefined",
    "isobject",
    "isomorphic"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "typical",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/typical.git"
  },
  "scripts": {
    "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "dist": "rollup index.mjs -f umd -n typical -o dist/index.js --exports named",
    "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md; echo",
    "test": "npm run dist && npm run test:js && npm run test:esm",
    "test:all": "npm run test:js && npm run test:esm && npm run test:web",
    "test:esm": "esm-runner test/*.mjs",
    "test:js": "rollup test/*.mjs -f cjs -d tmp/test -e assert && test-runner tmp/test/test*.js",
    "test:v8": "rollup test/test.mjs test/test-default.mjs -f cjs -d tmp/testv8 && test-runner tmp/testv8/test*.js",
    "test:web": "web-runner test/test.mjs"
  },
  "version": "5.2.0"
}
