{
  "_from": "schema-typed@^2.2.2",
  "_id": "schema-typed@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-hRmqKr5V6UyhmZ0FixRVetgxvudRPjDynVZZRNq6t4EZHii7U33vmqd9uap3s4aqBcDg1JtubMNvCEmsZTpm3Q==",
  "_location": "/schema-typed",
  "_phantomChildren": {
    "is-plain-object": "2.0.4",
    "is-primitive": "3.0.1",
    "isobject": "3.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "schema-typed@^2.2.2",
    "name": "schema-typed",
    "escapedName": "schema-typed",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/rsuite"
  ],
  "_resolved": "https://registry.npmjs.org/schema-typed/-/schema-typed-2.2.2.tgz",
  "_shasum": "88ea6ca9f26557a4846494ab2be6ca5f23019b77",
  "_spec": "schema-typed@^2.2.2",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_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": {
    "get-value": "^3.0.1",
    "set-value": "^4.1.0"
  },
  "deprecated": false,
  "description": "Schema for data modeling & validation",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/node": "^20.12.5",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "chai": "^3.5.0",
    "conventional-changelog-cli": "^2.1.1",
    "coveralls": "^3.1.0",
    "cross-env": "^6.0.3",
    "del": "^6.0.0",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.4",
    "istanbul": "^0.4.5",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "object-flaser": "^0.1.1",
    "prettier": "^2.2.1",
    "ts-node": "^10.9.2",
    "typescript": "^4.2.2"
  },
  "files": [
    "lib",
    "es",
    "src",
    "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": "tsc --outDir lib && tsc -p tsconfig-es.json --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",
    "test:once": "nyc --reporter=lcovonly --reporter=html  mocha",
    "version": "npm run changelog && git add -A"
  },
  "types": "lib/index.d.ts",
  "version": "2.2.2"
}
