{"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"keywords":["map","polyfill","javascript","js","alternative","fast"],"dist-tags":{"latest":"1.5.0"},"author":{"name":"Baz","email":"baz@thinkloop.com"},"description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","readme":"# Map Or Similar\nReturns a JavaScript Map() or a similar object with the same interface, if Map is not available.\nFocuses on performance.\nNo dependencies.\nMade for the browser and nodejs.\n\n## Install\n```javascript\nnpm install map-or-similar --save\n```\n\n## Use\n```javascript\nvar MapOrSimilar = require('map-or-similar');\n\n// make a new map or similar object\nvar myMap = new MapOrSimilar();\n\n// use it like a map\nmyMap.set('key1', 'value1');\nmyMap.set({ val: 'complex object as key' }, 'value2');\n```\n\nThe following methods and properties are supported identically to Map():\n\n```Slim\nset(key, val)     : Sets a value to a key. Key can be a complex object, array, etc.\nget(key)          : Returns the value of a key.\nhas(key)          : Returns true if the key exists, otherwise false.\ndelete(key)       : Deletes a key and its value.\nforEach(callback) : Invokes callback(val, key, object) once for each key-value pair in insertion order.\nsize              : Returns the number of keys-value pairs.\n```\n\nDoes not support other Map methods or properties.\n\n## Test\n```javascript\nnpm run test\n```\n\n## License\n\nReleased under an MIT license.\n\n### Other Libs\n\n- [Memoizerific](https://github.com/thinkloop/memoizerific): Fastest, smallest, most-efficient JavaScript memoization lib to memoize JS functions.\n- [Multi Key Cache](https://github.com/thinkloop/multi-key-cache): A JavaScript (JS) cache that can have multiple complex values as keys.\n","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"users":{"thinkloop":true},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"license":"MIT","versions":{"1.0.1":{"name":"map-or-similar","version":"1.0.1","description":"A JavaScript (JS) Map or a similar structure if Map() is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine --verbose"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"c90f271c09f01910b7e0bcf09cd7f85e41d030e8","_id":"map-or-similar@1.0.1","_shasum":"3e4dad1193c63398f327474c6135077e1b6ec901","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"3e4dad1193c63398f327474c6135077e1b6ec901","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.1.tgz","integrity":"sha512-+QHhEwgNNmkXMaO/dNXFULkfh88+CvfN2vXuL0vkzA/A/MZOUbXYb747XvdpRLzj3pI4+GqzgWyzPcjlsYxZkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvesckQc97lhEVdzJZulJiNxsrpnLqurSm+KQ3GRa+vAiEA508yL33xasjVrTBqj9nFKryyhc2AR7mXIt61Xw2Vhpw="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.1.tgz_1454463074143_0.6854577204212546"}},"1.0.2":{"name":"map-or-similar","version":"1.0.2","description":"A JavaScript (JS) Map or a similar structure if Map() is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine --verbose"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"d362f8e953ee42aacbed6207ebbd9dfc12bf0442","_id":"map-or-similar@1.0.2","_shasum":"3871d96a5b76caf0b0ae622c22e1ebe921a421b0","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"3871d96a5b76caf0b0ae622c22e1ebe921a421b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.2.tgz","integrity":"sha512-Y1OhygVWMjpc+S8zkAMZcHr7FtV9sb5gvaLB7vcPMCEpl5Z8SDvde93s/5O0CurVFOxq/my0NL1tXpbqPpZZZg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjH1Z2KcNZC/NdZeGNzoHH2luA4eorSlaSv1yDIY6jPgIhAIXkZCEDo5XZujbrWEwv5CvxOhhqdrEEvZHu0horT9Uf"}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.2.tgz_1454463243756_0.005605084355920553"}},"1.0.3":{"name":"map-or-similar","version":"1.0.3","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine --verbose"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"2a9628fe015e443ab9bc83653f76185257dd0126","_id":"map-or-similar@1.0.3","_shasum":"9c2715404c90f0f2d5955cf627b021d75e2626d9","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"9c2715404c90f0f2d5955cf627b021d75e2626d9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.3.tgz","integrity":"sha512-rLfXWL25bMw4k37rxgQN69VweEJTewS9VVZLNR9wwj6tP23rK28J500dTXhgg/glSAalddXem1drtzqiNifC+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4qd0n/RpPOi7+udA829dC+vtD9xx/F3uTpe7C7yz4rwIhAOwFnCrxENcGwJY0aq08BosmE9WyRBEtXw6YMSIflt8t"}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.3.tgz_1454463434177_0.2688817868474871"}},"1.0.4":{"name":"map-or-similar","version":"1.0.4","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"2303d498402b8e1b08826540e4c62f78fc22e5d0","_id":"map-or-similar@1.0.4","_shasum":"680324108897c46fe186bf2223859a87e83f5551","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"680324108897c46fe186bf2223859a87e83f5551","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.4.tgz","integrity":"sha512-xWJBCQtLIjOmgL1AD6RQUJThU6eub8wDmsLdICD0GQ/hMOFM9/E/JDsoaq4yLMQM39IUQgnNc14J3FAD4TmQNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZPnBClgrVr4go4jUgCjYUvEyREiL1eN3XE0wZm2Py+AIhAKtWGaMVEsInTuVTpi4bbdn4e3rsogMtuFInGT+BGMzR"}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.4.tgz_1454484660772_0.4817285710014403"}},"1.0.5":{"name":"map-or-similar","version":"1.0.5","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"f3b2ab078d95dc0311ab7cc1883c8c29734f89d0","_id":"map-or-similar@1.0.5","_shasum":"0461ebb393fe78774e4f90f3e3a9d0c667d33455","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"0461ebb393fe78774e4f90f3e3a9d0c667d33455","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.5.tgz","integrity":"sha512-QH0TbJPChBOkCvM7y8+AtIB2fDYv1MMGoNkwAAvtxYHu3xhd3TNxYx3k2J7V3S39XM2iZzlcHOGAy+vn8+W4FA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0xSN+RiRv+4bW6tQrUoL6MktoGQ0qDo7GmazQWlaeugIgLF2qDgwgqONfq9GescSMLRFoAAX5Xi/pOSgFphRIfmU="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.5.tgz_1454485471499_0.22581671667285264"}},"1.0.6":{"name":"map-or-similar","version":"1.0.6","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run test","build":"npm run build:browserify && npm run build:minify && npm run build:gzip","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire > map-or-similar.js","build:minify":"uglifyjs map-or-similar.js --compress drop_console,unused=false --mangle --screw-ie8 > map-or-similar.min.js","build:gzip":"gzip --best -v -c map-or-similar.min.js > map-or-similar.min.gzip.js","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"d18dccc9c0c693107976ef23309bb7a4308c9ede","_id":"map-or-similar@1.0.6","_shasum":"c031d9700dbb2a786e6ef44e81003e28a607dd4b","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"c031d9700dbb2a786e6ef44e81003e28a607dd4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.0.6.tgz","integrity":"sha512-UWXhLH0N9f4ZhfA3vXji+bwUVPTGTANnmuJ4uvmHSUPCQw48nLqYaXzBVEtSE8JNjrFBDlXDMZLYTR0vMhRrdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDW8qDMa31Thz6zW/HMLxWNqCNBtD0fn3SK6JBKeoBHIAiB9Be0AMh0iGLW6mAAIHDt9/FQqjhiNQ5cAW+bDMd0zPA=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.0.6.tgz_1454485568843_0.4510940327309072"}},"1.1.1":{"name":"map-or-similar","version":"1.1.1","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'publish' && npm version patch && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"dcbe99a2b8f59be3029dbdc59ac665d7a90c6d9a","_id":"map-or-similar@1.1.1","_shasum":"ca88665fa8243b202b1e0da7adf9d5fc244e559c","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"ca88665fa8243b202b1e0da7adf9d5fc244e559c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.1.1.tgz","integrity":"sha512-7Ln283yRsdO1cJZvTTZceE5Z1P9/UHchVvZUmx+jenro+Dicv+Ps34557QlMy8nl+nf7c8XWMdDcFEWILRhoYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBvgWjtM5nloYgFGE+cBJwqniS6yHPC4L4EFG68YEWrAIgQ5YrNHunHq7EMet78SAw2pZfJTxmUtinA6/wzjTlplQ="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/map-or-similar-1.1.1.tgz_1454496075031_0.09093914716504514"}},"1.1.2":{"name":"map-or-similar","version":"1.1.2","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'publish' && npm version patch && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"08ab719ace33217a3db4889d65bcf71e4005c5ec","_id":"map-or-similar@1.1.2","_shasum":"8c6556a8ef526258525d1f5b86a24d9351d27437","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"8c6556a8ef526258525d1f5b86a24d9351d27437","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.1.2.tgz","integrity":"sha512-5iAW54B0hxd6tW9s1B/xy03KJ8g1kZymARt1/WvK7RpziZIgd9f/lhNqhzjqX0eXPFLo4XVRnv+gwfVhlvkQGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVvc+euqhtDyabvtKAUjnN3eT63FKAf/JC01C94CF+SAiAFn8NStqMx4pXDNrJmXsuZ06cXWo0nC4yBnKSfintIGg=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.1.2.tgz_1454496199515_0.6383708650246263"}},"1.1.3":{"name":"map-or-similar","version":"1.1.3","description":"A JavaScript Map() or a Similar() object if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'build & publish' && npm version patch && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"d96b6d865459e516751a92956d989bf6058c9b86","_id":"map-or-similar@1.1.3","_shasum":"22e3553bdb0d11cc4d3c91c5d86ad542976b156f","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"22e3553bdb0d11cc4d3c91c5d86ad542976b156f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.1.3.tgz","integrity":"sha512-LiCMxajWrIwe9X+CU8v840kFAL0A8daVGWfqauSBudp9JUk9+xiw1AcXPg7rQyj/dqXnKRbv1TuN8g0Flna9+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDwzCR1ze1ovC9VjzLiDb7AbokDqTkdt5sl5Gc0xKznAiB8UByM7DJADI8X2jg8kJKCk6OI2wxFoy0tmLytHpaK7w=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/map-or-similar-1.1.3.tgz_1454496437639_0.8258103469852358"}},"1.1.4":{"name":"map-or-similar","version":"1.1.4","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'build & publish' && npm version minor && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.0","derequire":"^2.0.3","jasmine":"^2.4.1","uglify-js":"^2.6.1"},"gitHead":"0718eb0e8180301fa270a3d7effe73ae80e9f227","_id":"map-or-similar@1.1.4","_shasum":"fe8e5115c2e892863f0202c0497c6c3a6b08ef58","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"fe8e5115c2e892863f0202c0497c6c3a6b08ef58","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.1.4.tgz","integrity":"sha512-zRt3jE7V9NwWVy1R5BtJaUP99Lg20o+wFgDVrEW2omYI9WLC1X6DhIikAz6UVchktMIgOfI6YXA8+CEyUMUY1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDD6BM7gg72Fs7GYSHdA5I/tafs75D8ysqRG0IvX98eXAIhAKtse/pLWmoasv/c11w50wxUn0IKUzutWsIC9fsF3Ain"}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/map-or-similar-1.1.4.tgz_1463645826606_0.18106722016818821"}},"1.2.0":{"name":"map-or-similar","version":"1.2.0","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'build & publish' && npm version patch && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.1","derequire":"^2.0.3","jasmine":"^2.4.1","npm-check-updates":"^2.6.5","uglify-js":"^2.6.2"},"gitHead":"b4d198500fde87dab596625ba141036221794d72","_id":"map-or-similar@1.2.0","_shasum":"a0d8389acbf84918335739b8855c4c302290c5da","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"a0d8389acbf84918335739b8855c4c302290c5da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.2.0.tgz","integrity":"sha512-c/7H1AiTgtGAa/5W/p/hGQIDqm/6EaZ4EOsepnHglraRkw/qtbQXFTV7iR8v95Iw1J1MPl02qJ7K1BT1Iysunw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgLYkTSlJ2NGgWImTmumNngAvI/VjJMcZNg7dYcSHMhAiAxm6GNfCha5vkRV3/WMIiGodQ1lYMPmH8ZwxiMnEOLfQ=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/map-or-similar-1.2.0.tgz_1463645960712_0.5134628613013774"}},"1.2.1":{"name":"map-or-similar","version":"1.2.1","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","prepublish":"npm run build && git add --all && git commit -m 'build & publish' && npm version patch && git push && git push --tags"},"devDependencies":{"browserify":"^13.0.1","derequire":"^2.0.3","jasmine":"^2.4.1","npm-check-updates":"^2.6.5","uglify-js":"^2.6.2"},"gitHead":"950a770ed93e7387f4d3f381de68b524e7f61206","_id":"map-or-similar@1.2.1","_shasum":"b751a3906d00bac6e8f1e8040947f3801c770261","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"b751a3906d00bac6e8f1e8040947f3801c770261","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.2.1.tgz","integrity":"sha512-yZYNThbv4kAX1HrOJfT0sGRzQz61tfstPbEpsQLl8gYlHQKnCFTU/OtFdmI0BJDArCRhKXoQT1rFFaWy8mqHHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICpKVDWsB61WXfp52YLURQo83c9R0UV2TqRixG44nSB2AiBKWc7cqwcyJTkajeolHMVVsdCBDUj6i3Qc6gdqAjgzaA=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.2.1.tgz_1463646122383_0.7966783219017088"}},"1.2.3":{"name":"map-or-similar","version":"1.2.3","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"@thinkloop"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"src/map-or-similar.js","scripts":{"prebuild":"npm run -s test","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","publish_to_npm":"npm run build && git add --all && git commit -m \"build for publish\" && npm version patch && git push && git push --tags && npm publish","_":"","test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","__":"","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c"},"devDependencies":{"browserify":"^13.0.1","derequire":"^2.0.3","jasmine":"^2.4.1","npm-check-updates":"^2.6.5","uglify-js":"^2.6.2"},"gitHead":"38853a963b534db993863903ab0d9af5b6c0aef0","_id":"map-or-similar@1.2.3","_shasum":"6c854ab8f39f77ad995e6566fe96ecd5ac8043c5","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"6c854ab8f39f77ad995e6566fe96ecd5ac8043c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.2.3.tgz","integrity":"sha512-Vzh0fEqhtBPhL+O31Uno49zOFogt7GuvXOWPdSogPP1R9N7sQW3wxchTbjHuBNET940xby+N+ki0pDI0IsY+Qg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHndWhJ4U2hTC1SjewyQF1G1sVoZGYmoy6MM+uVYQbucAiAU7KqPN8MTlbxeSmZZl2R6faJVQ8hBbDHzXOkpFqJ9JQ=="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.2.3.tgz_1463650673896_0.48234589002095163"}},"1.3.0":{"name":"map-or-similar","version":"1.3.0","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"Baz","email":"baz@thinkloop.com"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"./map-or-similar.min.js","scripts":{"test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","publish_to_npm":"npm run build && git add --all && git commit -m \"build for publish\" && npm version minor && git push && git push --tags && npm publish","__":"","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c"},"devDependencies":{"browserify":"13.1.1","derequire":"2.0.3","jasmine":"2.5.2","uglify-js":"2.7.5"},"gitHead":"7fbe8908d008e0d3a26e9a12da211a8e4d56de64","_id":"map-or-similar@1.3.0","_shasum":"2116e8e82739b8e9c87aec564cf6e521d2c0d690","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.2.1","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"2116e8e82739b8e9c87aec564cf6e521d2c0d690","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.3.0.tgz","integrity":"sha512-jh+N1QaR3qg0uUgIxftfclMLA4HUmyZQDUMrVsNJO5+qCZBIj2IQV96wXKOjFhWZI9bzXpc8TRDNDgbjhs8R+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDYRQyR+otWTbweOLzEY82IKkBL3M7wNUQO4XzvLAiAsAiEAvg7FtknxUhyq5O9xIIxfpBILB4WwG3FD4kvczXMFWe0="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/map-or-similar-1.3.0.tgz_1481288086540_0.49430877761915326"}},"1.4.0":{"name":"map-or-similar","version":"1.4.0","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"Baz","email":"baz@thinkloop.com"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"./src/map-or-similar.js","scripts":{"test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","publish_to_npm":"npm version minor && git push && git push --tags && npm publish","__":"","build:browserify":"browserify src/map-or-similar.js --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c"},"devDependencies":{"browserify":"13.1.1","derequire":"2.0.3","jasmine":"2.5.2","uglify-js":"2.7.5"},"gitHead":"edb1744253d489028aa62c5258731fb7a24c6525","_id":"map-or-similar@1.4.0","_shasum":"d212acc3b1e78e6da3eb7a1fb232940996242976","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"d212acc3b1e78e6da3eb7a1fb232940996242976","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.4.0.tgz","integrity":"sha512-LoRReUzRQnfh0YPcKQ01Nrt6tIkCl6fZGNovLHMS1HknBJ3P8kSbZwloL6uFMmDNzRECGGEa5I5FmdyFsPi/Ig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHwOOn2e+IhBrmz/gVlqPcitYxqBt4I5H962+ZWkdAQUAiEAlg9wP/naUnD/hozE4k9Fz2bWxnJkDLGEj1iX/oopLdw="}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.4.0.tgz_1484901935469_0.615975656080991"}},"1.5.0":{"name":"map-or-similar","version":"1.5.0","description":"A JavaScript (JS) Map or Similar object polyfill if Map is not available.","license":"MIT","author":{"name":"Baz","email":"baz@thinkloop.com"},"keywords":["map","polyfill","javascript","js","alternative","fast"],"homepage":"https://github.com/thinkloop/map-or-similar#readme","repository":{"type":"git","url":"git+https://github.com/thinkloop/map-or-similar.git"},"bugs":{"url":"https://github.com/thinkloop/map-or-similar/issues"},"main":"./src/map-or-similar.js","browser":"./map-or-similar.js","scripts":{"test":"JASMINE_CONFIG_PATH=jasmine.json jasmine","build":"npm run -s build:browserify | tee map-or-similar.js | npm run -s build:minify | tee map-or-similar.min.js | npm run -s build:gzip > map-or-similar.min.gzip.js","publish_to_npm":"npm version minor && git push && git push --tags && npm publish","__":"","build:browserify":"browserify src/map-or-similar.js --node --detectGlobals false --standalone map-or-similar | derequire","build:minify":"uglifyjs --compress drop_console,unused=false --mangle --screw-ie8","build:gzip":"gzip --best -v -c"},"devDependencies":{"browserify":"13.1.1","derequire":"2.0.3","jasmine":"2.5.2","uglify-js":"2.7.5"},"gitHead":"a8fc9cee2f13ce047001b03f51657f50cef42903","_id":"map-or-similar@1.5.0","_shasum":"6de2653174adfb5d9edc33c69d3e92a1b76faf08","_from":".","_npmVersion":"3.10.10","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"bk@thinkloop.com"},"dist":{"shasum":"6de2653174adfb5d9edc33c69d3e92a1b76faf08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/map-or-similar/-/map-or-similar-1.5.0.tgz","integrity":"sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrDbtmxu8kQs8LSNI1xyELlcltapWJ8uyhAA23FD1GUgIhAJTzeLPs8qk3aitPwTxZ4sMe5gBQujqGei9oOlB3UriZ"}]},"maintainers":[{"name":"anonymous","email":"bk@thinkloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-or-similar-1.5.0.tgz_1484904826613_0.1709790830500424"}}},"name":"map-or-similar","time":{"modified":"2022-06-19T15:52:11.213Z","created":"2016-02-03T01:31:17.097Z","1.0.1":"2016-02-03T01:31:17.097Z","1.0.2":"2016-02-03T01:34:06.410Z","1.0.3":"2016-02-03T01:37:16.983Z","1.0.4":"2016-02-03T07:31:03.514Z","1.0.5":"2016-02-03T07:44:33.966Z","1.0.6":"2016-02-03T07:46:11.340Z","1.1.1":"2016-02-03T10:41:16.197Z","1.1.2":"2016-02-03T10:43:22.547Z","1.1.3":"2016-02-03T10:47:18.931Z","1.1.4":"2016-05-19T08:17:09.998Z","1.2.0":"2016-05-19T08:19:23.767Z","1.2.1":"2016-05-19T08:22:04.565Z","1.2.3":"2016-05-19T09:37:56.300Z","1.3.0":"2016-12-09T12:54:47.185Z","1.4.0":"2017-01-20T08:45:37.042Z","1.5.0":"2017-01-20T09:33:48.516Z"},"readmeFilename":"README.md","homepage":"https://github.com/thinkloop/map-or-similar#readme"}