{"_id":"fast-extend","_rev":"199861","name":"fast-extend","description":"A simple fast 'extend' function, without any extras.","dist-tags":{"latest":"1.0.2"},"maintainers":[{"name":"streamich","email":""}],"time":{"modified":"2021-06-03T12:31:06.000Z","created":"2017-07-29T21:34:50.819Z","1.0.2":"2018-02-11T10:46:16.652Z","1.0.1":"2018-02-11T10:42:57.588Z","1.0.0":"2018-02-09T14:15:04.002Z","0.0.2":"2017-07-29T21:36:35.999Z","0.0.1":"2017-07-29T21:34:50.819Z"},"users":{"soenkekluth":true},"versions":{"1.0.2":{"name":"fast-extend","version":"1.0.2","description":"A simple fast 'extend' function, without any extras.","keywords":["extend","object","assign","object-assign","fast","fast-extend"],"gitHead":"63eb89842126a9e1472706bf56e17ebc73b682df","_id":"fast-extend@1.0.2","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"3b8a5b09cbc8ff3d6d47eaf397398c0a643e441b","size":1426,"noattachment":false,"key":"/fast-extend/-/fast-extend-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-extend/download/fast-extend-1.0.2.tgz"},"maintainers":[{"name":"streamich","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-extend_1.0.2_1518345975961_0.19900929461164218"},"_hasShrinkwrap":false,"publish_time":1518345976652,"_cnpm_publish_time":1518345976652},"1.0.1":{"name":"fast-extend","version":"1.0.1","description":"A simple fast 'extend' function, without any extras.","gitHead":"5e7500aa91dddb8ccfc2966100d59f16579c7629","_id":"fast-extend@1.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"6dc3a69e1ed0a32eccfdf5befeb831ef849b46dd","size":703,"noattachment":false,"key":"/fast-extend/-/fast-extend-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-extend/download/fast-extend-1.0.1.tgz"},"maintainers":[{"name":"streamich","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-extend_1.0.1_1518345776899_0.7752303549399577"},"_hasShrinkwrap":false,"publish_time":1518345777588,"_cnpm_publish_time":1518345777588},"1.0.0":{"name":"fast-extend","version":"1.0.0","description":"A simple fast 'extend' function, without any extras.","gitHead":"f491d4121046d5b3b39fa9e6a7b5a9de272468da","_id":"fast-extend@1.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"19d28c3a125a1a12716e4fcac72102e44c6a3d0e","size":414,"noattachment":false,"key":"/fast-extend/-/fast-extend-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-extend/download/fast-extend-1.0.0.tgz"},"maintainers":[{"name":"streamich","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-extend_1.0.0_1518185703196_0.7722948295796259"},"_hasShrinkwrap":false,"publish_time":1518185704002,"_cnpm_publish_time":1518185704002},"0.0.2":{"name":"fast-extend","version":"0.0.2","description":"A simple fast 'extend' function, without any extras.","_id":"fast-extend@0.0.2","scripts":{},"_shasum":"f5ec42cf40b9460f521a6387dfb52deeed671dbd","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"streamich","email":"vadimsdaleckis@gmail.com"},"dist":{"shasum":"f5ec42cf40b9460f521a6387dfb52deeed671dbd","size":3517,"noattachment":false,"key":"/fast-extend/-/fast-extend-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-extend/download/fast-extend-0.0.2.tgz"},"maintainers":[{"name":"streamich","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-extend-0.0.2.tgz_1501364195076_0.8360376353375614"},"directories":{},"publish_time":1501364195999,"_hasShrinkwrap":false,"_cnpm_publish_time":1501364195999},"0.0.1":{"name":"fast-extend","version":"0.0.1","description":"A simple fast 'extend' function, without any extras.","_id":"fast-extend@0.0.1","scripts":{},"_shasum":"228d1e14b03d1f1f2a9489c72f12d75a1066e6dd","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"streamich","email":"streamich@dalecky.com"},"dist":{"shasum":"228d1e14b03d1f1f2a9489c72f12d75a1066e6dd","size":3539,"noattachment":false,"key":"/fast-extend/-/fast-extend-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-extend/download/fast-extend-0.0.1.tgz"},"maintainers":[{"name":"streamich","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-extend-0.0.1.tgz_1501364089848_0.2031264912802726"},"directories":{},"publish_time":1501364090819,"_cnpm_publish_time":1501364090819,"_hasShrinkwrap":false}},"readme":"# fast-extend\n\nYet another JavaScript `Object.assign()` implementation, but very tiny and very fast.\n\n\n## Installation\n\n<pre>\nnpm i <a href=\"https://www.npmjs.com/package/fast-extend\">fast-extend</a> --save\n</pre>\n\n\n## Usage\n\n```js\nimport {extend} from 'fast-extend';\n\nconst e = extend(a, b, c, d);\n```\n\n\n## License\n\n[Unlicense](./LICENSE) &mdash; public domain.\n","_attachments":{}}