{"_id":"axo","_rev":"269031","name":"axo","description":"Return an ActiveXObject without mentioning it in the source","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"time":{"modified":"2023-06-28T12:13:36.000Z","created":"2014-09-19T08:10:36.234Z","0.0.2":"2016-08-15T07:50:21.291Z","0.0.1":"2014-10-13T20:11:08.895Z","0.0.0":"2014-09-19T08:10:36.234Z"},"users":{},"author":{"name":"Arnout Kazemier"},"repository":{"type":"git","url":"git://github.com/unshiftio/axo.git"},"versions":{"0.0.2":{"name":"axo","version":"0.0.2","description":"Return an ActiveXObject without mentioning it in the source","main":"index.js","scripts":{"test":"node test.js","coverage":"istanbul cover test.js","test-travis":"istanbul cover --report lcovonly test.js"},"keywords":["ActiveX","ActiveXObject","active-x","active-x-object"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"istanbul":"0.3.x","pre-commit":"1.0.x"},"repository":{"type":"git","url":"git://github.com/unshiftio/axo.git"},"gitHead":"1521d4a7ce591e3bedb2f15b6fb3a8ed8aee46c5","bugs":{"url":"https://github.com/unshiftio/axo/issues"},"homepage":"https://github.com/unshiftio/axo#readme","_id":"axo@0.0.2","_shasum":"49355fbbeab38449bca696a1aacc469a5ee9fd47","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"dist":{"shasum":"49355fbbeab38449bca696a1aacc469a5ee9fd47","size":2814,"noattachment":false,"key":"/axo/-/axo-0.0.2.tgz","tarball":"http://name.csiicloud.com:7001/axo/download/axo-0.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/axo-0.0.2.tgz_1471247419215_0.41317987837828696"},"directories":{},"publish_time":1471247421291,"_hasShrinkwrap":false,"_cnpm_publish_time":1471247421291,"_cnpmcore_publish_time":"2021-12-18T20:41:54.521Z"},"0.0.1":{"name":"axo","version":"0.0.1","description":"Return an ActiveXObject without mentioning it in the source","main":"index.js","scripts":{"test":"node test.js"},"keywords":["ActiveX","ActiveXObject","active-x","active-x-object"],"author":{"name":"Arnout Kazemier"},"license":"MIT","repository":{"type":"git","url":"git://github.com/unshiftio/axo.git"},"gitHead":"85969493bbf21388512009c4882c9da6a2b1c2ce","bugs":{"url":"https://github.com/unshiftio/axo/issues"},"homepage":"https://github.com/unshiftio/axo","_id":"axo@0.0.1","_shasum":"1c66cd8325e82b9be642fb2fe31c3110dc71d79a","_from":".","_npmVersion":"1.4.27","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"dist":{"shasum":"1c66cd8325e82b9be642fb2fe31c3110dc71d79a","size":1646,"noattachment":false,"key":"/axo/-/axo-0.0.1.tgz","tarball":"http://name.csiicloud.com:7001/axo/download/axo-0.0.1.tgz"},"directories":{},"publish_time":1413231068895,"_hasShrinkwrap":false,"_cnpm_publish_time":1413231068895,"_cnpmcore_publish_time":"2021-12-18T20:41:54.717Z"},"0.0.0":{"name":"axo","version":"0.0.0","description":"Return an ActiveXObject without mentioning it in the source","main":"index.js","scripts":{"test":"node test.js"},"keywords":["ActiveX","ActiveXObject","active-x","active-x-object"],"author":{"name":"Arnout Kazemier"},"license":"MIT","gitHead":"619b5ed8f1f51321bd6732a434c39cab60031ae5","_id":"axo@0.0.0","_shasum":"3be9600b5e919c2d68259f1b3b971d3b2d11f328","_from":".","_npmVersion":"1.4.27","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"dist":{"shasum":"3be9600b5e919c2d68259f1b3b971d3b2d11f328","size":1362,"noattachment":false,"key":"/axo/-/axo-0.0.0.tgz","tarball":"http://name.csiicloud.com:7001/axo/download/axo-0.0.0.tgz"},"directories":{},"publish_time":1411114236234,"_hasShrinkwrap":false,"_cnpm_publish_time":1411114236234,"_cnpmcore_publish_time":"2021-12-18T20:41:54.935Z"}},"readme":"# AXO\n\n[![Made by unshift](https://img.shields.io/badge/made%20by-unshift-00ffcc.svg?style=flat-square)](http://unshift.io)[![Version npm](http://img.shields.io/npm/v/axo.svg?style=flat-square)](http://browsenpm.org/package/axo)[![Build Status](http://img.shields.io/travis/unshiftio/axo/master.svg?style=flat-square)](https://travis-ci.org/unshiftio/axo)[![Dependencies](https://img.shields.io/david/unshiftio/axo.svg?style=flat-square)](https://david-dm.org/unshiftio/axo)[![Coverage Status](http://img.shields.io/coveralls/unshiftio/axo/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/axo?branch=master)[![IRC channel](http://img.shields.io/badge/IRC-irc.freenode.net%23unshift-00a8ff.svg?style=flat-square)](http://webchat.freenode.net/?channels=unshift)\n\nAXO stands for **A**ctive**XO**bject. And the sole purpose of this library is to\nreturn the `ActiveXObject` constructor from the environment it's loaded in.\nNormally you would just reference the constructor directly by simply mentioning\nthis constructor in your source file can [result in blocking of your\nfile](https://github.com/felixge/node-active-x-obfuscator#why).\n\nThere are 2 ways of tackling this issue:\n\n1. Use the [active-x-obfuscator](https://github.com/felixge/node-active-x-obfuscator)\n   and introduce another build step in your code.\n2. Use `AXO` and never mention it.\n\n## Installation\n\n```\nnpm install --save axo\n```\n\nThis module makes the assumption that it can be loaded in node.js/commonjs based\nenvironment and exports it self on the `module.exports`. So using browserify for\nthe code makes a lot of sense here.\n\n## Usage\n\n```js\nvar AXO = require('axo');\n\nnew AXO('htmlfile');\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/unshiftio/axo#readme","bugs":{"url":"https://github.com/unshiftio/axo/issues"},"license":"MIT"}