{ "_args": [ [ "class-transformer@0.5.1", "/home/jenkins/workspace/BitNinja_Dispatcher_master" ] ], "_from": "class-transformer@0.5.1", "_id": "class-transformer@0.5.1", "_inBundle": false, "_integrity": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==", "_location": "/class-transformer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "class-transformer@0.5.1", "name": "class-transformer", "escapedName": "class-transformer", "rawSpec": "0.5.1", "saveSpec": null, "fetchSpec": "0.5.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz", "_spec": "0.5.1", "_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master", "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.5.1" }