{"_id":"map-like","_rev":"10-54f6c24cdbfcd50afedabc5213dec9a9","name":"map-like","description":"ECMAScript Map like object.","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.1":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.0.1","description":"ECMAScript Map like object.","main":"lib/MapLike.js","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation readme --access public --access undefined --section \"API\" src/MapLike.js","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta5","expect.js":"^0.3.1","mocha":"^2.4.5"},"gitHead":"02a1fa68bfdd4fa568c4b2d21610c87ec2934d06","_id":"map-like@1.0.1","_shasum":"4bb512e7642076c1e28d35e2b4bc8fcab792273c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"4bb512e7642076c1e28d35e2b4bc8fcab792273c","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.0.1.tgz","integrity":"sha512-L+Dsl/gYZeYoZTJAS+NHJ2EazJBUV5naldRWTGXRjjJnBXr8BQCUUHXV2Yb4LMcrzUi2WeW2fL3RXE2a3wO4TA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFMXAHLSjhd2Ggo7+4CBoykikdQFYm2jsnGLFJWf6ioJAiEAnK36X+2c60avFyKosel8rTK3EiOFH+swddW2UbzQdGU="}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-like-1.0.1.tgz_1465047858076_0.10699572530575097"}},"1.0.3":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.0.3","description":"ECMAScript Map like object.","main":"lib/MapLike.js","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation readme --access public --access undefined --section \"API\" src/MapLike.js","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta5","expect.js":"^0.3.1","mocha":"^3.1.0"},"gitHead":"2b7cfc1b468fa44bddd77bda2ff18c0ea4505d70","_id":"map-like@1.0.3","_shasum":"1bda42b0510116730c878366de9e7ef8cc375131","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"1bda42b0510116730c878366de9e7ef8cc375131","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.0.3.tgz","integrity":"sha512-fq1JUGZLZJf8ztxIT2JOEdb0lGbR04dNV2A+s3MSBpiNSgwnh0ZSJufmgHQkBs7J4WqacTJJK0R12YA4NpROag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG4UWd1iL6PlQmlxDA4X6eTfRxS4DTf1m3FN5+7NZDggIhAP1G6mATJhonZt8+TP2QIZu4lK3HR85BMfhE/a85sVoc"}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-like-1.0.3.tgz_1475295815058_0.4025974115356803"}},"1.1.0":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.1.0","description":"ECMAScript Map like object.","main":"lib/MapLike.js","types":"lib/MapLike.d.ts","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps --copy-files","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation build -a public -a undefined --theme ./node_modules/documentation-markdown-api-theme/lib/index -f html -o out.md src/MapLike.js && cat out.md | add-text-to-markdown README.md --section \"API\" --write; rm out.md","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha && npm run test:ts","test:ts":"tsc -p test"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"add-text-to-markdown":"^2.0.0","babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta9","documentation-markdown-api-theme":"^1.0.2","expect.js":"^0.3.1","mocha":"^3.1.0","typescript":"~2.2.1"},"gitHead":"037ce3b515837574f58af8aee30ee59c43d8887f","_id":"map-like@1.1.0","_shasum":"c0700757955253b629335492f89d4002115795c0","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.2.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"c0700757955253b629335492f89d4002115795c0","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.1.0.tgz","integrity":"sha512-3Ogh+1+3pbtcsFHErNv2ymR8BpVhng+iT3619ujhqhgahL7Cm/TuVUnaIYqKD6QeGscrbgRZBHWd9eu8dYtiHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDX4gAOzEgX90b+1CHgGVJLSLlfW0LJss4fOmUukmXibAiEAvasYImMVSY1f79Ay99yQ5+nvNti3nNSrHfg73FdkPdk="}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-like-1.1.0.tgz_1490264826747_0.10744492569938302"}},"1.1.1":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.1.1","description":"ECMAScript Map like object.","main":"lib/MapLike.js","types":"lib/MapLike.d.ts","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps --copy-files","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation build -a public -a undefined --theme ./node_modules/documentation-markdown-api-theme/lib/index -f html -o out.md src/MapLike.js && cat out.md | add-text-to-markdown README.md --section \"API\" --write; rm out.md","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha && npm run test:ts","test:ts":"tsc -p test"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"add-text-to-markdown":"^2.0.0","babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta9","documentation-markdown-api-theme":"^1.0.2","expect.js":"^0.3.1","mocha":"^3.1.0","typescript":"~2.2.1"},"gitHead":"c40bf7706bb77c57fc478a8e61686983804108dd","_id":"map-like@1.1.1","_shasum":"2c27d197e405ba8acd30bd2df25d8361238ec73c","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.2.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"2c27d197e405ba8acd30bd2df25d8361238ec73c","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.1.1.tgz","integrity":"sha512-WbPZJk9nCzQ5mW7SeS831kIsXWgcXW9URl/2MTLEig5MoPvZSBW4Rzr/mEUQtUs5Hy4zVM9IgyAuwiCA+Gfb4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHxuMWJg2GkGX3E3d19U88XTF3AYMum8mgUnEUIVUooAIhAJvijhg8vHFtMGZLwWvd2o+sX7ZJ/jPxV5FOARxSsQad"}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/map-like-1.1.1.tgz_1492087656066_0.13244813890196383"}},"1.1.2":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.1.2","description":"ECMAScript Map like object.","main":"lib/MapLike.js","types":"lib/MapLike.d.ts","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps --copy-files","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation build -a public -a undefined --theme ./node_modules/documentation-markdown-api-theme/lib/index -f html -o out.md src/MapLike.js && cat out.md | add-text-to-markdown README.md --section \"API\" --write; rm out.md","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha && npm run test:ts","test:ts":"tsc -p test"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"add-text-to-markdown":"^2.0.0","babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta9","documentation-markdown-api-theme":"^1.0.2","expect.js":"^0.3.1","mocha":"^3.1.0","typescript":"~2.2.1"},"gitHead":"da62fa11043be111631b04acf2c83e400bb43126","_id":"map-like@1.1.2","_shasum":"f42a301ebd9290372b9e4ddc49e5df9804a507b9","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.2.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"f42a301ebd9290372b9e4ddc49e5df9804a507b9","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.1.2.tgz","integrity":"sha512-Tgu/+LwKvq+qT5jygB5g7hl0Ot9nyTIxPPVXQFymDFULf6B3EI3gdki8VWmZG5oHEokQMDPsChateQlnnkY3lg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHf6e0Mv4vS93HJCmaPI8uJtvhGenROeMnfuA4O6THcwAiAy1aLJULZj7Sp604bXfZXm2G1Hl5pKKpATnxlyiUzH+w=="}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/map-like-1.1.2.tgz_1492856787634_0.6402753649745136"}},"1.1.3":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"1.1.3","description":"ECMAScript Map like object.","main":"lib/MapLike.js","types":"lib/MapLike.d.ts","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps --copy-files","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation build -a public -a undefined --theme ./node_modules/documentation-markdown-api-theme/lib/index -f html -o out.md src/MapLike.js && cat out.md | add-text-to-markdown README.md --section \"API\" --write; rm out.md","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha && npm run test:ts","test:ts":"tsc -p test"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"add-text-to-markdown":"^2.0.0","babel-cli":"^6.7.5","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta9","documentation-markdown-api-theme":"^1.0.2","expect.js":"^0.3.1","mocha":"^3.1.0","typescript":"~2.2.1"},"gitHead":"90650cc19f52beac2c7762461969bcc003e2a4f0","_id":"map-like@1.1.3","_shasum":"6faaca5339e0cc6567a3a55dd281fd871a39e5da","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.2.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"6faaca5339e0cc6567a3a55dd281fd871a39e5da","tarball":"https://registry.npmjs.org/map-like/-/map-like-1.1.3.tgz","integrity":"sha512-aRBWQ/8kES+dtzdRyl68J5yCJ5Q038ri6F26wPkIV0rzhqvuxlpbaVQ3aMkXWaXo3utKOxOPaVH/iDvUXi7qoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGdTZZQx3bpw8ywNBRbxf5nRf6KTAJEmqWLPAQFcL4PiAiEAliPE+HkHMfRB00K+4DS7XkTA9kDGSpldChXg43by2ew="}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/map-like-1.1.3.tgz_1497066286443_0.41795009444467723"}},"2.0.0":{"name":"map-like","repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"email":"azuciao@gmail.com","homepage":"https://github.com/azu/map-like","license":"MIT","files":["src/","lib/"],"bugs":{"url":"https://github.com/azu/map-like/issues"},"version":"2.0.0","description":"ECMAScript Map like object.","main":"lib/MapLike.js","types":"lib/MapLike.d.ts","directories":{"test":"test"},"scripts":{"build":"NODE_ENV=production babel src --out-dir lib --source-maps --copy-files","watch":"babel src --out-dir lib --watch --source-maps","update:docs":"documentation build -a public -a undefined --theme ./node_modules/documentation-markdown-api-theme/lib/index -f html -o out.md src/MapLike.js && cat out.md | add-text-to-markdown README.md --section \"API\" --write; rm out.md","prepublish":"npm run --if-present build","pretest":"npm run build","test":"mocha && npm run test:ts","test:ts":"tsc -p test"},"keywords":["map","es6","structure","polyfill"],"devDependencies":{"add-text-to-markdown":"^2.0.0","babel-cli":"^6.7.5","babel-plugin-transform-runtime":"^6.7.5","babel-preset-es2015":"^6.6.0","babel-preset-power-assert":"^1.0.0","babel-register":"^6.7.2","documentation":"^4.0.0-beta9","documentation-markdown-api-theme":"^1.0.2","expect.js":"^0.3.1","mocha":"^3.1.0","typescript":"~2.2.1"},"gitHead":"637c0ddf07d75e7c3e6f1730779cafb9d36ed86e","_id":"map-like@2.0.0","_shasum":"94496d49ad333c0dc3234b27adbbd1e8535953b4","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.2.0","_npmUser":{"name":"azu","email":"azuciao@gmail.com"},"dist":{"shasum":"94496d49ad333c0dc3234b27adbbd1e8535953b4","tarball":"https://registry.npmjs.org/map-like/-/map-like-2.0.0.tgz","integrity":"sha512-CbgcN622YzXC+k9oUroBSPFVX4in/w66mab/zpvSfFeUezSGD8C13c2RetyM1eo1jkp3sKrzvmf2HFEp5QOdZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyabfyh8Tmtnmn0opYvI32dPsbUBNubMRgQytszjzh5wIgK+60aSmpRjMebw4hdOooIoloOJY6gQ2UDaxgUZDonro="}]},"maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/map-like-2.0.0.tgz_1499958332223_0.8924267755355686"}}},"readme":"# map-like [![Build Status](https://travis-ci.org/azu/map-like.svg?branch=master)](https://travis-ci.org/azu/map-like)\n\nECMAScript `Map` like class.\n\nIt has same API with [Map - JavaScript | MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map \"Map - JavaScript | MDN\").\n\nIt is tiny library - 1.5kB(gzip).\n\n    ✈ bundle-size map-like\n    map-like@1.0.3\n\n    env  bundle   minify   gzip\n    --   5.73 kB  3.08 kB  1.5 kB\n\n## Limitation :warning:\n\n- Not support `Symbol.Iterator` - it means `MapLike` is not iterable. \n- Not support `toString()`\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n    npm install map-like\n\n## Usage\n\n```js\nconst { MapLike } = require(\"map-like\");\nconst map = new MapLike([\"key\", \"value\"]);\nconst value = map.get(\"key\");\nmap.set(\"newKey\", \"newValue\");\n```\n\n## API\n\n### `MapLike`\n\nES6 Map like object.\nSee [Map - JavaScript | MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map \"Map - JavaScript | MDN\")\n\n#### `size`\n\nreturn map size\n\nReturns: **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)**\n\n#### `entries(): Array`\n\nentries \\[[key, value], [key, value]] value\n\nReturns: **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)**\n\n#### `keys(): Array`\n\nget keys\n\nReturns: **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)**\n\n#### `values(): Array`\n\nget values\n\nReturns: **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)**\n\n#### `get(key: Any): Any`\n\n**Parameters**\n\n- `key`: **Any** - The key of the element to return from the Map object.\n\nReturns: **Any**\n\n#### `has(key: Any): boolean`\n\nhas value of key\n\n**Parameters**\n\n- `key`: **Any** - The key of the element to return from the Map object.\n\nReturns: **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**\n\n#### `set(key: Any, value: Any): MapLike`\n\nset value for key\n\n**Parameters**\n\n- `key`: **Any** - The key of the element to return from the Map object.\n- `value`: **Any**\n\nReturns: **MapLike**\n\n#### `delete(key: Any): boolean`\n\ndelete value for key\n\n**Parameters**\n\n- `key`: **Any** - The key of the element to return from the Map object.\n\nReturns: **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**\n\n#### `clear(): MapLike`\n\nclear defined key,value\n\nReturns: **MapLike**\n\n#### `forEach(handler: function (value, key, map), thisArg: [Any])`\n\nforEach map\n\n**Parameters**\n\n- `handler`: **function (value, key, [map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map))**\n- `thisArg`: **\\[Any]**\n\n## Changelog\n\nSee [Releases page](https://github.com/azu/map-like/releases).\n\n## Running tests\n\nInstall devDependencies and Run `npm test`:\n\n    npm i -d && npm test\n\n## Contributing\n\nPull requests and stars are always welcome.\nFor bugs and feature requests, [please create an issue](https://github.com/azu/map-like/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- [github/azu](https://github.com/azu)\n- [twitter/azu_re](http://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n\n## Thanks\n\nTest `MapLike` with test-case of <https://github.com/Financial-Times/polyfill-service/blob/master/polyfills/Map/tests.js>.\n","maintainers":[{"name":"azu","email":"azuciao@gmail.com"}],"time":{"modified":"2022-06-19T15:51:46.177Z","created":"2016-06-04T13:44:18.579Z","1.0.1":"2016-06-04T13:44:18.579Z","1.0.3":"2016-10-01T04:23:35.290Z","1.1.0":"2017-03-23T10:27:06.995Z","1.1.1":"2017-04-13T12:47:38.033Z","1.1.2":"2017-04-22T10:26:27.877Z","1.1.3":"2017-06-10T03:44:46.690Z","2.0.0":"2017-07-13T15:05:32.360Z"},"homepage":"https://github.com/azu/map-like","keywords":["map","es6","structure","polyfill"],"repository":{"type":"git","url":"git+https://github.com/azu/map-like.git"},"author":{"name":"azu"},"bugs":{"url":"https://github.com/azu/map-like/issues"},"license":"MIT","readmeFilename":"README.md"}