{"_id":"@aureooms/js-complex","_rev":"2-ee7125dfeb257badff11d14b9fc6663b","name":"@aureooms/js-complex","description":"complex numbers code bricks for JavaScript","dist-tags":{"latest":"1.2.0"},"versions":{"1.2.0":{"description":"complex numbers code bricks for JavaScript","author":{"name":"aureooms"},"license":"AGPL-3.0","scripts":{"test":"aureooms-node-package-test","doc":"groc","build":"aureooms-node-package-build"},"repository":{"type":"git","url":"git+https://github.com/aureooms/js-complex.git"},"bugs":{"url":"https://github.com/aureooms/js-complex/issues"},"devDependencies":{"@aureooms/js-algo":"^3.0.4","@aureooms/js-number":"^3.0.0","@aureooms/js-random":"^1.0.2","aureooms-node-package":"^6.0.1"},"dependencies":{},"main":"js/dist/complex.js","name":"@aureooms/js-complex","version":"1.2.0","keywords":["arithmetic","bricks","complex","javascript","js"],"homepage":"http://aureooms.github.io/js-complex/","spm":{"main":"js/dist/complex.js"},"gitHead":"879f5b6e846eb6022e4ad68ea63acb8f96cdf0d0","_id":"@aureooms/js-complex@1.2.0","_shasum":"f07401e3af3561b59f23acb36dfeb6acbae9e90f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.5.0","_npmUser":{"name":"aureooms","email":"aurelien.ooms@gmail.com"},"dist":{"shasum":"f07401e3af3561b59f23acb36dfeb6acbae9e90f","tarball":"https://registry.npmjs.org/@aureooms/js-complex/-/js-complex-1.2.0.tgz","integrity":"sha512-z1OE+zWVMhgIEJY5lwToWGhQ7UJfMfC0VWSXiQmK1DkrwbrAoOqnUZ37R1iUSrxODwIeqv+ZnvM7dee5UkXUSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA8SYkePBnQ/K6sTeDwEgBlEDDbP3y2xnzmrhxdQ1ARtAiEAu2ydmERRUQN/uDEf/9SghWbi5FivHuA04zcKgUBGh/A="}]},"maintainers":[{"name":"aureooms","email":"aurelien.ooms@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/js-complex-1.2.0.tgz_1487246513684_0.06019700923934579"}}},"readme":"[js-complex](http://aureooms.github.io/js-complex)\n==\n\nComplex numbers code bricks for JavaScript.\n\n```js\nlet kernel = complex.cartesian.kernel.compile( number , \"i\" ) ;\nlet { add , sub , mul , div } = complex.cartesian.array.compile( kernel ) ;\n```\n\n[![NPM license](http://img.shields.io/npm/l/@aureooms/js-complex.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-complex/master/LICENSE)\n[![NPM version](http://img.shields.io/npm/v/@aureooms/js-complex.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-complex)\n[![Bower version](http://img.shields.io/bower/v/@aureooms/js-complex.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-complex)\n[![Build Status](http://img.shields.io/travis/aureooms/js-complex.svg?style=flat)](https://travis-ci.org/aureooms/js-complex)\n[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-complex.svg?style=flat)](https://coveralls.io/r/aureooms/js-complex)\n[![Dependencies Status](http://img.shields.io/david/aureooms/js-complex.svg?style=flat)](https://david-dm.org/aureooms/js-complex#info=dependencies)\n[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-complex.svg?style=flat)](https://david-dm.org/aureooms/js-complex#info=devDependencies)\n[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-complex.svg?style=flat)](https://codeclimate.com/github/aureooms/js-complex)\n[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-complex.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-complex)\n[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-complex.svg?style=flat)](https://github.com/aureooms/js-complex/issues)\n[![Inline docs](http://inch-ci.org/github/aureooms/js-complex.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-complex)\n\nCan be managed through [jspm](https://github.com/jspm/jspm-cli),\n[duo](https://github.com/duojs/duo),\n[component](https://github.com/componentjs/component),\n[bower](https://github.com/bower/bower),\n[ender](https://github.com/ender-js/Ender),\n[jam](https://github.com/caolan/jam),\n[spm](https://github.com/spmjs/spm),\nand [npm](https://github.com/npm/npm).\n\n## Install\n\n### jspm\n```terminal\njspm install github:aureooms/js-complex\n# or\njspm install npm:@aureooms/js-complex\n```\n### duo\nNo install step needed for duo!\n\n### component\n```terminal\ncomponent install aureooms/js-complex\n```\n\n### bower\n```terminal\nbower install @aureooms/js-complex\n```\n\n### ender\n```terminal\nender add @aureooms/js-complex\n```\n\n### jam\n```terminal\njam install @aureooms/js-complex\n```\n\n### spm\n```terminal\nspm install @aureooms/js-complex --save\n```\n\n### npm\n```terminal\nnpm install @aureooms/js-complex --save\n```\n\n## Require\n### jspm\n```js\nlet complex = require( \"github:aureooms/js-complex\" ) ;\n// or\nimport complex from '@aureooms/js-complex' ;\n```\n### duo\n```js\nlet complex = require( \"aureooms/js-complex\" ) ;\n```\n\n### component, ender, spm, npm\n```js\nlet complex = require( \"@aureooms/js-complex\" ) ;\n```\n\n### bower\nThe script tag exposes the global variable `complex`.\n```html\n<script src=\"bower_components/@aureooms/js-complex/js/dist/complex.min.js\"></script>\n```\nAlternatively, you can use any tool mentioned [here](http://bower.io/docs/tools/).\n\n### jam\n```js\nrequire( [ \"@aureooms/js-complex\" ] , function ( complex ) { ... } ) ;\n```\n","maintainers":[{"name":"aureooms","email":"aurelien.ooms@gmail.com"}],"time":{"modified":"2022-06-12T14:51:58.425Z","created":"2017-02-16T12:01:55.604Z","1.2.0":"2017-02-16T12:01:55.604Z"},"homepage":"http://aureooms.github.io/js-complex/","keywords":["arithmetic","bricks","complex","javascript","js"],"repository":{"type":"git","url":"git+https://github.com/aureooms/js-complex.git"},"author":{"name":"aureooms"},"bugs":{"url":"https://github.com/aureooms/js-complex/issues"},"license":"AGPL-3.0","readmeFilename":"README.md"}