{
  "_args": [
    [
      "class-validator@0.13.1",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "class-validator@0.13.1",
  "_id": "class-validator@0.13.1",
  "_inBundle": false,
  "_integrity": "sha512-zWIeYFhUitvAHBwNhDdCRK09hWx+P0HUwFE8US8/CxFpMVzkUK8RJl7yOIE+BVu2lxyPNgeOaFv78tLE47jBIg==",
  "_location": "/class-validator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "class-validator@0.13.1",
    "name": "class-validator",
    "escapedName": "class-validator",
    "rawSpec": "0.13.1",
    "saveSpec": null,
    "fetchSpec": "0.13.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.13.1.tgz",
  "_spec": "0.13.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "TypeStack contributors"
  },
  "bugs": {
    "url": "https://github.com/typestack/class-validator/issues"
  },
  "dependencies": {
    "@types/validator": "^13.1.3",
    "libphonenumber-js": "^1.9.7",
    "validator": "^13.5.2"
  },
  "description": "Decorator-based property validation for classes.",
  "es2015": "./esm2015/index.js",
  "homepage": "https://github.com/typestack/class-validator#readme",
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm5/index.js",
  "name": "class-validator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typestack/class-validator.git"
  },
  "sideEffects": false,
  "tags": [
    "validator",
    "validation",
    "decorators",
    "typescript"
  ],
  "typings": "./types/index.d.ts",
  "version": "0.13.1"
}
