{
  "_from": "schema-typed@^2.0.3",
  "_id": "schema-typed@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-4KckVnJjTtVugYpSAoQrcH4quE4yIVTvI/nHEqtwdceBr/ZCuH2LfV8/gaZFrYU7cwwyufLKaswt28aqQ1T9ww==",
  "_location": "/schema-typed",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "schema-typed@^2.0.3",
    "name": "schema-typed",
    "escapedName": "schema-typed",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/rsuite"
  ],
  "_resolved": "https://registry.npmjs.org/schema-typed/-/schema-typed-2.0.3.tgz",
  "_shasum": "bfd84b31fbb2d13e748736637281032d8bcb2be8",
  "_spec": "schema-typed@^2.0.3",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/rsuite",
  "bugs": {
    "url": "https://github.com/rsuite/schema-typed/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "A2ZH"
    },
    {
      "name": "Simon Guo",
      "email": "simonguo.2009@gmail.com"
    }
  ],
  "dependencies": {
    "@babel/runtime": "^7.16.0"
  },
  "deprecated": false,
  "description": "Schema for data modeling & validation",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.12.13",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-proto-to-assign": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.12.7",
    "@babel/register": "^7.13.8",
    "@babel/runtime-corejs2": "^7.8.4",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "babel-eslint": "^9.0.0",
    "chai": "^3.5.0",
    "conventional-changelog-cli": "^2.1.1",
    "coveralls": "^3.1.0",
    "cross-env": "^6.0.3",
    "del": "^6.0.0",
    "dtslint": "^4.0.7",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.4",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^8.3.0",
    "nyc": "^15.1.0",
    "object-flaser": "^0.1.1",
    "prettier": "^2.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.2"
  },
  "files": [
    "lib",
    "es",
    "types"
  ],
  "homepage": "https://github.com/rsuite/schema-typed#readme",
  "keywords": [
    "schema",
    "validation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "schema-typed",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rsuite/schema-typed.git"
  },
  "scripts": {
    "build": "gulp build && npm run build:types",
    "build:types": "npx tsc --emitDeclarationOnly --outDir lib && npx tsc --emitDeclarationOnly --outDir es",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "doctoc:": "doctoc README.md",
    "lint": "eslint src/**/*.ts",
    "prepublishOnly": "npm run test && npm run build",
    "tdd": "mocha --watch",
    "test": "npm run lint && npm run test:once && npm run test:types",
    "test:once": "nyc --reporter=lcovonly --reporter=html  mocha",
    "test:types": "dtslint --expectOnly --localTs node_modules/typescript/lib types"
  },
  "types": "lib/index.d.ts",
  "version": "2.0.3"
}
