Source: node-es6-map Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-d , node-es5-ext , node-es6-iterator , node-es6-set , node-es6-symbol , node-event-emitter Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-es6-map Vcs-Git: https://salsa.debian.org/js-team/node-es6-map.git Homepage: https://github.com/medikoo/es6-map Rules-Requires-Root: no Package: node-es6-map Architecture: all Depends: ${misc:Depends} , node-d , node-es5-ext , node-es6-iterator , node-es6-set , node-es6-symbol , node-event-emitter Description: ECMAScript6 Map polyfill Map collection as specified in ECMAScript6 . Warning: 0.1 version does not ensure O(1) algorithm complexity (but O(n)). This shortcoming will be addressed in 1.0. . Node.js is an event-based server-side JavaScript engine.