Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekz/requisition
CommonJS Module loader for browser environments.
https://github.com/dekz/requisition
Last synced: 25 days ago
JSON representation
CommonJS Module loader for browser environments.
- Host: GitHub
- URL: https://github.com/dekz/requisition
- Owner: dekz
- Created: 2010-03-18T02:35:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-16T20:10:52.000Z (almost 15 years ago)
- Last Synced: 2024-04-17T02:56:44.132Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# Requisition
Requisition is an implementation of a CommonJS module loader designed specifically for use in a browser environment. It is 100% compliant with the [CommonJS Module Specification](http://commonjs.org/specs/modules/1.0.html "CommonJS Module Specification 1.0") whilst tailoring the implementation with the needs of a browser in mind.
## License
(The MIT License)
Copyright (c) 2010 Nick Dancer <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.