{"_id":"amd-resolve","_rev":"164248","name":"amd-resolve","description":"A hookable AMD module resolution implementation.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"time":{"modified":"2021-06-03T11:43:45.000Z","created":"2012-10-11T05:53:43.966Z","0.1.1":"2013-01-05T21:24:45.645Z","0.1.0":"2012-10-11T05:53:43.966Z"},"users":{},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"repository":{"type":"git","url":"git://github.com/jaredhanson/amd-resolve.git"},"versions":{"0.1.1":{"name":"amd-resolve","version":"0.1.1","description":"A hookable AMD module resolution implementation.","keywords":["modules","require","resolve","amd","requirejs"],"repository":{"type":"git","url":"git://github.com/jaredhanson/amd-resolve.git"},"bugs":{"url":"http://github.com/jaredhanson/amd-resolve/issues"},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"main":"./lib","dependencies":{},"devDependencies":{"mocha":"1.x.x","should":"1.x.x"},"engines":{"node":">= 0.4.0"},"scripts":{"test":"node_modules/.bin/mocha --reporter spec --require should"},"_id":"amd-resolve@0.1.1","dist":{"shasum":"5a7101cbece078289b24da3999c1ddbd69839654","size":3685,"noattachment":false,"key":"/amd-resolve/-/amd-resolve-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/amd-resolve/download/amd-resolve-0.1.1.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"jaredhanson","email":"jaredhanson@gmail.com"},"maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"directories":{},"publish_time":1357421085645,"_hasShrinkwrap":false,"_cnpm_publish_time":1357421085645},"0.1.0":{"name":"amd-resolve","version":"0.1.0","description":"A hookable AMD module resolution implementation.","keywords":["modules","require","resolve","amd","requirejs"],"repository":{"type":"git","url":"git://github.com/jaredhanson/amd-resolve.git"},"bugs":{"url":"http://github.com/jaredhanson/amd-resolve/issues"},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"main":"./lib","dependencies":{},"devDependencies":{"mocha":"1.x.x","should":"1.x.x"},"scripts":{"test":"NODE_PATH=lib node_modules/.bin/mocha"},"engines":{"node":">= 0.4.0"},"_id":"amd-resolve@0.1.0","dist":{"shasum":"44f02e7d79596d2e6b696a69264f6e6438c7c280","size":3603,"noattachment":false,"key":"/amd-resolve/-/amd-resolve-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/amd-resolve/download/amd-resolve-0.1.0.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"jaredhanson","email":"jaredhanson@gmail.com"},"maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"directories":{},"publish_time":1349934823966,"_hasShrinkwrap":false,"_cnpm_publish_time":1349934823966}},"readme":"# amd-resolve\n\nImplements the [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module\nresolution algorithm, and supports [common config](https://github.com/amdjs/amdjs-api/wiki/Common-Config).\n\nThe purpose of this module is to assist AMD tooling, including optimizers and\ncompilers, that need to perform module resolution during a build step or as part\nof an application server.\n\nThis is analogous to [James Halliday](http://substack.net/)'s [resolve](https://github.com/substack/node-resolve),\nwhich implements [Node](http://nodejs.org/)'s algorithm.\n\n## Installation\n\n    $ npm install amd-resolve\n\n## Usage\n\nSynchronously lookup the location of module `bar`, using options defined by\n[common config](https://github.com/amdjs/amdjs-api/wiki/Common-Config).\n\n    resolve.sync('bar', { baseUrl: 'webapp/lib' })\n\n## Tests\n\n    $ npm install --dev\n    $ make test\n\n[![Build Status](https://secure.travis-ci.org/jaredhanson/amd-resolve.png)](http://travis-ci.org/jaredhanson/amd-resolve)\n\n## Credits\n\n  - [Jared Hanson](http://github.com/jaredhanson)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Jared Hanson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_attachments":{},"bugs":{"url":"http://github.com/jaredhanson/amd-resolve/issues"}}