{"_id":"@c-bonucci/ts-jsonapi","name":"@c-bonucci/ts-jsonapi","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@c-bonucci/ts-jsonapi","version":"1.0.0","description":"CB - JSON API (De) Serializer in Typescript","main":"lib/index.js","module":"lib/index.js","typings":"lib/index.d.ts","scripts":{"start":"tsc -w","test":"npm run compile && mocha","compile":"tsc","prepublish":"npm run compile"},"repository":{"type":"git","url":"git+https://github.com/mohuk/ts-jsonapi.git"},"keywords":["typescript","jsonapi"],"author":{"name":"Claudio Bonucci"},"license":"MIT","bugs":{"url":"https://github.com/mohuk/ts-jsonapi/issues"},"homepage":"https://github.com/mohuk/ts-jsonapi#readme","devDependencies":{"@types/inflected":"^1.1.29","@types/lodash":"^4.14.37","chai":"^3.5.0","mocha":"^3.1.2","mongoose":"^4.6.3","typescript":"^2.1.4"},"dependencies":{"inflected":"^1.1.6","lodash":"^4.16.4"},"gitHead":"cc41670c3a9a443ffee6b35a76abcc8fb4bc5d94","_id":"@c-bonucci/ts-jsonapi@1.0.0","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-T52w+AId1/cgzrYNOUAkw+ZVbx2m0LmdTvM4Nhif/onjTYJF0HxfucbmC0/6IwyXh/slpeEIsnNhPIocWXE8QQ==","shasum":"2155e95f7f62cc3e05ca6785f82dfbb0f0fc8b35","tarball":"https://registry.npmjs.org/@c-bonucci/ts-jsonapi/-/ts-jsonapi-1.0.0.tgz","fileCount":27,"unpackedSize":43586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCn2+21WYqUGJmwgAEVCMzk7BGrWIFH54stggpZgLTGKAIgcuri8sz0leU2Px20S4a00PpXtdNbGS/63v6cawA5eL8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd5nqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqhiA//VgTbbo8m6yQ+dxjwN9izqaqQYjDwEeXlO0ySDxk/j4/SMhdJ\r\nUkSJASOHcNowGkrHO2mrz/+MsPdb0+NAfPjOXfNZa2n57qBo487moCYvy5/C\r\nP9toEKrnhnkko0fncnWgZ1wHVkiyGB1u071WIokLZ2d0MwZgsZa/dJAGWeis\r\nCWcLn7T+4uLLDASoBFKPRJ5CZhhfN/2H0RfUxWowXK5agahUilHoTPsZF1bJ\r\nPGUKIh8PSk7KdyvSVSkpiRuvoekCrEq+fU2RXBQtOo6vcPnJIcNvkr1mXsT6\r\nzDeA2eAinhTkaS76fgKA2UVuom06iZjUVeX1ukL6fZNu59NZpMzY5GHpgr7c\r\nFOl9+PYyKnHLm5NQ3s2uipBwqq3LVZk36Qo6O7gITRihZ9a6H7n+eV0AfTdL\r\nNqSXNsBYv07UpmnnPD/CCaEDVfjgU8oeGiM4adzQ1qR2GdK5bgyK3gGSHBIm\r\n6JfvCq7a4g9lvNw/ZLGbiG+9fxqXl32aHuiqbFGY8TOkJX7Jo70MDEx7RW2t\r\naRio5fKfMJOVHWiqA23lRcx2GAShgBeVZw9Hv0UYg1kRuHz6nxn+YnYPdX8Z\r\ni+stMdVtpuwh9UMlWNxitN3Hhl2SAacTMGTzUlS5ZjZbtZUFxTrlUCSUe/zK\r\nMoR+yApdh947MlzMqARIO25z8lVmNZYqgao=\r\n=wxn3\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"c-bonucci","email":"claudio.bonucci96@gmail.com"},"directories":{},"maintainers":[{"name":"c-bonucci","email":"claudio.bonucci96@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-jsonapi_1.0.0_1668782569831_0.48494208950657214"},"_hasShrinkwrap":false}},"time":{"created":"2022-11-18T14:42:49.776Z","1.0.0":"2022-11-18T14:42:50.067Z","modified":"2022-11-18T14:42:50.215Z"},"maintainers":[{"name":"c-bonucci","email":"claudio.bonucci96@gmail.com"}],"description":"CB - JSON API (De) Serializer in Typescript","homepage":"https://github.com/mohuk/ts-jsonapi#readme","keywords":["typescript","jsonapi"],"repository":{"type":"git","url":"git+https://github.com/mohuk/ts-jsonapi.git"},"author":{"name":"Claudio Bonucci"},"bugs":{"url":"https://github.com/mohuk/ts-jsonapi/issues"},"license":"MIT","readme":"# ts-jsonapi\nJSON API (De)Serializer in Typescript\n\n[![CircleCI](https://circleci.com/gh/mohuk/ts-jsonapi/tree/master.svg?style=svg)](https://circleci.com/gh/mohuk/ts-jsonapi/tree/master)\n\nTypescript fork from [jsonapi-serializer](https://github.com/SeyZ/jsonapi-serializer)\n\n### Why create a fork when you could just have created type definitions?\n[jsonapi-serializer](https://github.com/SeyZ/jsonapi-serializer) depends on the [bluebird](https://github.com/petkaantonov/bluebird) promise API which is no longer needed with the arrival of native promises. Also, there might not be any use of promises at all, so this might change in the future.\n\n### test\n\nCurrent implementation passes all tests from [jsonapi-serializer](https://github.com/SeyZ/jsonapi-serializer)\n\n```bash\n$ npm run test\n```\n\n----\n\n## Fork\n\nI forked from [ts-jsonapi](https://github.com/mohuk/ts-jsonapi) because i needed the `Deserializer` to include the meta parameters too.","readmeFilename":"README.md"}