{"_id":"@apestaartje/physics","_rev":"1-90e590b3dde63b96d10d98c43b19d983","name":"@apestaartje/physics","dist-tags":{"latest":"1.1.0"},"versions":{"1.1.0":{"name":"@apestaartje/physics","version":"1.1.0","description":"A library with physics utility functions","scripts":{"build":"npm run clean && node ./node_modules/.bin/tsc","clean":"rm -rf dist","lint":"tslint --config ./tslint.json --project tsconfig.json","prepublishOnly":"npm run build","test":"karma start karma.conf.js","test:watch":"karma start karma.conf.js --no-single-run --auto-watch"},"main":"dist/index","typings":"dist/index","repository":{"type":"git","url":"git+https://github.com/joppe/array.git"},"author":{"name":"Joppe Aarts","email":"joppe@apestaartje.info"},"license":"MIT","keywords":["TypeScript"],"devDependencies":{"@types/jasmine":"^3.3.14","coveralls":"^3.0.5","jasmine-core":"^3.4.0","karma":"^4.2.0","karma-chrome-launcher":"^3.0.0","karma-jasmine":"^2.0.1","karma-typescript":"^4.1.1","karma-typescript-es6-transform":"^4.1.1","tslint":"^5.18.0","tslint-microsoft-contrib":"^6.2.0","typescript":"^3.5.3"},"dependencies":{"@apestaartje/geometry":"^1.2.2"},"gitHead":"090c42865e2f3185dc0fc000e84449227d04c5c3","bugs":{"url":"https://github.com/joppe/array/issues"},"homepage":"https://github.com/joppe/array#readme","_id":"@apestaartje/physics@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"joppe","email":"joppe@apestaartje.info"},"dist":{"integrity":"sha512-rWvb0rfOFmm2zmwvh7tpMx+1wmR9supwZD0aGJcx+MLtRTswnNZNqW65DcZaH+QXUPbsDDb9rL44EgNtghYNWw==","shasum":"183e6588fd1b748f2ee4f23873b3a2368823eeea","tarball":"https://registry.npmjs.org/@apestaartje/physics/-/physics-1.1.0.tgz","fileCount":62,"unpackedSize":15918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdu/rjCRA9TVsSAnZWagAAkRYP/3Tt45kCpzIjfCHgCZZf\nc9nvbl1wxfFH5bv8aUYAweRIdvIOUXlGfEn9ypm1lJWa07khZ2iqS2D0/N1y\nptSZoTY4D5tgh1lqrJkSzBKvI0oiz8PRUAprriobbQMG9a1Dco7Y/JrJcs/J\nElqulEmodvc/tliTuHGaIpStLAGBYp7N/gb5KRT5X+HVXxAl2AMvhhraValT\n/8b89K6cJno7f66F9E6jATsJkvlmNGATDQYtlhi3MXNMVd0lE3n7PByhZPKM\nSLQthNXBy9/2iUTq5ZAps72TOWarrhFvaXRafQm+Bw7h5pGBpbaHS6qhTav2\nQ6bTLRyTk1QdtI7Fk+gB1SrFJbqc+D20PVv0OpNbYgM9mmk6ZQCcjzi/WZx3\nsHKp2doxFZ84DaDEpfz+zBaAvK1AvHCOSTinCHfBRxz1W/fmpR0PDK5r5yj6\n5sArUx6Zryy1VxAwUsi+Y91dxOaSEDkitF4RmNorrMyLHrKsNOPC0a/r8Nm/\nEK42GDxYCM6lWryBDxnOqcWf4BEzFQ06t7trJOWiGYoijVi5ZuhzRw5pYatL\no3lCenGWO3mfRCexCAPfOPgCDfEu5VeIYgKVtuz/J3sksF0UAFjih2j9jPaz\n7PYwSaZvWVQQbgjje3zJiu+/VcVghtu0w/qRKR0h1Ze99Zz2aXqGQnRk+ikS\nmdT0\r\n=Rs6T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAOSpNMfC4qKlm86BszCo/2KztHSTvtTvAcsBXmLzs3yAiEAxDZuh0UTQf3NHXiCO/jSzIPfalAMtmBfJaSTRs0sLVU="}]},"maintainers":[{"name":"joppe","email":"joppe@apestaartje.info"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/physics_1.1.0_1572600546779_0.04337481251709141"},"_hasShrinkwrap":false}},"time":{"created":"2019-11-01T09:29:06.699Z","1.1.0":"2019-11-01T09:29:06.906Z","modified":"2022-04-04T14:33:02.354Z"},"maintainers":[{"name":"joppe","email":"joppe@apestaartje.info"}],"description":"A library with physics utility functions","homepage":"https://github.com/joppe/array#readme","keywords":["TypeScript"],"repository":{"type":"git","url":"git+https://github.com/joppe/array.git"},"author":{"name":"Joppe Aarts","email":"joppe@apestaartje.info"},"bugs":{"url":"https://github.com/joppe/array/issues"},"license":"MIT","readme":"# Physics\n\n[![Build Status](https://travis-ci.org/joppe/physics.svg?branch=master)](https://travis-ci.org/joppe/physics) [![Coverage Status](https://coveralls.io/repos/github/joppe/physics/badge.svg?branch=master)](https://coveralls.io/github/joppe/physics?branch=master) [![NPM Version](https://img.shields.io/npm/v/@apestaartje/physics.svg?style=flat-square)](https://www.npmjs.com/package/@apestaartje/physics)\n\nWhen I was reading the book \"Physics for JavaScript Games, Animation, and Simulations: with HTML5 Canvas\" I saw a script\nto render a graph. I decided to create one for myself as an exercise to write typescript.\n","readmeFilename":"README.md"}