{"_id":"@aminya/underscore-plus","_rev":"3-4ed0692f7018f8a9309ad0a0f9c814c1","name":"@aminya/underscore-plus","dist-tags":{"latest":"1.9.0"},"versions":{"1.8.0":{"name":"@aminya/underscore-plus","version":"1.8.0","description":"Underscore plus additional utilities","licenses":[{"type":"MIT","url":"http://github.com/aminya/underscore-plus/raw/master/LICENSE.md"}],"main":"./lib/underscore-plus.js","es":"./modules/underscore-plus.js","scripts":{"clean":"shx rm -rf lib","test":"jasmine-focused --captureExceptions --coffee spec","bower":"shx cp lib/* dist","babel":"npm run clean && shx cp -r lib dist && env NODE_ENV=development env BABEL_ENV=development babel dist --out-dir dist","dev":"npm run clean && env NODE_ENV=development env BABEL_ENV=production rollup -c -w","build":"npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c ","prepare":"npm run build && npm run bower","prepublish":"npm run clean && npm run build && npm run bower"},"repository":{"type":"git","url":"git+https://github.com/aminya/underscore-plus.git"},"bugs":{"url":"https://github.com/aminya/underscore-plus/issues"},"keywords":["underscore"],"dependencies":{"underscore":"^1.10.2"},"devDependencies":{"@types/underscore":"^1.10.3","jasmine-focused":"1.x","rollup":"^2.18.2","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-node-resolve":"^8.1.0","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^6.1.0","@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/plugin-proposal-export-namespace-from":"^7.10.4","@babel/plugin-proposal-nullish-coalescing-operator":"^7.10.4","@babel/plugin-proposal-optional-chaining":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.10.4","shx":"^0.3.2"},"gitHead":"e4530094f235c327bc09c067f60fd4ff226ce321","homepage":"https://github.com/aminya/underscore-plus#readme","_id":"@aminya/underscore-plus@1.8.0","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-fWjlldxx4kW3i6eUfzUVXus4w/KLnWt/TkVyKGGcf+vyIbsrdMUwAMP/g8dhtXakXMCVsVnphgRc38rsBe9gxQ==","shasum":"7a4d55024c2efd98a8f251ec7ea1e84ab6ebdb02","tarball":"https://registry.npmjs.org/@aminya/underscore-plus/-/underscore-plus-1.8.0.tgz","fileCount":17,"unpackedSize":361218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAlKKCRA9TVsSAnZWagAAjsYP/20UKYVPmhbbPXXUNIkT\nfmv/Yd3VbBjrjBRvgrPLdM+6b3H8LFDxvSc5hX56DzKXCuCowEVcmHH3WX/K\nWRQTK/a1kdSRY98Q1AePJqBmcDrMXFS4nqYc8Hkj09H68U5ASZFsIO+ln/wF\n3fBHZijm9i5KLakYJ0kzTDpVyiimKw49JWQF383w/Qg9PKs89/cCzSYmqm2Z\n7ys0aR8fKQqO9lZna5KkhnpeC+9bAWhgYGQ7Zy4jwlbKuy+kPvtGwZvWJVwB\n3/87MURT/EfMLalUoYS73akY3cn+InIUfcobMg4Y8YwHSFWSgrCONX5e5xsi\nNp//eakFztPjf/ja+O0bJcqGYsySnhOPgeUPHOS653QCjFr3uq62MgfW5ekI\n36+TdUtjR3UlU4ZmaIrgX83VIRNdxPU2WRUFQ4Sa3Eecbnuu6BhGSYUAa4FS\nYhcY4Te0kDYKY5FnfEh06jZUVFExMo+7PPZsPkwlRcA4KzxK//pcuiCSr1Iz\nvwpj4fNYd5gPq9I7wdSs6eUnAK44aufKzFnLF5sJ7yFn7CYgfKwBhA2j4u0C\nIvweKLS4fQomgeo6heGoj6dvT5jHIYLcXkU7edVnoXa2Fqzpf+OLO3EHakRc\n++CWte/cyYZcYtRzAU+f5zEXePz/5e/qz+h+fAArCV9WtU+GgVpNNgFOJewz\nHV2D\r\n=4Twh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXnFscIWO1DaU6fhmrcDuqIzfb278R4eekFxPSIqMV3wIhAKISL48SPPNYe9RkEDohB/dX57PBT/4kw/y8q3F869qJ"}]},"maintainers":[{"name":"aminya","email":"aminyahyaabadi74@gmail.com"}],"_npmUser":{"name":"aminya","email":"aminyahyaabadi74@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/underscore-plus_1.8.0_1593987722066_0.11959942084308661"},"_hasShrinkwrap":false},"1.8.1":{"name":"@aminya/underscore-plus","version":"1.8.1","description":"Underscore plus additional utilities","licenses":[{"type":"MIT","url":"http://github.com/aminya/underscore-plus/raw/master/LICENSE.md"}],"main":"./lib/underscore-plus.js","es":"./modules/underscore-plus.js","scripts":{"clean":"shx rm -rf lib","test":"jasmine-focused --captureExceptions --coffee spec","lint":"coffeelint spec/*.coffee","bower":"shx cp lib/* dist","babel":"npm run clean && shx cp -r src lib && cross-env NODE_ENV=development cross-env BABEL_ENV=development babel lib --out-dir lib","dev":"npm run clean && cross-env NODE_ENV=development cross-env BABEL_ENV=production rollup -c -w","build":"npm run clean && cross-env NODE_ENV=production cross-env BABEL_ENV=production rollup -c ","prepare":"npm run clean && npm run build && npm run bower"},"repository":{"type":"git","url":"git+https://github.com/aminya/underscore-plus.git"},"bugs":{"url":"https://github.com/aminya/underscore-plus/issues"},"keywords":["underscore"],"dependencies":{"underscore":"^1.10.2"},"devDependencies":{"@types/underscore":"^1.10.3","jasmine-focused":"1.x","coffeelint":"^2.1.0","rollup":"^2.18.2","@rollup/plugin-commonjs":"^13.0.0","@rollup/plugin-node-resolve":"^8.1.0","rollup-plugin-babel":"^4.4.0","rollup-plugin-terser":"^6.1.0","@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/plugin-proposal-export-namespace-from":"^7.10.4","@babel/plugin-proposal-nullish-coalescing-operator":"^7.10.4","@babel/plugin-proposal-optional-chaining":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.10.4","shx":"^0.3.2","cross-env":"^7.0.2"},"coffeelintConfig":{"no_empty_param_list":{"level":"error"},"max_line_length":{"level":"ignore"}},"gitHead":"c5d46f539e928af5b76740261f41d172d934daf0","homepage":"https://github.com/aminya/underscore-plus#readme","_id":"@aminya/underscore-plus@1.8.1","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-MiGCwfNr6iYou5jaEICXGuQJBACyHt/RiCVjib136cjNmvrirXe4WIf7Px4YW4d2RPYxEHKiXV617CL26aa4tA==","shasum":"611946c0af7e905eda70cb2a585ace84f5302cd2","tarball":"https://registry.npmjs.org/@aminya/underscore-plus/-/underscore-plus-1.8.1.tgz","fileCount":11,"unpackedSize":352586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCZFnCRA9TVsSAnZWagAAg/MP/37Yz+0TZtI88fHjIMCX\nR3J9V/bp0fMhhByz31bHkMVLK79V4tME+AQk4EIfpS/8jJOGWf90KFDmh8SI\n1XQ3+v2jRpXb0A63EtQnTnDZsBW8xaN/6epmF5PnrB0qutR4+YUyedFMVm7C\n37D2daIpXJZOyBGM6ylFl3LKFOJ0qolt+bO+1SMD1IxX2VR5WK5VTtKlXVdG\nUc3pJ7MdLvHQvdfuBam/Y9pl/qBHHvbPvvjGB9Dl3ISbMuwVDXXjWi3Vp7p5\nYGwlyt7Dw8UF00CHNEJjPZ5sqMo1eLqG8VUsmKVqM6NyAe79G06cdqNEilKb\nwT9y26RphknvTU+rkEMvrKC/4TRJqxbts7Rmetzfy9u/17QcTmd8yfFnz987\nTkqQ6ShRvnwk8b3V+2DJlvIq3ihLmkBn7Dwpu8kJjVWbu7XMvNThrOLY0Xsc\n5WFLG2T2VT5aBZO7pkhlOvOHpTR4DicXJpR+7W4HoFu14aZnIqQcLmWmz8+f\nuhjoHSLh6ped8x1r0xNsPTwH1LVPQsukH9RzqhqnGg02TGXLQNKbJFdaJLTm\n0wP2hMKKwPyZBfd55LIgBe7mYT0qrcFDoDA/GZs+bN2s/Kwxcw3splmgzrXv\nJWEiI5S4ZZw9JzVOj8r1BUD0Iz+C808RPDVMEDtr5/39cAkY01qWo5EOEXyQ\nSbJu\r\n=0HYk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjaSjTX4A2lK3iACyXYEE2P3Z49MjYnhnMNk301NFRFQIgYiaLB7cTM2oMQJyExSQ2JkZFoMgrGy/tofYzTEtHOl8="}]},"maintainers":[{"name":"aminya","email":"aminyahyaabadi74@gmail.com"}],"_npmUser":{"name":"aminya","email":"aminyahyaabadi74@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/underscore-plus_1.8.1_1594462567462_0.17965986492726538"},"_hasShrinkwrap":false},"1.9.0":{"name":"@aminya/underscore-plus","version":"1.9.0","description":"Underscore plus additional utilities","licenses":[{"type":"MIT","url":"http://github.com/aminya/underscore-plus/raw/master/LICENSE.md"}],"main":"./lib/underscore-plus.js","module":"./modules/underscore-plus.js","source":"./src/underscore-plus.mjs","repository":{"type":"git","url":"git+https://github.com/aminya/underscore-plus.git"},"bugs":{"url":"https://github.com/aminya/underscore-plus/issues"},"keywords":["underscore"],"dependencies":{"underscore":"^1.13.1"},"devDependencies":{"@babel/cli":"7.10.3","@types/underscore":"^1.10.3","babel-preset-atomic":"^4.2.0","coffeelint":"^2.1.0","cross-env":"^7.0.2","jasmine-focused":"1.x","rollup-plugin-atomic":"^2.4.0","shx":"^0.3.2"},"coffeelintConfig":{"no_empty_param_list":{"level":"error"},"max_line_length":{"level":"ignore"}},"scripts":{"clean":"shx rm -rf lib","test":"jasmine-focused --captureExceptions --coffee spec","lint":"coffeelint spec/*.coffee","bower":"shx mkdir -p dist && shx cp -r lib/*.js ./dist","babel":"npm run clean && shx cp -r src lib && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=false babel lib --out-dir lib && shx rm -f lib/*.mjs","dev":"npm run clean && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=true rollup -c -w","build":"npm run clean && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c "},"gitHead":"a8e6d8b0188e4e155f3d846fab42679fcc31d661","homepage":"https://github.com/aminya/underscore-plus#readme","_id":"@aminya/underscore-plus@1.9.0","_nodeVersion":"16.5.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-1Jqp6+3Hzs+l/PqasSC5FaYgkVOO9/pvyDuIg4SrjuYMrrqXyqWWG4+L/F2awKxfwU/PbggMGw4s3aMBIlJSsQ==","shasum":"093318c472bf4c866b890d23e4c8aeed2b1e5bf0","tarball":"https://registry.npmjs.org/@aminya/underscore-plus/-/underscore-plus-1.9.0.tgz","fileCount":13,"unpackedSize":492817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+1dCCRA9TVsSAnZWagAApVcQAIt/wxpo7kN0Pk6+EH1Q\nDLJJwOwolqHqVcihIBef+rNg8RCMg8+uPwZhZ143M/0UQgLEf5InVUz1neJF\nV1TendmMyvqib4FZVCzupPTP/iGqyYD4i/OMauFRsGEIE8PhfdBGRGr375gO\n34swUSGHSCBhHOjSYulTIGIY29uRjy67/rOZGxdlxfMVFvBnDGifNpaN+phA\nwiQyEc4irtcjCrjsq0aICU/7LKLRDW6SffTVYDX0VQhrDcfSyzHOO2/FP/UZ\n2BuFVyu4eB0O5coBWQhi9MONf2lJNiYEV22brD5QdO0+zqVyUPUFRSE3o/bQ\nUqW4bxSh6GVg0ykhf5lwD74uvE8IaxiSOofywYYYM6XhT2akO1O4AouksYD4\npKleKr0WM9jtzDPRFzrTancyr81HspqWu6hZxG8eF7GP+zQWnQWdRck5d7VI\nOd9AILN00oRmXWQoBr0DB/te5rrKteXTss8Qi6HaMaYsm869Mh2TCVVVqwW+\nkSXHrZL0UZ7qBlZhbfEUlj0fkrpaKqAEW2MbCe+uDbRGYuVP3mEayt1SO89B\nc9Rh6uCv6z1kgVXJK4/P/vFAI72uDX5hYMlceyTxWgO4+lhgXUqwv4Rguko6\nzq5+sCiwUhknA6sBrjBlyplFJp6wNCQWIMwPpZSBVnxZlWzbzkPaklKjIJxN\nYchD\r\n=ykby\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9kXKP5RYU/oWNVT6Kow3EelvRPCX0oFqSOIWTfrb9JgIhAIZ4kPikFM/IWzVT8ex0xSaLZIaZha5yq/AMf4A8N+vF"}]},"_npmUser":{"name":"aminya","email":"aminyahyaabadi74@gmail.com"},"directories":{},"maintainers":[{"name":"aminya","email":"aminyahyaabadi74@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/underscore-plus_1.9.0_1627084610815_0.6260669714734701"},"_hasShrinkwrap":false}},"time":{"created":"2020-07-05T22:22:02.014Z","1.8.0":"2020-07-05T22:22:02.211Z","modified":"2022-04-04T13:49:26.287Z","1.8.1":"2020-07-11T10:16:07.590Z","1.9.0":"2021-07-23T23:56:50.974Z"},"maintainers":[{"name":"aminya","email":"aminyahyaabadi74@gmail.com"}],"description":"Underscore plus additional utilities","homepage":"https://github.com/aminya/underscore-plus#readme","keywords":["underscore"],"repository":{"type":"git","url":"git+https://github.com/aminya/underscore-plus.git"},"bugs":{"url":"https://github.com/aminya/underscore-plus/issues"},"readme":"# underscore-plus\r\n[![CI](https://github.com/atom/underscore-plus/actions/workflows/ci.yml/badge.svg)](https://github.com/atom/underscore-plus/actions/workflows/ci.yml)\r\n\r\nTakes the great [underscore](http://underscorejs.org/) library and adds a few more things.\r\n\r\n## Using\r\n\r\n```sh\r\nnpm install underscore-plus\r\n```\r\n\r\n```coffeescript\r\n_ = require 'underscore-plus' # Has all underscore methods and more\r\n```\r\n","readmeFilename":"README.md"}