Package Exports
- std
- std/Class
- std/Logger
- std/Publisher
- std/arrayToObject
- std/assert/deepEqual
- std/bind
- std/blockFunction
- std/client
- std/copy
- std/create
- std/curry
- std/defineGetter
- std/delay
- std/each
- std/extend
- std/filter
- std/flatten
- std/invoke
- std/isArguments
- std/isArray
- std/isObject
- std/keys
- std/map
- std/proto
- std/recall
- std/repeat
- std/slice
- std/strip
- std/throttle
- std/time
- std/unique
- std/xhr
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (std) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
std
Standard library javascript functionality
Acknowledgements
- The following functions are taken from phpjs - https://github.com/kvz/phpjs, http://phpjs.org/pages/license: pack, unpack, crc32, utf8_encode
- dom.getOffset is lifted from jQuery with some modification
- dom.getWindowScroll is modified from http://stackoverflow.com/questions/1567327/using-jquery-to-get-elements-position-relative-to-viewport, which is based on a quirksmode.org snippet
- json.js taken from https://github.com/douglascrockford/JSON-js
- trim taken from http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/string/string.js?r=2
- The following functions are taken from nodeunit - https://github.com/caolan/nodeunit, https://github.com/caolan/nodeunit/blob/master/LICENSE: deepEqual
- base64.js implementation taken from @dankogai's https://github.com/dankogai/js-base64, MIT licensed