{"_id":"@a2937/custom-calc","_rev":"1-1976d36a1218983acd28d13716d5c227","name":"@a2937/custom-calc","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@a2937/custom-calc","version":"1.0.0","description":"A custom node module that supports the math functions of addition, substraction, division, multiplication, square root, and history up to ten executions. ","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git+https://github.com/a2937/node-custom-calc.git"},"keywords":["Math","Node","Javascript"],"author":{"name":"a2937"},"license":"MIT","bugs":{"url":"https://github.com/a2937/node-custom-calc/issues"},"homepage":"https://github.com/a2937/node-custom-calc#readme","devDependencies":{"chai":"^4.2.0","mocha":"^5.2.0"},"gitHead":"ee00b9491ed7c154e00d46427b0e6df241f46f89","_id":"@a2937/custom-calc@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"a2937","email":"aaron.cottrill@outlook.com"},"dist":{"integrity":"sha512-6uT+zBJAJznvwFiF4kUTnLSj3PLM+7qxYRQKBgI/+OPJImaA3Z+s5JD8b6kbUyz+GHNZvCnZGY0PBOY3hPPHZQ==","shasum":"42e73b91e5849d4587ade82b5cf2df68732f4881","tarball":"https://registry.npmjs.org/@a2937/custom-calc/-/custom-calc-1.0.0.tgz","fileCount":5,"unpackedSize":5848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU5VUCRA9TVsSAnZWagAAyZQP+wWy+xD7r00k8L0yObsZ\n6+pw9tPFTgz28TlvdxwxNcJveiUJ3BdJSbk+V666tg/GZ95gR799wnA6Y5MU\nU1o8S+qdfPOtYAdiEYxXTpi2SpcWsig8vFBwJvx2/sNkiDWege4zrK+rs2KX\niOYoC/mfsB4foDtUbjKhoINiB1/mEtKTMWC+vEb43Cduvz1AJOsw8U+wzGWu\nnVdll9/GZetlDMVhC0Wusdq5yusxftnfyMovPRCPF2Y3IwJLx7XlODSWe7I1\nrUw06pGO9UT769bKsXQeL7PDZhKsB65wtCSGwBlr0tF0yFG5sp/icIV5i0yY\nt0RJYeZZQ7YluubN299WPndgL+9ImE2ysIQDnuNEhrTDoyeBGZVFext7PqSd\n3B6U+lT+BiiAkQYhDzr6m7Il7BjXs0ZFwFdOqXd9ML5V1YDfREgi2e76ioqX\nESsqfqukJ1f1VMwGcqPyIakRT5k/8xyAmA2MfvR9Is4QvvJcq4fH2+bqzLae\nhyc1U+dRViBqPANyJcxzg4vmghUifdklFTmSHi4XykcntD0oRRPhd/LOdwKH\nqqnHaKieH8aUv/2E/6g6q4MGl1QEgmgUTyG/itpUYVDVfH2h8OpE2KauCAqi\npFvhWZbTx8szAvHYQ54Ed2We2iwA0GxdUJ37Wk6m+ZKQ6abU/U54nnEqi7RK\n2nr4\r\n=i3Rx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzW3nuTgAFlRyGcAkYe3UtaQfSc1rxrGXQo3kN0lO7VwIgeEcpPRbDZt9JDDM1DCnbNsuZO8uYHfYu3ndgkGLkWok="}]},"maintainers":[{"name":"a2937","email":"aaron.cottrill@outlook.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/custom-calc_1.0.0_1548981587823_0.8226610959183267"},"_hasShrinkwrap":false}},"time":{"created":"2019-02-01T00:39:47.634Z","1.0.0":"2019-02-01T00:39:47.916Z","modified":"2022-04-04T10:52:57.616Z"},"maintainers":[{"name":"a2937","email":"aaron.cottrill@outlook.com"}],"description":"A custom node module that supports the math functions of addition, substraction, division, multiplication, square root, and history up to ten executions. ","homepage":"https://github.com/a2937/node-custom-calc#readme","keywords":["Math","Node","Javascript"],"repository":{"type":"git","url":"git+https://github.com/a2937/node-custom-calc.git"},"author":{"name":"a2937"},"bugs":{"url":"https://github.com/a2937/node-custom-calc/issues"},"license":"MIT","readme":"Node custom calculator\r\n=========\r\n\r\nA small library that supports basic math operations \r\nsuch as addition, subtraction, multiplication, division, \r\nsquare rooting, and history. \r\n\r\n## Installation\r\n\r\n  `npm install @a2937/custom-calc`\r\n\r\n## Usage\r\n\r\n    var calc = require('@a2937/custom-calc');\r\n\r\n    var product = calc.Multiply(15,4);\r\n  \r\n  \r\n  Output should be 60\r\n\r\n\r\n## Tests\r\n\r\n  `npm test`\r\n","readmeFilename":"README.md"}