{
  "_args": [
    [
      "class-transformer@0.4.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "class-transformer@0.4.0",
  "_id": "class-transformer@0.4.0",
  "_inBundle": false,
  "_integrity": "sha512-ETWD/H2TbWbKEi7m9N4Km5+cw1hNcqJSxlSYhsLsNjQzWWiZIYA1zafxpK9PwVfaZ6AqR5rrjPVUBGESm5tQUA==",
  "_location": "/class-transformer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "class-transformer@0.4.0",
    "name": "class-transformer",
    "escapedName": "class-transformer",
    "rawSpec": "0.4.0",
    "saveSpec": null,
    "fetchSpec": "0.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/class-transformer/-/class-transformer-0.4.0.tgz",
  "_spec": "0.4.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "TypeStack contributors"
  },
  "bugs": {
    "url": "https://github.com/typestack/class-transformer/issues"
  },
  "description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors",
  "es2015": "./esm2015/index.js",
  "homepage": "https://github.com/typestack/class-transformer#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.md": [
      "npm run prettier:fix"
    ],
    "*.ts": [
      "npm run prettier:fix"
    ]
  },
  "main": "./cjs/index.js",
  "module": "./esm5/index.js",
  "name": "class-transformer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typestack/class-transformer.git"
  },
  "sideEffects": false,
  "tags": [
    "serialization",
    "deserialization",
    "serializer",
    "typescript",
    "object-to-class",
    "typescript-serializer"
  ],
  "typings": "./types/index.d.ts",
  "version": "0.4.0"
}
