{"_id":"ramda-adjunct","_rev":"97-37f4abfd2532b001d67c42666503e6e7","name":"ramda-adjunct","dist-tags":{"latest":"6.1.0"},"versions":{"0.1.0":{"name":"ramda-adjunct","version":"0.1.0","keywords":["ramda extensions addons cookbook adjunct"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"46a160479c8e164e9805a61d0e457ed514ed196f","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.1.0.tgz","integrity":"sha512-msm+0Tl0Hl7lLKBvw+cdqti/RXkB9uC73j67U85MSbNtGxD+8/q1wK9JjhwkeWe+DX7/D1yPX/ZwmaIJrUB1HQ==","signatures":[{"sig":"MEUCIGN+dvKAk1Xb2snrGkp0XKyhN6FOViucWuofvEMzqaHTAiEAtmGe3/fm0xPK7pWAayd1md1mgcCxu4JsGvarl7uyNgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","_shasum":"46a160479c8e164e9805a61d0e457ed514ed196f","engines":{"node":">=6.9.5"},"gitHead":"e27765000e8b26a0c0b3c3c09f66d89269eb955e","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","lint:fix":"better-npm-run lint:fix","changelog":"better-npm-run changelog"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","dependencies":{"ramda":"=0.23.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json","lint":"eslint ./","test":"mocha","lint:fix":"eslint ./ --fix","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0"},"devDependencies":{"jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.15.0","docdash":"git+https://github.com/char0n/docdash.git#b831a5c746b36373ca44d6f0297c5621e34c7fc1","better-npm-run":"=0.0.14","eslint-plugin-react":"=6.9.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.1.0.tgz_1486660952699_0.36314801359549165","host":"packages-18-east.internal.npmjs.com"}},"0.2.0":{"name":"ramda-adjunct","version":"0.2.0","keywords":["ramda extensions addons cookbook adjunct"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.2.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"ac4e33da37dfe500ebdd6283abe04b1cb8ca62bd","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.2.0.tgz","integrity":"sha512-txgRHBZ6RjsSr0Zsz0Dqx+C9/7okJsnH+g9qdi8Ukc5wCibDBcR7IGH83Z7ihQ1IfLrIubVoFWDSIw8IsGnJeA==","signatures":[{"sig":"MEUCIQCuY1vw0fa7QlBsEbBu+av2FMkMaOxBpBuQ3eL0ZvaSAAIgf+NWsPHyngyBfk+nSwtq5DX68t4kj5bePSgtdY19Am0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"ac4e33da37dfe500ebdd6283abe04b1cb8ca62bd","engines":{"node":">=6.9.5"},"gitHead":"2480bef99d3b34f3afadda26d3bfd9c5e2f2a3bf","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json","lint":"eslint ./","test":"mocha","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.js"},"devDependencies":{"glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.15.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#b831a5c746b36373ca44d6f0297c5621e34c7fc1","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.22.1","babel-loader":"=6.2.10","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.9.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.1.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.2.0.tgz_1487010739758_0.40940373949706554","host":"packages-18-east.internal.npmjs.com"}},"0.3.0":{"name":"ramda-adjunct","version":"0.3.0","keywords":["ramda extensions addons cookbook adjunct"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.3.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"c96a8ace20da6789021559f0dbaa810d25f24eb8","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.3.0.tgz","integrity":"sha512-y0ZH+OeacPxWd3J0DG7KvaeF73n1ROUD952RjHvRMGIT4Q/M0kkHFj1adFv2Rg0gD2pKB9QHp0749BqVh4w5vw==","signatures":[{"sig":"MEYCIQDFNdL+xlqGUkAkjj4c/zDuBGmyyrUdsD3Lmw1vQPe3qQIhAK3A0w3gUyi3Ptw4qi7YAOzNts+ym4snHCGDfDIMrhPd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"c96a8ace20da6789021559f0dbaa810d25f24eb8","engines":{"node":">=6.9.5"},"gitHead":"59cdef186ad740205e759379e676d5fafdf90826","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json","lint":"eslint ./","test":"mocha","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.js"},"devDependencies":{"glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.15.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#b831a5c746b36373ca44d6f0297c5621e34c7fc1","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.22.1","babel-loader":"=6.2.10","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.9.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.1.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.3.0.tgz_1487274088294_0.2972066008951515","host":"packages-18-east.internal.npmjs.com"}},"0.5.0":{"name":"ramda-adjunct","version":"0.5.0","keywords":["ramda extensions addons cookbook adjunct"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.5.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"ad9b3bbe0764b5c435db663f8cae8c1d656ca294","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.5.0.tgz","integrity":"sha512-9RfubRSImxpNjEq8sa6uwIlOxLrQqW7H1hWrtdyKYtmWUtSTkhDKLygBgj7mzk95gDfBV7AvU7vyLR75I7CDDQ==","signatures":[{"sig":"MEUCICOxUIXqnYrKyTFeH6LRP1HTRGjaq7g2VxYg7/F+ee9hAiEA6RbNesL03p9NBkceq8tB5m4t2hZFTP2tg19xTCdF8kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"ad9b3bbe0764b5c435db663f8cae8c1d656ca294","engines":{"node":">=6.9.5"},"gitHead":"5df7cd815c0982f4c675350075ad4ab38df8649e","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.js"},"devDependencies":{"nsp":"=2.6.2","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.15.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.23.1","babel-loader":"=6.3.2","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.10.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","mocha-multi-reporters":"=1.1.3","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.2.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.5.0.tgz_1488228154016_0.378144544782117","host":"packages-12-west.internal.npmjs.com"}},"0.4.0":{"name":"ramda-adjunct","version":"0.4.0","keywords":["ramda extensions addons cookbook adjunct"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.4.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"08bceb00ac174e39373c8a938c6b14d633f5b251","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.4.0.tgz","integrity":"sha512-Sz5pt3IYB9jeHOxbSm2kghOwMsSAt828BLWuG1vhLNwOT6wl/LnLwFi2Jx26TWq2Cpc6zEfeVQMjndg7l1KkeA==","signatures":[{"sig":"MEUCIQDs6Ro4S3o6lE2JJXgJmbbx1c+68f9e6oFf4h270k7w2wIgbNcWWpNzMKysX7A7elFn5xd9/lR2cTELhjVi75LkoPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"08bceb00ac174e39373c8a938c6b14d633f5b251","engines":{"node":">=6.9.5"},"gitHead":"5df7cd815c0982f4c675350075ad4ab38df8649e","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.js"},"devDependencies":{"nsp":"=2.6.2","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.15.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.23.1","babel-loader":"=6.3.2","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.10.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","mocha-multi-reporters":"=1.1.3","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.2.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.4.0.tgz_1488228278953_0.37772258650511503","host":"packages-12-west.internal.npmjs.com"}},"0.5.1":{"name":"ramda-adjunct","version":"0.5.1","keywords":["ramda extensions addons cookbook adjunct recipe"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.5.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"bd6f4a62125fc338c956a98ad283eacc85548891","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.5.1.tgz","integrity":"sha512-zw1qujPRCZmXZCkSQGouWRQmyZNfgVe6K04sB0Z+724yA6idqL7yULDc2aW3k19p5igIdwpo20j0Bqmc8Pisyg==","signatures":[{"sig":"MEQCIGih7AzM/POeMRKeVnehZiSoZ4s8PJmH/tp2qbxRQAVxAiBKvzkdplkt8dIuz+SnZG1tCklkVl/P2BYF7654rpiFBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"bd6f4a62125fc338c956a98ad283eacc85548891","engines":{"node":">=0.10.3"},"gitHead":"e5e7a0bcf14f7bfd39b363a253209b1b964800c4","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha-webpack --opts test/mocha-webpack.opts","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.2","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.17.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.23.1","typescript":"=2.2.0","babel-loader":"=6.3.2","mocha-webpack":"=0.7.0","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.10.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","mocha-multi-reporters":"=1.1.3","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.2.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.5.1.tgz_1488827707955_0.32739152875728905","host":"packages-18-east.internal.npmjs.com"}},"0.6.0":{"name":"ramda-adjunct","version":"0.6.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.6.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"d50d747343a77fc65d6624bb4bde5059a20d45a9","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.6.0.tgz","integrity":"sha512-LR4fIHRvfWDF4T3sn4VQ/KGF/arf+rpvr/oVHQA8nYMoelJbxhQzee8DUM7kO0wPldWaRl4XrL+O09cSz7x/eg==","signatures":[{"sig":"MEYCIQDSzKCv8HrmAtgRPt5n4VU+X7KX97v2h8eRLDqLUaainQIhAMhf/n0hW67E3HvOkrNC03bOMKJhGvUPka3gQO7dswlY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"d50d747343a77fc65d6624bb4bde5059a20d45a9","engines":{"node":">=0.10.3"},"gitHead":"55d1ce15ac0b388363ebc8272507981a62c7f8b8","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha-webpack --opts test/mocha-webpack.opts","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.2","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.17.0","rimraf":"=2.5.4","testem":"=1.15.0","codecov":"=1.0.1","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.0","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.23.1","typescript":"=2.2.0","babel-loader":"=6.3.2","mocha-webpack":"=0.7.0","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.22.0","eslint-plugin-react":"=6.10.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","mocha-multi-reporters":"=1.1.3","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.2.0"},"peerDependencies":{"ramda":"~0.23"},"_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.6.0.tgz_1489693344226_0.12368440185673535","host":"packages-12-west.internal.npmjs.com"}},"0.7.0":{"name":"ramda-adjunct","version":"0.7.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@0.7.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"7cc279682a98df1cc0e16f85a88594972c29e209","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-0.7.0.tgz","integrity":"sha512-ZW21wU6TyV3j26zEDx/ilsdNxn+xFbZPtePm+QfVaBa4eL5pipCEpn3J0zoS/AGtz7Pgc2ep/YLZ1aRKjvCi/A==","signatures":[{"sig":"MEQCIE9wm2hwnHOq7TedgWzM1l1qyqEwlAL1tZeBKxE9K/QRAiAH740wDVmZJrXgLCMO/NZPBCgShwRo6sFGPRPo/I9fcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./dist/RA.node.js","_from":".","_shasum":"7cc279682a98df1cc0e16f85a88594972c29e209","engines":{"node":">=0.10.3"},"gitHead":"bc55824de65701216d9c475c0d6b12440fa40aa1","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","clean":"better-npm-run clean","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"_nodeVersion":"7.4.0","betterScripts":{"dist":"rimraf dist && webpack --config webpack.config.js","docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha-webpack --opts test/mocha-webpack.opts","clean":"rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.18.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.1","webpack":"=2.2.1","istanbul":"=0.4.5","babel-core":"=6.24.0","typescript":"=2.2.1","babel-loader":"=6.4.1","mocha-webpack":"=0.7.0","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.24.0","eslint-plugin-react":"=6.10.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":"~0.23"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-0.7.0.tgz_1490550625866_0.0197715328540653","host":"packages-12-west.internal.npmjs.com"}},"1.0.0":{"name":"ramda-adjunct","version":"1.0.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"b03f825b9cc786a8807d34d61dbf495e6e0e1928","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.0.0.tgz","integrity":"sha512-zZkxHNFBrTDKLlZhMIhN20BgR2l2MuvGoWHwrSR7BEG+BjuxnadvlYMCLzmbJ52SMIaJN0xbY8mk/j6ii6+v0A==","signatures":[{"sig":"MEYCIQDfhpQNeDeMCMN7MG0Sl9tQqL6mtAxiY69Xw/dJ43eBVAIhAMVUFSJCBtK1S+/YS3iSrUjP9DuzAR5aez4ku9nMtDCs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"b03f825b9cc786a8807d34d61dbf495e6e0e1928","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"ae79ef12a881c09b275df1a84e7195f541096a12","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.4.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"mocha-webpack --opts test/mocha-webpack.opts","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc npm test","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.1.2","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.18.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#abb8b242321856b5ae9d90948cb5de4d960a45b2","phantom":"=4.0.1","webpack":"=2.2.1","istanbul":"=0.4.5","babel-cli":"=6.24.0","cross-env":"=3.2.4","babel-core":"=6.24.0","typescript":"=2.2.1","babel-loader":"=6.4.1","mocha-webpack":"=0.7.0","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.24.0","babel-preset-es2016":"=6.22.0","eslint-plugin-react":"=6.10.0","babel-preset-stage-3":"=6.22.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":"~0.23"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.0.0.tgz_1491159124771_0.05445505422540009","host":"packages-12-west.internal.npmjs.com"}},"1.1.0":{"name":"ramda-adjunct","version":"1.1.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"1678babae09b66644e67679e211f2323f91fc76c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.1.0.tgz","integrity":"sha512-ozL8sSLhL0VAt/cd7+tj0dNHXX1kca+YFLTh0NNNxCVK1ayQNtR/bMX4PGpmZbBU7TM2oaflxcAGHx6cI9d7vw==","signatures":[{"sig":"MEQCIEi45aEF2AtjAUD3am4fa3asgePjiRnzt4VTs5ySF1H3AiAOTe/muUiGp5Dav7EKO9l6de1hlSQ4WNtz1LFU7ykQUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"1678babae09b66644e67679e211f2323f91fc76c","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"a41fc6623d53f4bdf6562a21208b7e30985c8b71","scripts":{"dist":"better-npm-run dist","docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.4.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.1.2","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","eslint":"=3.18.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#4f394fd25bc93282a4d73a5712a9b0197338b5a4","phantom":"=4.0.1","webpack":"=2.2.1","istanbul":"=0.4.5","babel-cli":"=6.24.0","cross-env":"=3.2.4","babel-core":"=6.24.0","typescript":"=2.2.1","babel-loader":"=6.4.1","babel-register":"=6.24.0","better-npm-run":"=0.0.14","babel-preset-es2015":"=6.24.0","babel-preset-es2016":"=6.22.0","eslint-plugin-react":"=6.10.0","babel-preset-stage-3":"=6.22.0","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.1.0.tgz_1491766911838_0.30400797887705266","host":"packages-18-east.internal.npmjs.com"}},"1.2.0":{"name":"ramda-adjunct","version":"1.2.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.2.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"28c29353c0b0ce1146794c19526d8f6a5f906d05","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.2.0.tgz","integrity":"sha512-VoSjtkC1Tye8ar3TftTR2J0zJ5oY5ONY48fqiGwE2VBWs0ZznRb3HCYASDyLH+O2Q+KZz0QlOHWlR92dqO98Ow==","signatures":[{"sig":"MEUCIQCrjpO8J6Zvw54r5dvliJ01A+gQKozkP6De4fDqaiDebAIgVBHx8JpVSr99IvBjYFSYQs9fksz6ZTxPCtWC9qQ42GM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"28c29353c0b0ce1146794c19526d8f6a5f906d05","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"1e517730e3dbfa218cfca6c46ff2b7185124b802","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.4.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#b5c18fb07f07e5600227ef2611b3540866c4ba33","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.2.0.tgz_1492378292518_0.3950618093367666","host":"packages-18-east.internal.npmjs.com"}},"1.3.1":{"name":"ramda-adjunct","version":"1.3.1","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.3.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"f92d2e058186b2a4c425f5650e17ae0b8962d887","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.3.1.tgz","integrity":"sha512-FvYJo+SGMgmCswA5kouL8Y26GejxhWIVWcFWC9UIwNn8HFR7CuELUijkz+FTWHAacunXao/XGPplKBj18aaHdA==","signatures":[{"sig":"MEUCIQCPLCBsszTF1qdHeO2mEHZzlkvPD9P0WApUliTIgt8EyAIgAfBOWQIloyMjzve4pe1qRRiGjuh2pKIANn1u9YcQTzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"f92d2e058186b2a4c425f5650e17ae0b8962d887","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"d1b70c9b09b1e28cc5e33ee5abfc6a1979d67e03","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.0.5","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.4.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s -r 0","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#b5c18fb07f07e5600227ef2611b3540866c4ba33","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.3.1.tgz_1492686951583_0.23276273859664798","host":"packages-12-west.internal.npmjs.com"}},"1.3.2":{"name":"ramda-adjunct","version":"1.3.2","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.3.2","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"cb3f8277a7905a25eb5f860ff38ea4b5a0cd43bf","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.3.2.tgz","integrity":"sha512-xXH7ivG4sig6aTcb6B+hiylv3xZdWTKmgONFvq93irhMq/T0ege2gy6cuLhKbUqOBcyzyIblZqcuDmxkPYOb3A==","signatures":[{"sig":"MEQCICgFLkxrX+BkSJvFDhYY+Vy0oHxdP5ii5iLi7W6tRBzRAiBrrglgrCfO/YzF/eLEwlvHxwy/Vd/WY8dNhV4ynkBCug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"cb3f8277a7905a25eb5f860ff38ea4b5a0cd43bf","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"ee2c0475e4442e4a08bf18bd014791f0ef5d9c40","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.9.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#b5c18fb07f07e5600227ef2611b3540866c4ba33","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.3.2.tgz_1492952601204_0.6940421620383859","host":"packages-18-east.internal.npmjs.com"}},"1.4.0":{"name":"ramda-adjunct","version":"1.4.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.4.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"3fb87bfd90b2f7794678104e2477e0d223821975","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.4.0.tgz","integrity":"sha512-JTKi6gRL9kbrDhgEFEkG1DWnOp5Che2tKnPF5s3o1bhy9u5E+fWvE6KDJBmoiKdaVchigX+Jq5e/TZqhBMGSjw==","signatures":[{"sig":"MEUCIHiybH5UyeHyrdDNoeVF5YdDNYxA5bAI8ndUbK0P21n+AiEAxCOk9Ewfr1ixGT6yjXcjZ5XxOxWZbjzElsJ7YxrwDBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"3fb87bfd90b2f7794678104e2477e0d223821975","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"aa4223d59eaefdf12a767b301c648b01648553df","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.9.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#b5c18fb07f07e5600227ef2611b3540866c4ba33","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.4.0.tgz_1493389773277_0.8015124462544918","host":"packages-18-east.internal.npmjs.com"}},"1.5.0":{"name":"ramda-adjunct","version":"1.5.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.5.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"8c6a9ef9da443020851c9bc1111fe163a0eeb837","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.5.0.tgz","integrity":"sha512-C3aJ3yniqk0KoJOjD1WizIZ1urSvYVwk+LH0BkG7rzC3ntW5vl6/6YsEhgkijFipT0/krds6nOOS4Teewu2vJA==","signatures":[{"sig":"MEYCIQDHOlX+BkP7bO2MH3XUA2hy3dQxyn+Hu/ePxlrRI3ODmQIhANwFkyMIAT+hmc6S+jHaQ7Al8ImpK+jWeLnGGG49nU7P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"8c6a9ef9da443020851c9bc1111fe163a0eeb837","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"cc056e8f245705a4ec0b6b47ef70faf7037643c5","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.9.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#b5c18fb07f07e5600227ef2611b3540866c4ba33","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.5.0.tgz_1494437805082_0.020504545886069536","host":"packages-18-east.internal.npmjs.com"}},"1.6.0":{"name":"ramda-adjunct","version":"1.6.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.6.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"bd61a3e6ebd6217c360ff1b7cfebf164f41da3bf","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.6.0.tgz","integrity":"sha512-h4aBBGIrGNg7OSsCByK7T/4aLjs0gpEAMCSPmwy9putVRdFqgSY25/SlTa8cBnjr002dmUcoDAri6JsU82bPqg==","signatures":[{"sig":"MEYCIQD3SKDtJ2tMrYf0B1fQQMT2nPoeX5aBKVLsh0r/V2AlVAIhAIr3BT51rulMBgZ2m/q12MGSHgXAwgJxb+I2usyZC9cH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"bd61a3e6ebd6217c360ff1b7cfebf164f41da3bf","browser":"./dist/RA.web.min.js","engines":{"node":">=0.10.3"},"gitHead":"d764a851a0e8420ea449f044801dded8d469358c","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.9.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","sinon":"=2.2.0","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#650ac9b53bad63e866c39678462bac5f5f721794","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.6.0.tgz_1494972973111_0.5090850279666483","host":"packages-12-west.internal.npmjs.com"}},"1.7.0":{"name":"ramda-adjunct","version":"1.7.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.7.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"617d5aadebbfdcbfba63f5d2cd195d90a3552f07","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.7.0.tgz","integrity":"sha512-won3oFa8BXOSjUbt+kmdCGx6NstD/V3Qq5ye6mJxC9nDBVtaTGP0IZQKmFotRQCuoBhdXLaM0irsrWQU3HrBNA==","signatures":[{"sig":"MEQCIAguNcypHGlB/JVi/I/SKMZ0tBjYlHog70j9yP0DKZ+FAiAubQmwpm1RdBOm+cWKMxAjxnyuqNcWQtrTR/xw8FxuZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"617d5aadebbfdcbfba63f5d2cd195d90a3552f07","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"8e50aa15f003ea90ef3db3a60ed329bb3182b2ef","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.9.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","sinon":"=2.2.0","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#650ac9b53bad63e866c39678462bac5f5f721794","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.7.0.tgz_1495095746233_0.21747405105270445","host":"packages-12-west.internal.npmjs.com"}},"1.8.0":{"name":"ramda-adjunct","version":"1.8.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.8.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"143b3e7b7907b2df7fc5060a4a5dd6b1c9363025","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.8.0.tgz","integrity":"sha512-z4dW4tZIDqQYggsORX8evGD0eUlakJtr41RpM3QifIRdatgDvFTesaJXp5QO31754g9dy2vqajuDPPA69t0/jA==","signatures":[{"sig":"MEUCIBr6bS9xuz2NwdJAcAZxLMAcsEED9Q/bOBlj+TpmyWROAiEAnI8cpBOshBJfNozcDrwZqCvTYy8jfbpHOnlApupTAOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"143b3e7b7907b2df7fc5060a4a5dd6b1c9363025","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"4c86a209b1839bcc74b64e84d118b93b7b472b42","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","dependencies":{"fantasy-land":"=3.2.0"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","sinon":"=2.2.0","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.8.0.tgz_1495480161433_0.025545014766976237","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"ramda-adjunct","version":"1.8.1","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.8.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"8626d0acd95292ef7693aa849684bf7486593291","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.8.1.tgz","integrity":"sha512-YgMUR8V3jjak5Pde50Fc0irBwGRBliAWl1Q/Ao3AXqraLMpNNncu50Dv4JDxe/AKFhLmRlYKTfSQuBHtvDdkiA==","signatures":[{"sig":"MEQCIFzkbp0vLS5ygWlUCEo2cHKqFKfs2Fii5ZlwM7gXJqrAAiBVRmU1BoaowXDVY/ZPzuFrdrW5a7JyzLfF7cyXQVQwAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"8626d0acd95292ef7693aa849684bf7486593291","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"ce2fa03c5b37749cf961912706066c72e6fa2830","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=10.2.0","chai":"=3.5.0","glob":"=7.1.1","jsdoc":"=3.4.3","mocha":"=3.2.0","monet":"=0.8.10","sinon":"=2.2.0","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.15.0","codecov":"=2.1.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.2","webpack":"=2.4.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=4.0.0","babel-core":"=6.24.1","typescript":"=2.2.2","babel-loader":"=6.4.1","fantasy-land":"=3.2.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=6.10.3","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=14.1.0","eslint-plugin-import":"=2.2.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.1","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=4.0.0","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.8.1.tgz_1495553378779_0.035285501973703504","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"ramda-adjunct","version":"1.9.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.9.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"2902d78eebed12cb21db5ff97008eee7e28bc82a","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.9.0.tgz","integrity":"sha512-Apq3XWpIemWUoy76yjh+cnGxlyYKqgZnO9Gm3XQ2tfRr69hSYJ//s/D2njVIq5E7IE/dhPwCzn0PGSrt2bvYMQ==","signatures":[{"sig":"MEUCIQCOxd3FLymWm/xEfVSqvGpz+B5rENX+mNT/8q3y+H6j1gIgFaLmz7bA4n7pEcxc3qj7II1PfWGrHHtPQmeRVCaPGrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"2902d78eebed12cb21db5ff97008eee7e28bc82a","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"c40319e8aec3f6addca4925d48d2babb30c2d048","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.2","chai":"=4.0.2","glob":"=7.1.2","jsdoc":"=3.4.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.4","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.16.2","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.4","webpack":"=2.6.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.3.4","babel-loader":"=7.0.0","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.0.1","eslint-plugin-import":"=2.3.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.0.3","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.9.0.tgz_1497470830555_0.6305207405239344","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"ramda-adjunct","version":"1.10.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.10.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"508142e4b2e93c1f4ad3631a32f093f5a2c76744","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.10.0.tgz","integrity":"sha512-GSxUDy9EVQYWDvZhsGPbVLkRe0Xa2gm+4Cz3VeZRKMXmjjgKqmX6aRaJvPpRtpPzKmT1ck9SxZ1rf23xMjWD7w==","signatures":[{"sig":"MEQCIDo+PvSHxEkDsIS72fvZQ0fCks/07RIbU3Yx78ysTz6WAiB5uBh6vB18ae1ELzq304ZFdfJZfBdjx11BuQVxqsuWzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"508142e4b2e93c1f4ad3631a32f093f5a2c76744","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"380f7a4bc5a611301ecf95bb54f5c8afca95f868","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.2","chai":"=4.0.2","glob":"=7.1.2","jsdoc":"=3.4.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.4","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.16.2","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.4","webpack":"=2.6.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.3.4","babel-loader":"=7.0.0","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.0.1","eslint-plugin-import":"=2.3.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.0.3","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.10.0.tgz_1497966239233_0.7510083860252053","host":"s3://npm-registry-packages"}},"1.10.1":{"name":"ramda-adjunct","version":"1.10.1","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.10.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"4a164840ca548c5c2e52ff88af26f1ff624d6c74","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.10.1.tgz","integrity":"sha512-sGzNFBPSEnGBAK1N4Sbb8YontoRnz0XcDqqrm3WKLTCOFz2MmPGYtcp5r0wu9Jv+nsCEmghobJIil8Mu/8yVTA==","signatures":[{"sig":"MEUCIAfzVKty36Ky9Y/GetFmbOxjZ2KxxvFCrF4XSzorRtCUAiEAnzd4y7FRQkncJXzoKIzVrj0EyVxo62ulMokMb4hb/ow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"4a164840ca548c5c2e52ff88af26f1ff624d6c74","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"0237738091879317f7cb27851ee1ae5b794f1953","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublish","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.2","chai":"=4.0.2","glob":"=7.1.2","jsdoc":"=3.4.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.4","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.16.2","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.4","webpack":"=2.6.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.3.4","babel-loader":"=7.0.0","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.0.1","eslint-plugin-import":"=2.3.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.0.3","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.10.1.tgz_1497966639181_0.15799227077513933","host":"s3://npm-registry-packages"}},"1.10.2":{"name":"ramda-adjunct","version":"1.10.2","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.10.2","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"73220144fd2a5051e059c79dad5972d9f0b50abd","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.10.2.tgz","integrity":"sha512-gkweX5U5biBx7wRIfO3Sg5Iq7je12js2fdePvcU66Gz8GXYY/rc039ntFbzpeRV3zG/tiUa/RvyTDrgqZDt1JQ==","signatures":[{"sig":"MEQCIG+OG3WyLRKg2EhcqjBOzHFUTLUvN6ip43i/szmbXD2qAiBA6cKVL0DrZlmuc66fFTHD4akNH8gz5rDClOgpAyMkMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"73220144fd2a5051e059c79dad5972d9f0b50abd","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"48a88b18cb50153d72c86058add82d3f962609b0","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.2","chai":"=4.0.2","glob":"=7.1.2","jsdoc":"=3.4.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.4","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.16.2","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.4","webpack":"=2.6.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.3.4","babel-loader":"=7.0.0","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.0.1","eslint-plugin-import":"=2.3.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.0.3","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.10.2.tgz_1497967170843_0.587813354562968","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"ramda-adjunct","version":"1.11.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.11.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"35a4c3f116bc289823d08559ce1b7c2464136224","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.11.0.tgz","integrity":"sha512-sDLyJfdXLMH7t0q2jgkYFBjvLjBtdbmdaAAkdHPdKP5XcY1CdUEMuxfbmhzkaMIShoBxLw6rs9BCRlwpXHSbow==","signatures":[{"sig":"MEUCIQCdT+cPeZOxMw7nImUgjslDpBQas960HrsxH6TqP3JM2wIgFL/p3eOYC8gyUL8bKtbelsAI07L2xPuY4ZT8KuBNIQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"35a4c3f116bc289823d08559ce1b7c2464136224","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"1bf7848a4faba12753832dfc56f6478defea40a7","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.2","chai":"=4.0.2","glob":"=7.1.2","jsdoc":"=3.4.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.4","eslint":"=3.19.0","rimraf":"=2.6.1","testem":"=1.16.2","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.4","webpack":"=2.6.1","istanbul":"=0.4.5","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.3.4","babel-loader":"=7.0.0","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.0.1","eslint-plugin-import":"=2.3.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.0.3","conventional-changelog-cli":"=1.3.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.11.0.tgz_1500800783503_0.16789076826535165","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"ramda-adjunct","version":"1.12.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.12.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"b1852f83a0b15c0087d72f1ea1adf549c063f901","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.12.0.tgz","integrity":"sha512-/BH7ix5uPkMRoKndBkYMl/C389Zgki+a7gAKWIGc8smIA+Tkbk7jHtDp03zmj+1Q0e7XeAgKa+nhUYauE5COhw==","signatures":[{"sig":"MEUCIQCZQNxSDwzpHDOZ+US6rufD6ySNQJZAmiV0mkykbbeu7wIgOj/c4JQ4JuBdAdEB+C+dvJvOp4zgZQgYHAdi6RffWio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"b1852f83a0b15c0087d72f1ea1adf549c063f901","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"4507e35345026222d0c89525b6c7bb7b335059e2","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#212283b15d71342f97899f59f8a9d6a91b33ba05","phantom":"=4.0.5","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","babel-core":"=6.25.0","typescript":"=2.4.2","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.12.0.tgz_1501440033127_0.6925670923665166","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"ramda-adjunct","version":"1.13.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.13.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"15b1678a3b781c51c73a387998153ac67462169c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.13.0.tgz","integrity":"sha512-+NGhveQBhOEBgYmJaCR+HjTSG0mLyR592pnX9AMpmo3Iijxka44kZ9ROdDyD/ArMTPapSYPBLyznHcjInNg/Zw==","signatures":[{"sig":"MEUCIQCgFSIcSO1ZO1+yEWN+gWmDTIxeeAjLHNrOL4BPRunalwIgQkAH0BgzKIm9doR7gw68vyww0X0WABLj/9BGvIY9mjE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"15b1678a3b781c51c73a387998153ac67462169c","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"f9a496d79f02e839e834f8761be9a2333d6c4546","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Extensions for Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.3","mocha":"=3.4.2","monet":"=0.8.10","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","phantomjs":"=2.1.7","babel-core":"=6.25.0","typescript":"=2.4.2","es6-promise":"=4.1.1","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.13.0.tgz_1502781622190_0.5915629924274981","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"ramda-adjunct","version":"1.14.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.14.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"bf54789ffc5615b3189e8dda0fbd35bbefd6e0eb","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.14.0.tgz","integrity":"sha512-evMmYVqjPDyvwwcUS9vKbLE/bxkUGKdyRH+oi1IvjdwuBpDjC+SFmw6L60T/McN4J6oYIQUQXC7y3mWbi6nH5g==","signatures":[{"sig":"MEQCIAXsbVATeEMm7N3IEo/ZLPCYXZm7IzjQmB1neOK0PTiCAiAWganYmXUqMx0ZgcYLZKZbti5CsLViAnwlQalLDVWgFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"bf54789ffc5615b3189e8dda0fbd35bbefd6e0eb","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"2f67cc77be92f1ff54dcebe387444ab4bc65cb70","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.2.0","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"7.10.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output && rimraf .tmp && rimraf docs && rimraf coverage && rimraf tmp-test-bundle.js && rimraf dist && rimraf lib && rimraf es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","prepublish":"npm run clean && npm run lint && npm run test && npm run build","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.3","mocha":"=3.4.2","monet":"=0.9.0-alpha.4","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","phantomjs":"=2.1.7","babel-core":"=6.25.0","typescript":"=2.4.2","es6-promise":"=4.1.1","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.14.0.tgz_1503670525526_0.34354943968355656","host":"s3://npm-registry-packages"}},"1.15.0":{"name":"ramda-adjunct","version":"1.15.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.15.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"663bb8c3b4f42621e82deeb6eaf794b9a56e8561","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.15.0.tgz","integrity":"sha512-8sb2kvdveBkMTwZQQxY4OqQmuPG0omvSpQZnvG+uRlikllv7jyUOlmbULnDRGDO4Qrb7Hz/QAOu3s16Yf5xiAg==","signatures":[{"sig":"MEYCIQDrAW5Lz0kaC1wWPko2Yxf5lS/sREm9FeD8iWp9DNtLDwIhAIXID4f4/UVrKPeL3M9A5bZKmW9fgV0ElG21Cw2PYx0g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"5a341bdc90a220696abfdc651683d40c6091d93a","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","prepare":"better-npm-run prepare","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.4.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"8.4.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","prepare":"npm run clean && npm run lint && npm run test && npm run build","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.3","mocha":"=3.4.2","monet":"=0.9.0-alpha.4","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","phantomjs":"=2.1.7","babel-core":"=6.25.0","typescript":"=2.4.2","es6-promise":"=4.1.1","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.15.0.tgz_1505072672799_0.9469279018230736","host":"s3://npm-registry-packages"}},"1.16.0":{"name":"ramda-adjunct","version":"1.16.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.16.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"9eb8e9e1a83d816b351e34a88667b241acc7ddfb","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.16.0.tgz","integrity":"sha512-pMdheogX+1CLo7p2r0dUFlcy98XD7EptZTNl1XWmY0U0JvZJK7ygsVGSiDXg/+52hkjWReAyr5fh/mu2IkX/4g==","signatures":[{"sig":"MEUCIAPGrZ+llB3LyHazQB4AXnlWDXj6WJ25CGr5jmjW9UR+AiEAgALf9im3WkzsGfWpId/9hBiYcKRZqkl30tE+fpFKxmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"a5b7ee1e4566296f00dd534a273f3b272194f177","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.3.0","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"8.5.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.3","mocha":"=3.4.2","monet":"=0.9.0-alpha.4","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","phantomjs":"=2.1.7","babel-core":"=6.25.0","typescript":"=2.4.2","es6-promise":"=4.1.1","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.16.0.tgz_1505847737140_0.6023214694578201","host":"s3://npm-registry-packages"}},"1.17.0":{"name":"ramda-adjunct","version":"1.17.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.17.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"0a271cbce137c8cc56663725a9083543b3c0f7b9","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.17.0.tgz","integrity":"sha512-vj8P9wmUYw5ckU4Cj+EC/aKNVPpMRRBheX/0NVc+Slf5yh50zOjnn2aH3RLIGbwk2R85zpGus79mrkX52BkK/Q==","signatures":[{"sig":"MEUCIDT3bCjKa4toZSb29Ig9T7wyw0ZfYOVBxtfJTRwri3b3AiEAwNg0ccXvT9/OULs/S3GGzS+7Z8psJjHkjAeeIC9YNVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"d459b3da0660b3deda39464f70f4480b5fd5c221","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.3.0","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"8.5.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.6.3","nyc":"=11.0.3","chai":"=4.1.0","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.4.2","monet":"=0.9.0-alpha.4","sinon":"=2.3.8","eslint":"=4.3.0","rimraf":"=2.6.1","testem":"=1.18.1","codecov":"=2.2.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"=3.4.0","istanbul":"=0.4.5","jsverify":"=0.8.2","babel-cli":"=6.24.1","cross-env":"=5.0.1","phantomjs":"=2.1.7","babel-core":"=6.25.0","typescript":"=2.4.2","es6-promise":"=4.1.1","babel-loader":"=7.1.1","fantasy-land":"=3.3.0","babel-register":"=6.24.1","better-npm-run":"=0.0.15","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-react":"=7.1.0","babel-preset-stage-3":"=6.24.1","eslint-config-airbnb":"=15.1.0","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.13.0","babel-plugin-istanbul":"=4.1.4","mocha-multi-reporters":"=1.1.4","eslint-plugin-jsx-a11y":"=5.1.1","conventional-changelog-cli":"=1.3.2","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.24.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.17.0.tgz_1506271857886_0.4121839334256947","host":"s3://npm-registry-packages"}},"1.18.0":{"name":"ramda-adjunct","version":"1.18.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"linkedin.com/in/vladimirgorej","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.18.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"ed5c086fe632c3efb4b2ae6b3a52590bb6790e40","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.18.0.tgz","integrity":"sha512-3/PBoEdJ705fWQU1W9s29rR6g1naUyKAGnmNFWzwapaU6kkTxVTCjcOdGpowlVi6kmIRSi90cgRqyV8wKkSRBQ==","signatures":[{"sig":"MEUCICQ9eo1s7YQEmCwVpIT8wWGFsJ87k/DdeTZuFru/AA38AiEAzPemPnf0m2oYVuvOXBFVtVGFsj9k+hPxrAbt5QuhHQ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"67c31cdf032f438f2c9d0436c5e79a9d5744a33a","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.4.2","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"8.5.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.8.1","nyc":"=11.2.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.5.3","monet":"=0.9.0-alpha.4","sinon":"=4.0.0","eslint":"4.9.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"2.3.1","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"3.7.1","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.0.5","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"=2.5.3","es6-promise":"=4.1.1","babel-loader":"=7.1.2","fantasy-land":"3.4.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"=2.7.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"=1.1.6","eslint-config-airbnb-base":"=12.0.2","conventional-changelog-cli":"=1.3.4","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.18.0.tgz_1508097506831_0.4537046914920211","host":"s3://npm-registry-packages"}},"1.19.0":{"name":"ramda-adjunct","version":"1.19.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@1.19.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"87acbee7b67af5bf83c311061bebbf08a4fbbd3d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-1.19.0.tgz","integrity":"sha512-4LMsI2biWLeO2DG+McboycRLJ+jtGYNOkbwIDzYAPNlk8h/xOYDR7ISOnZR8tEBWmeg2vusggOXpWlrLXqjoOQ==","signatures":[{"sig":"MEUCIQC7s94uAS4YwFiGVaynz2oufEMPALnCygZsyswYe/zi2wIgbVlmStbpVB9kRtTAWmUH5nraZlJ9wHdSJ0EWWVF7r/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"de5465da20b04ecfe163156cdbe2e1c6b58bf9c5","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.4.2","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"8.5.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"=2.8.1","nyc":"=11.2.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.5.3","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"=4.0.2","eslint":"4.10.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#16d3b4e677ec7286bbf07badfc9ee37c93101d39","webpack":"3.8.1","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.1","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.1","es6-promise":"=4.1.1","babel-loader":"=7.1.2","fantasy-land":"3.4.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"=1.1.6","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"=1.3.4","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-1.19.0.tgz_1509485178853_0.666372989770025","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"ramda-adjunct","version":"2.0.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"0f9ba80b7fe4c464074490490b575a213a91d7b9","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.0.0.tgz","integrity":"sha512-UAyJefqCWAIcgTzIujRNjYkvcbbnsmDiQqE4ULNGTIF7CXBWlBUO5XT0l/xfccGdCc0YWYEXR1MIxMGt5R/Usg==","signatures":[{"sig":"MEYCIQCkP9ZIgYapDmKDxOTZcteamNaE/8tJ8HVxNyU1VwJVVAIhAK7tC6O41NSrrnZpdAKwrTImv7XoHS3HRIBR+h8HjMIx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"55e535d2ab2c15e8067561fcdebb8f101aabde11","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","_nodeVersion":"9.2.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.3.0","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.5.3","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.1.2","eslint":"4.11.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.8.1","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.1","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.1","es6-promise":"=4.1.1","babel-loader":"=7.1.2","fantasy-land":"3.4.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"=1.1.6","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.0.0.tgz_1511112328669_0.04064936703070998","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"ramda-adjunct","version":"2.1.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"5664029109570bc14584a0e0f39c456a8a87f506","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.1.0.tgz","integrity":"sha512-Zr8xIPlxzV/DSYbScEwQoh7OdgDHFk7zqQA1pVkf/kV731srK6bQDrHSaVDz6act+/FadXsH7PGYUdMSMnvD4w==","signatures":[{"sig":"MEUCIDMXqj0OahIkYDfqqHnVBsj0rRClJ6XMwP3XRNIfANqIAiEAnDJRO1/Jyvxpu+QevJdtHUVF5Wngq+HPBFrmQaceQkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","browser":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"24d7b5e7d0d7c894165ec881adff4a19bd35622b","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.3.0","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.5.3","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.1.2","eslint":"4.12.1","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.10.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.1","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"=4.1.1","license-cli":"1.1.5","babel-loader":"=7.1.2","fantasy-land":"3.4.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.1.0.tgz_1512418372047_0.6968659984413534","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"ramda-adjunct","version":"2.2.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.2.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"3f56acd359d442041db70d302f4df8063e83fd9d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.2.0.tgz","integrity":"sha512-ReVk1hD8WWREpiScU89/eCSqkfwARbH7R+DGWxi8GNEGzI54Vu3FS6Gvs0Q6jnUJpKCRTFOpz08DsfokAd7JCw==","signatures":[{"sig":"MEYCIQCP2c5qV/ZSZlKrBxLmXEp5L0B7FmgHnG6xOFgj3C6aMQIhAJwWHEplEcHt7ZwJkaNkkReddCokE6Vk8IyHdPQG612N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"cddf1e2e33a0e4e03d85f7be821dc41767fa8ca6","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.4.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=3.5.3","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.1.3","eslint":"=4.14.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.10.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.3","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.2","license-cli":"1.1.5","babel-loader":"=7.1.2","fantasy-land":"3.4.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.2.0.tgz_1514110039709_0.3889149068854749","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"ramda-adjunct","version":"2.3.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.3.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"c549241c664984550232a99bb5b93ae94e9e50fd","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.3.0.tgz","integrity":"sha512-klqb1n0Sku1BwXyknrp7gutJolz1ceJpQIxJLgujqc/oIiVHR+2wJVrge5AZREQNLJA+/Ngmp3lTDHNZvZqUNQ==","signatures":[{"sig":"MEQCIGuGaJcLua1YBbz2oGpkv/gr/NPVlmsuoUMATtDV6ODVAiBvMOytkaD7irRnKhWYJoiTiz9iHCPUPyO7auXNQndPFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"f46fda9259d9c747387132dfb819d7fd84f6004f","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.4.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"=4.1.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.1.5","eslint":"4.15.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.10.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.3","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.2","license-cli":"1.1.5","babel-loader":"=7.1.2","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"=1.14.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.3.0.tgz_1515963881558_0.5017936492804438","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"ramda-adjunct","version":"2.4.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.4.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"d53ed31350b9dfac59965095be0a3dd967ee8853","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.4.0.tgz","integrity":"sha512-pb97PbnnNw65zuykFIrYJJx23EL5P0pPdK8GrUd1Yp9/pYqYeLYomjl5YSIEu7OTRf11aJDduAY+ay6N+UASMw==","signatures":[{"sig":"MEYCIQD4+w2YKmrvORM7H2wLew2tSgATcgYsUlySvatL9eJm1gIhAK9E2oBBcn06kQj7p8y8qAj9kMSLNgluOdik51qYIYxg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"d53ed31350b9dfac59965095be0a3dd967ee8853","engines":{"node":">=0.10.3"},"gitHead":"711f8f3d6edaae0da004d6fec2c6522f7183c445","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.6.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"6.11.2","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.4.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"5.0.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.2.1","eslint":"4.16.0","rimraf":"=2.6.2","testem":"=1.18.4","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.10.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.3","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.5","babel-loader":"=7.1.2","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"=4.11.0","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"1.16.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.4.0.tgz_1516824668397_0.9475584693718702","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"ramda-adjunct","version":"2.4.1","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.4.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"c86d552da227f7740bea6422f12d9e862c267ef8","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.4.1.tgz","integrity":"sha512-p34uOH6vDbJdOb2bNBORvN7iuqx0CPMOd3MbuGfeI/vIdEf3CgVC9a6gjJPMUgyncY3xtDJHSYSshid9RVT2QQ==","signatures":[{"sig":"MEYCIQDW+u+ztJ7a8308lbc3NvzDOBkjblfAfWAeoURMQbQGQwIhAIkzsyKTPRXskVm1CZXJuoI07ByqqqiivnlRdL6NrIdu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"c86d552da227f7740bea6422f12d9e862c267ef8","engines":{"node":">=0.10.3"},"gitHead":"2a44f408bcc7d10af85dd10134bbc216e27cfb86","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.6.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"6.11.2","dependencies":{},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.19.0 && bnr test:ramda0.19.1 && bnr test:ramda0.20.0 && bnr test:ramda0.20.1 && bnr test:ramda0.21.0 && bnr test:ramda0.22.0 && bnr test:ramda0.22.1 && bnr test:ramda0.23.0 && bnr test:ramda0.24.0 && bnr test:ramda0.24.1 && bnr test:ramda0.25.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"devDependencies":{"nsp":"3.1.0","nyc":"11.4.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"5.0.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.2.1","eslint":"4.16.0","rimraf":"=2.6.2","testem":"2.0.0","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.10.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.3","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.5","babel-loader":"=7.1.2","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"=4.11.0","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"1.16.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.5","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct-2.4.1.tgz_1516886007841_0.3100655251182616","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"ramda-adjunct","version":"2.5.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"SEE LICENSE IN LICENSE.md","_id":"ramda-adjunct@2.5.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"50d7d74ca273731b05dcdda77d102bc57d7c1145","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.5.0.tgz","fileCount":399,"integrity":"sha512-XHUwvZotvKsEpQU4AmugHv/fZZFod4K2kexFiiOkHI3L01tCQ/yqoCceKljogIRE/beZMRz/BB1t0iRy3stLHw==","signatures":[{"sig":"MEQCIEVBMYUmfFfUDc+uhXVuCEmvPoezlVRsML8ZC8Wv242KAiB5kLAUUhbdz/9cCuXNjzQmiH/d6qMTmR+hBefDnzhQOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1731653},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"25fc76bf6a046cf1896b312cdb730d384affd385","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","nsp:check":"better-npm-run nsp:check","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.1.0","nyc":"11.4.1","chai":"=4.1.2","glob":"=7.1.2","jsdoc":"=3.5.5","mocha":"5.0.1","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.3.0","eslint":"4.17.0","rimraf":"=2.6.2","testem":"2.0.0","tslint":"=5.9.1","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.11.0","istanbul":"=0.4.5","jsverify":"=0.8.3","babel-cli":"=6.26.0","cross-env":"=5.1.3","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.6","babel-loader":"=7.1.2","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"=4.11.0","eslint-plugin-ramda":"=2.4.0","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.8.0","mocha-junit-reporter":"1.17.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.10","typescript-definition-tester":"=0.0.5","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.5.0_1518641935040_0.34157484201925925","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"ramda-adjunct","version":"2.6.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.6.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":" trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"ec71a0868054bd2b957ef6e5ab046a6c702fedf4","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.6.0.tgz","fileCount":420,"integrity":"sha512-XbMJu0IkA8q5CH6YVumYtJz4AtmZwfqxNR1yigHAiRX84M9M7+sOSg6CGNCO4SZuVcG0lqKuSzPSedMc21Fpvw==","signatures":[{"sig":"MEUCIQCz0sCb+TqI0wrB+ro9T3hmKTnSCNmuhn1Ev+AN3RBuggIgLYN8qH7iwKm6Y12yQNQBt3R17ucnPvskVuFxLcV1Jn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1818037},"main":"./lib/index.js","_from":".","module":"./es/index.js","_shasum":"ec71a0868054bd2b957ef6e5ab046a6c702fedf4","engines":{"node":">=0.10.3"},"gitHead":"a47598e03cfb79f354345209a4d57124a58bfb15","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","nsp:check":"better-npm-run nsp:check","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"4.6.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"6.11.2","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.2.0","nyc":"11.6.0","chai":"=4.1.2","glob":"=7.1.2","husky":"=0.14.3","jsdoc":"=3.5.5","mocha":"5.0.4","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"4.4.6","eslint":"4.19.0","rimraf":"=2.6.2","testem":"2.0.0","tslint":"=5.9.1","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"3.11.0","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.11.1","babel-cli":"=6.26.0","cross-env":"5.1.4","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.6","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","@commitlint/cli":"6.1.3","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"4.12.1","eslint-plugin-ramda":"2.5.0","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.9.0","mocha-junit-reporter":"1.17.0","babel-plugin-istanbul":"=4.1.5","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"=2.9.0","eslint-plugin-prettier":"=2.6.0","tslint-config-prettier":"1.10.0","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.16","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"=6.1.0","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.6.0_1521425169936_0.6411449493382879","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"ramda-adjunct","version":"2.7.0","keywords":["ramda extensions addons cookbook adjunct recipe extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.7.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":" trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"970f00703f3159304310613dac9b0074c1711b40","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.7.0.tgz","fileCount":429,"integrity":"sha512-gYwmaOTQIbdw7wcW4RZHojqLqJGM+78fEKOVXKIGjM5GxsWMEyCXg3MMmtF1iGgbGb8JiYZ5uAvncRPhIk4U3A==","signatures":[{"sig":"MEYCIQCfBV2rvNI5VcozXe0PctYNPFo1lvaUoazmnSoZTrjdQAIhAJYutkdQZvNntYuUsjAuhJIERgM/QjSMeKwU5mRcRvCG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":726701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4BGhCRA9TVsSAnZWagAA+a4QAJgWse7myhBS78w+uVBo\n7IqWRiejZUz9/CvH1FrHURW+6LIzdFgWTU6zxRL+2KbNr1J1G1XGxVln/2oi\nTa1npdkhi0LG53i6ABAskYVvofg6Bl8zQe9e+xU668kTGDanfOlWcZhJjejx\nHKVtshJIg98ddo9uUjqDwrnTx+ORemMZnjPTRZCRTl1I84LA6SinakVuOyD6\nMmXvujeXZSoC74Jz1u6UDbmn7xITKKkvIwgsVTqJq143N5Z+R/fI6J21/Q90\nlS/1+e7HONeAgQD8+zT5M3JtWX1ug2vGbE6NKVUjKUNAEPxrwEo9uKXK9IcX\nbnRJv7d+0ayQ3LWFPI7LMpHedXs9G6A5C0JWx/WjmKbZa+/NRXwY/LLj369k\n3gzQm8glYowSoJV+HpNeYDUnTEHEV9MlBFAlCrGBhm9BRCOfPfn/D++PZ6aA\nU51cwyrnc46GmLTCD9jDrmBS/C/qm2Bx1xzSiEKZ3B1K/JVrP7H8wEHyECZ2\nKGeA7I7/Vj3naJikFHfxGFqdvKkLjYzJoX0XaXgO9rgbZaasJ8ygh5/jPjq0\nhdZXjLQ1Ae0yDf2/ZKNLo//7lLkV/4HL3Vwtma5LrsGk7lT24mHwf0odZTq9\ngoU9Gm9mDMAqn7PG09gHq8g04Uh7CA+UTcgkRxofQkxcrYXz7RnW8Oh6ixvq\nX7JP\r\n=JyMb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"825c9adfa69af1223a375490c0b1c00b69c06189","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","nsp:check":"better-npm-run nsp:check","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.2.0","nyc":"11.7.1","chai":"=4.1.2","glob":"=7.1.2","husky":"=0.14.3","jsdoc":"=3.5.5","mocha":"5.1.1","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"=4.5.0","eslint":"4.19.1","rimraf":"=2.6.2","testem":"2.2.1","tslint":"=5.9.1","codecov":"3.0.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.6.0","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.12.1","babel-cli":"=6.26.0","cross-env":"5.1.4","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.6","webpack-cli":"2.0.15","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","@commitlint/cli":"6.1.3","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.0.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.11.0","mocha-junit-reporter":"1.17.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"=2.9.0","eslint-plugin-prettier":"=2.6.0","tslint-config-prettier":"1.11.0","uglifyjs-webpack-plugin":"1.2.5","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.22","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"=6.1.0","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.7.0_1524634016235_0.30817755071022557","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"ramda-adjunct","version":"2.8.0","keywords":["ramda","extensions","addons","cookbook","adjunct","recipe","extras"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.8.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"6eb3eb2f28987e3f2bf2bd0846ac84aa58297ffa","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.8.0.tgz","fileCount":459,"integrity":"sha512-9QAjhO5kif9GDW8QlzZF/jMSsJtG7S4pdHNaWkHF7tyYy9MEN/5HSJffqqdqhjeft46PDwxEdemZjdIWqKj/fQ==","signatures":[{"sig":"MEUCIQD4kz8KdYTX3pCo/oRrA8OCQmXB+RxVhSYEV/CJKaC3WAIgLC9B2k93rQeLkn305F2ebRuKlAIdvscqKhLM0FLzP1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":765942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+JPHCRA9TVsSAnZWagAAD8cP/jNl9gpn47MH5wmY1sWB\nSk7x+4wJFlrhVe7tAZsRiRUZ61w6M1nAmGMWMPel/UNFQKUSU6iITE2Gs6Fb\nhhOIyYmU0T0AA7JofC6B8P7uPQnkjuCfJFgxx2h+PttcsRhih+0u4QyIftiY\nOC0VVdv3faX6Eho6v7+CsQVAAkNmHx+6/7sI7eKrrXFVTfELE6/1oT4aU80S\nJgc7QRykoVY//Yy7cduezX9c/+GkA2MLYjfV1yzyuwZHJ3hu6Siycp2Myoat\nx82GAPD19g7OrjBsKSqjZNHv2jQcffbgPST1dTxcSMvI0j0gFa32r8pDQ5sP\nHELfql4les9DJqNvKh+ut5q7XOiWR9wV9vlIr2ZCLlyyCfesjQ8NaJiIrenb\nYH8pnqOVoDwRyL4zzt23FtEC96Czk3klFd1LLqJtolUBJcOnhmrQEsX5LGJN\nPK6vrGV5DMqrmhALGEgjO4wMMPQE16M//IoMf+nTMZq+VP+PZPwAi36UL+l7\ngA4zcRDhSaul+ze7JstIVITTwyaiwTtpfcMxr2QHZtgz7rRoljS46DYDRxkx\nmKimuLCOSpJ7UP1MrC7D4BjnYYZFm00D/mjTEOpR6yiIKMiPrkQLLPRvYHr9\nR7xq7lCDK7m72bImQpVaXJo28BFrsK6W1FVWe3invWwUbPfC8sc9FVyMlcCj\n24wM\r\n=jgyN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"0313c002d4fe1470cc030fa7e9646c7acbbcf9da","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","nsp:check":"better-npm-run nsp:check","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.2.0","nyc":"11.7.3","chai":"=4.1.2","glob":"=7.1.2","husky":"=0.14.3","jsdoc":"=3.5.5","mocha":"5.1.1","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"5.0.2","eslint":"4.19.1","rimraf":"=2.6.2","testem":"2.4.0","tslint":"=5.9.1","codecov":"3.0.1","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.8.3","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.12.1","babel-cli":"=6.26.0","cross-env":"5.1.5","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.6","webpack-cli":"2.1.3","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","@commitlint/cli":"=6.2.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.0.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.11.0","mocha-junit-reporter":"1.17.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"=2.9.0","eslint-plugin-prettier":"=2.6.0","tslint-config-prettier":"1.12.0","uglifyjs-webpack-plugin":"1.2.5","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.22","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"=6.1.0","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.8.0_1526240199027_0.4256118579270982","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"ramda-adjunct","version":"2.9.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.9.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"1d9b149f987c0bec77fa34caa19cc7b9b9b55021","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.9.0.tgz","fileCount":462,"integrity":"sha512-mUPWQl3Az5yVRDyljDRqwgtdau9hsmqAyT3xsup42zwv41i+E2pu04KHBlXsjMK+w1Wyf03bq2lL/sRTzrDLRQ==","signatures":[{"sig":"MEUCICdpXGYwI2og+4HdWxvttePQoZUvHFa+qpelIL34xH04AiEApu9ou7RUBTH2FSqyXNWS+Ms+9XjCz8vnRP9Qt4eA/Y8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":772681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDaHXCRA9TVsSAnZWagAAphMP/ih2F2+Cnqe6oklNkVY6\nZoFRkGm+eawyH/BO63s0rKAxZf8IsLgqRjpOXEIL8WKuSIsH9dROjHDxf97h\neHD1krS2KW8sxuGvMZIOx5mkabp1erfMdoUtNN4VPfkFtiwqOo+/4+hb0dB7\nRC9L9vZ+98BxeU6vbmIX53/damzbbIzkxNAV0iHh+jsNJ/OTRjkMY5y94+Uh\nT80nnrexI4KuwF5QiCePMUiZsoQNC4WDt/80eY1kek+Zj1AN53pzuUtf97aJ\nLHb+9V+A2N/qRxbvQk5SjGMUevNyQNy4l6hVWzLolT74eftMCyo92Ul2H0hf\nv9/yvabyPlb1fVq9M5eDk69RQpozjZwZsj7+KUdHnEIdeF+DoTPtrg0W9ZK4\nzqJrLHfM3jWbeOpJpblhoGgxPvR7WpjdhAU7m3dH6YRSGL4fWH3P4VlDPVp9\nCmZctUEJBBBo+eY/J6KAgDmcs4+6//zOj5A+MlO3DvROE/Dwu26EcqPQXHlK\nv/hF71MbunxuhVO2OY7WMmneqe5Th2kva9ZcIXuF4ZMiuPXnn0DB8q5lcVLe\nb6htgfF1C1JeN7iyhV7yPfdBkxCtlF6L57nirblGvTahCZzi2CGOlwyrJeED\nN57J4tmDAcgTProc65diJbwtoKiC4fAo0jB7RFYUc5PcQ3U+4VjsChE7oLoq\nrA5F\r\n=caq/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"9cdaa20047b56cdc35c8043157588798189aebfb","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","nsp:check":"better-npm-run nsp:check","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.5.1","description":"Community-maintained extension of Ramda","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"9.2.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.2.0","nyc":"11.8.0","chai":"=4.1.2","glob":"=7.1.2","husky":"=0.14.3","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"5.0.2","eslint":"4.19.1","rimraf":"=2.6.2","testem":"2.6.0","tslint":"=5.9.1","codecov":"3.0.1","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.9.2","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.12.1","babel-cli":"=6.26.0","cross-env":"5.1.6","phantomjs":"=2.1.7","babel-core":"=6.26.0","typescript":"2.6.2","es6-promise":"4.2.4","license-cli":"1.1.6","webpack-cli":"2.1.4","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"=0.1.0","@commitlint/cli":"=6.2.0","chai-as-promised":"=7.1.1","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.0.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.12.0","mocha-junit-reporter":"1.17.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"=2.9.0","eslint-plugin-prettier":"=2.6.0","tslint-config-prettier":"1.13.0","uglifyjs-webpack-plugin":"1.2.5","eslint-config-airbnb-base":"12.1.0","conventional-changelog-cli":"1.3.22","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"=6.1.0","babel-plugin-annotate-pure-calls":"=0.2.2"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.9.0_1527620055172_0.2258202425678495","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"ramda-adjunct","version":"2.10.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.10.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"94fbb3377a6ef01e6be869a0c2c236ba66393708","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.10.0.tgz","fileCount":465,"integrity":"sha512-OQVjMUPnm6LJhAlKuWMVT7VoaN3MsCvIkUOIsg7WH9I2hL8e8G3S/voBoJEYqK5KZXbcASn8vg2sLMejwo3q5A==","signatures":[{"sig":"MEYCIQDBmrYJAlfy2aVlifxIgQ1Mr6lolx63l7vVFh16GGI5swIhALCkH6/bSABxXtpk4QSflAhuTVaDx/eATjNYCshZ5CSQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":784493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJblVuCCRA9TVsSAnZWagAAahYP/AzSAZBTUahiNrxXynOY\n91X2cg3IuM8iV6r0KoiowE3qndgU0i6UH/W+61vkhufyAoJkQ0l23/tU1L08\n29PvKw6+BmYrh/OKSg0zDxu30WNGb7JRJOVGeHmAxdE+efjN7yhGNSp1fDhU\nSILYvepjOgK+e8mGrFVJOZNGx8o4IPTJ7bsbV44/B4e+0Yky+Ymef5vK/7+g\nyn/ihO9VYQ1b4TPWzcDpE6R9ROlXa9nWsjT5QN4QhHi+mP5mEBpm4ZNERs1Z\nW8f6xkyHM8qQKP4rKW1j/9xixeLp8cwkQoRTp4NZ/uObyYCwAC/J9admXd02\nY3lahwvtVCseHPlufPJ1IlbyTavIY6D1HEwAqR1pppxGtQDxYNu2O1QFIT/q\n3AA6uC+OxOkFUB1qKiqc7qu94XERcEgehs6rxYduuJ6sGpWg8JN+E62fovVJ\npOYt1S66E+oqhPvRqvWuC1duhQ4AqyYNhn+p3wb5kPVw8ap82pL8bQa/Ou0A\nEvfvQfsf2HLNgz8IxywKze1/Bv8UWds4VSgvhHUdUtil6WfZy4B1ohWBC4hJ\nVswxwFW8Y4paj7eWQ05jKYPpDybJC3fzsIgcxc4EgRxfV5r5L9r927S26itc\nItkveOjzmUpiUUpewo++TediNhNMNb0SrAe9MyW9LUurH6m/Szs6QKtSvOKi\nA7f6\r\n=WqY+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"d59e4b062f1957ebb279107472cda65bba339435","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","nsp:check":"better-npm-run nsp:check","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.6.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"8.11.3","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","nsp:check":"nsp check","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nsp":"3.2.0","nyc":"13.0.0","chai":"=4.1.2","glob":"7.1.3","husky":"=0.14.3","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"6.0.1","eslint":"5.0.1","rimraf":"=2.6.2","testem":"2.11.0","tslint":"=5.9.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.17.2","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.14.1","babel-cli":"=6.26.0","cross-env":"5.2.0","babel-core":"=6.26.0","typescript":"2.6.2","license-cli":"1.1.6","webpack-cli":"3.1.0","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"0.1.1","@commitlint/cli":"7.1.0","chai-as-promised":"=7.1.1","phantomjs-prebuilt":"=2.1.16","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.2.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.13.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"2.10.0","eslint-plugin-prettier":"2.6.2","tslint-config-prettier":"1.15.0","uglifyjs-webpack-plugin":"1.3.0","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.1","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"7.1.2","babel-plugin-annotate-pure-calls":"0.3.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.10.0_1536514946249_0.9580319355815226","host":"s3://npm-registry-packages"}},"2.11.0":{"name":"ramda-adjunct","version":"2.11.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.11.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"45d7cf5da84f39ab3ff9e24b43dc098049a14822","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.11.0.tgz","fileCount":477,"integrity":"sha512-xKhKGYz/SAcdlzXZvtxpCgcEMFQ7pEIWbNT43GX+Lk2of+718Lo9X4r/LVCrsvvRm8MWvmLS9lSagi68vwm6bQ==","signatures":[{"sig":"MEYCIQDZyXtnXpehdGf2LCkA2RwKAHdmtfL6hyF5AVLLDGA8oAIhAIiRXv5TTfbB/eJkfyM1jNozFO2A8ko17ONMyhLSRib4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":794201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1YzOCRA9TVsSAnZWagAANq8P/31BLGeXfS6FR8Nt5uw3\nIfYANWPMthlUEbll5Pnu0D35NrnLW8VHm0zb8z4/Ky8q35AVcKyCgDA95UfY\nBx0JI3BuGtQQlTHzWlGwD1uvdCIgpOQLzb8PDxEdAGO+r1TRnLj5ZEQgw+pW\nEppv280k7zxKWNRDVKmDN7kPXlUToiHdSSV+OUxpzJ6NXQaYllKpMtFy2jk7\nZ4ytt7Pck7T56SwocuFdiOzWS3GY2j5yPnlcJ31GmsiOU+4hwG4fu9PDsvp9\n8Fjrh6+/YVu7PQNpuC39O8Oex80QduOn77kTSapNH7JrCDV0f3e8kxwn51G6\nNa7SebPHxX1kumhSk/73EZeXuAjoU8ecezB/74ZqXnOn4pQUJcWBrjeZk8U/\nEP2+yW/SuIcQPce2akCRbccn2TS/8Scw4TjQKchn3Bfp9aRTNz7Xu3EwzeRU\nlb5xkdAmdBVWmboeJRecIne3NGm6am3g7PKvm21+bO3ElhecuJqUKjZ3PEyw\nv1L1HGjdl7WtTrR8/MOy1ZaqPpA8iEPNMrgkd5LXwwysbqA8Y6T+alg15yoE\nZzIxlhcgd7GJ18WhQnY0kr4voBfWEqxeUMhHxjCfRbdPqnYbcP6EeBkHZAMM\nRQfGD3oZMPIsfT8g3Uw3JC6jZrpXMrDB/5PHZo3er33igDqdzgXcImvxlJzz\ncB1n\r\n=xHk6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"a7b8f283114299a004462d5f62545df1f3fe247e","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"5.6.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"8.11.3","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.0.0","chai":"=4.1.2","glob":"7.1.3","husky":"1.1.2","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"=0.9.0-alpha.4","ramda":"=0.25.0","sinon":"6.0.1","eslint":"5.0.1","rimraf":"=2.6.2","testem":"2.13.0","tslint":"=5.9.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.23.1","istanbul":"=0.4.5","jsverify":"=0.8.3","prettier":"1.14.3","babel-cli":"=6.26.0","cross-env":"5.2.0","babel-core":"=6.26.0","typescript":"2.6.2","license-cli":"1.1.6","webpack-cli":"3.1.2","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"0.1.1","@commitlint/cli":"7.2.1","chai-as-promised":"=7.1.1","phantomjs-prebuilt":"=2.1.16","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.2.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.13.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.1.0","eslint-plugin-prettier":"3.0.0","tslint-config-prettier":"1.15.0","uglifyjs-webpack-plugin":"2.0.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.1","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"7.1.2","babel-plugin-annotate-pure-calls":"0.4.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.25.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.11.0_1540721869482_0.6184110587743097","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"ramda-adjunct","version":"2.12.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.12.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"4726067a03b2bdada69fa0b683c0f16fc294ba7a","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.12.0.tgz","fileCount":477,"integrity":"sha512-2np6sP1sGFuOVntG+ol07bMwpZr/B6wpB4qh8ESNUh5K//uONh6NIalfo1RgKnounXJ+wGNDElls0810BBzqhA==","signatures":[{"sig":"MEUCIHrlmisjpXBs1inmzCXTOBmgVOB54UZfxHMRpSCUZNjNAiEAqAZCwvPI9tj4MEk6Y2okcaTojh1gERpP0uJ+4K8L/Bo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":798431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb+srQCRA9TVsSAnZWagAA8loP/2YElvPoNuUNHtElIaU/\n+a2eRv7hAJUZ2W0w6MliYX8RZYowyXLWVCCTGiszxRd6YUe0ChyRq+i2PEyA\nkig0UJ5kaJIlRsY3jxFGWn519YYWfn8qzvYV6qrqdvXJbh0CxilYqcAfsO1W\nECWwv+Kvt6N+k/GJC/o+zA0lrmL0JPaTv7bnVIiVYxB8zA+4omf2gSUy/eY4\n9hJYcHZM/Ldf3fsC5E1ToeKWB9KJnlDi+Qu/jov4xFQ9UaqmJkTjPZmaLGOP\nFSkG10T9uPOmCUgKPtA6e3gd6nLnaGd4re3ygKYX7vR+oOPrvmLI6p0cgW1Y\ngkFmunExpVcqIjkUEJ81yDJ/BuuoK0Ti/fY6T5TIG9KBoAcEm/oHv2xWh+Gs\nb59bj93oJo4iUvYNTzvnUFM9ykmW9YMPhlISDalDT2AJawT3SD7bwAXvBgll\nWrOdqz5mj+E5sT2D7TTcHk5OjmdXZ3QF/ES+Dpoh0ZwG10YcSIXmJCfNoHkc\nv5Tj4lDD4hLWbeMzWtzbQlEIMjPhQYEDQoKP6NTWI4ZGI33dULq7drgROe6m\nEPkvRyaONzLv1FOFQTs9Z0907muYxAkzrqE8UhMPEFFq+XWvxvW8LH4D0TSI\n1OqN575Tzux3cBqi51EqA3TSOc6cIpPQzRO+AFUDs7u05eSXUY58NH+nV7g7\ne9Ci\r\n=/LI9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"55acd2298275e4cef7a9b13166c6ed556e122fb5","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","commitmsg":"commitlint -e $GIT_PARAMS","precommit":"bash scripts/pre-commit.sh","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.4.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.0.0","chai":"=4.1.2","glob":"7.1.3","husky":"1.2.0","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"0.9.0","ramda":"=0.26.0","sinon":"6.0.1","eslint":"5.0.1","rimraf":"=2.6.2","testem":"2.14.0","tslint":"=5.9.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.26.0","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.0","babel-cli":"=6.26.0","cross-env":"5.2.0","babel-core":"=6.26.0","typescript":"2.6.2","license-cli":"1.1.6","webpack-cli":"3.1.2","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"0.1.1","@commitlint/cli":"7.2.1","chai-as-promised":"=7.1.1","phantomjs-prebuilt":"=2.1.16","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.2.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.13.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.3.0","eslint-plugin-prettier":"3.0.0","tslint-config-prettier":"1.16.0","uglifyjs-webpack-plugin":"2.0.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.7","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"7.1.2","babel-plugin-annotate-pure-calls":"0.4.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.12.0_1543162575679_0.5686917030521557","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"ramda-adjunct","version":"2.13.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.13.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://vk.com/nulll_nulll","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"eed226631b29c58e5f07277dff2bed6139202cdb","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.13.0.tgz","fileCount":477,"integrity":"sha512-X6KgtqhrP//qHD3YNxlzUjPgP6istv9H1IuQw+l3FK2qns+ZM6VuOdicKcOkfmGaHc4xQOx1XxWJUJnb+3KSzQ==","signatures":[{"sig":"MEUCIQCb1I4j+JWjWZB4o1yTOcjRTcbiX1vwPZOiFHoiAAWLOgIgZT2v7t0DkJJ7ngveATOmqiwK3jwODyQ0nBMEjUkg5zk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC4p5CRA9TVsSAnZWagAApRUQAJZTH+bc558v9J31W5nQ\nEwkoooL+BlDRLLHrpqxVFolzvC2it11QsOoBvnrJ21pYbATpEXDXG7QcoSZf\nkQOLaF1CkmSYGI3do85hcdJMmOd7iElXUk4TF4Vl+opBPPkZYY5miBMVjewX\ncdj2/yDlcwFPEhukSzQaag2TotweqRLlSg2fUUgNt3ySdcceXUVqYZ8G1zGZ\nv/UtU+DLA1O4115AaV+Lx9VgVTHg2D2qCtFx7H9q5tHavU7c8Tv3LFOWiyx/\n267Ldz4SGdedpmBiYHZ30dM0/An9K38scwm/GT5yEn/ujC/QH1o2Mv2lc/Ws\nqhjjJqnmwoswqj1s/sfKQsFHb9Q2E9ya0Lv4RE0E2GxUjRzU+UC2LLA3HeQT\nonbSkBGf7uri+7UCxaNHYSUp9T9yb9JMTVopxR8HPn66MeFCOA6ZxuE/oV/B\nRuqKOrfdyL2Jo6LYwxi6eZds8dBMAV9M5qYhKOilSxycStscZeIPlk/iiqYY\nYZRmPrfCNDEp94u7mUGODVPUwRK6zyz7RpP8gu8Ro2B4treT3AMJj0JOOX9F\nukElAbnjbL/XdE/QGtQ6f4jvi/fVvr3Jtcsx621Wa6Osk8X7F0tutXGOott9\nNOGgpJ0UJC9b3MqzpdS3dj+IckkNDvJ5wzo8foUQFvgBx/uUxQGIr7e+H5cd\nH7TD\r\n=3r3V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"e9fe7e14ccf6707dbc36eb3f0f3a253eb4a1b909","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.4.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":"cross-env BABEL_ENV=commonjs mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"cross-env BABEL_ENV=coverage nyc mocha","lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.0.0","chai":"=4.1.2","glob":"7.1.3","husky":"1.2.0","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"6.0.1","eslint":"5.0.1","rimraf":"=2.6.2","testem":"2.14.0","tslint":"=5.9.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.27.1","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.3","babel-cli":"=6.26.0","cross-env":"5.2.0","babel-core":"=6.26.0","typescript":"2.6.2","license-cli":"1.1.6","webpack-cli":"3.1.2","babel-loader":"7.1.4","fantasy-land":"3.5.0","babel-register":"=6.26.0","better-npm-run":"0.1.1","@commitlint/cli":"7.2.1","chai-as-promised":"=7.1.1","phantomjs-prebuilt":"=2.1.16","babel-preset-es2015":"=6.24.1","babel-preset-es2016":"=6.24.1","eslint-plugin-mocha":"5.2.0","eslint-plugin-ramda":"2.5.1","babel-preset-stage-3":"=6.24.1","eslint-plugin-import":"2.13.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"4.1.6","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.3.0","eslint-plugin-prettier":"3.0.0","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.0.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.7","typescript-definition-tester":"=0.0.5","@commitlint/config-conventional":"7.1.2","babel-plugin-annotate-pure-calls":"0.4.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.13.0_1544260216930_0.047834770618661926","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"ramda-adjunct","version":"2.14.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.14.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"d1f84643b55a15c744469ad075cff9eb5b23514a","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.14.0.tgz","fileCount":477,"integrity":"sha512-gzec69jm6a2RinBvmZascRPBlP7oGTHWwb9rPmKfxH3o1XmaDqgC9m3BOEcJ2tXSsGeWgHRoij8mHb3nX5dmwQ==","signatures":[{"sig":"MEQCIDz8CLnRXGIWdHLfuL8oM4cd8EdybGHoyz9HHZPomhyfAiB2ovys7F812PrgfuXlpC/d9d0SIE/aCigzWG9IaS1cZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":948523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSh8KCRA9TVsSAnZWagAALZUQAI0K1ZZ/HZFniWzgR/IZ\nhp0WQkydHioY5TDPkdtXnqpwHGDUmZFAnBjc0CdJMa8pfqp8JTXjk0Np1dKt\naBv/kiuaT8bz2LU6StkdS3G+XL/u6RqtlOOIvNRxhRk6Wbh5W3DYRCgsmGk+\nuWvOKpLttFywfRVAoYNSyv4SVwsdaTvNoDMvTPhTgkFPvcz8nfOd3jN2x8Uu\nHY2h5IP+TbBlOFG0DsJOE46WSZ2ym45BCJsTWkzXre4D1dDqfQLbDP/XMOP2\n2uozaUta5t3DhKOZsSXEZS3ZJbtykUY7jSoaiASIVGTOdizFg8JvixNTWb9b\nqzbbXVK+z+vi1U9HEj72B3nstBniUDpyhoEc/ewMR4Z93/PX/8lEdEQgVL9R\neI9DERo3xrIGqGbB1wSjCPYqLjffhbYDxPDHWyqZUyItJrgah+ELzCG0XiDo\nAQTylw4Ut2/0RQXBqR7E7mIiaolS9gfz5MN/GfuXHii+1eX1dV1hVMQ/B9DD\nbrAEOyR46z2n2JxnmDKDJ7/oAl2oSJrjif7QOu9+ch9LS191fiIoT7ufs+KB\nM4jzkWTVuamaC2Lge5myvqb+EqRW6n/cS4qZyiQjyFY8sjZmUbIIVA1UKZQf\nVBVzIfkLFT6xXR67eaYfSASM7pA9klFnLRZexQctZffgJr5IXbdfo5kYUGqp\nJfSM\r\n=TRr3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"bc8ae86e4cb4554df99b403b9255da5461a5fc47","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.7.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.1.0","chai":"4.2.0","glob":"7.1.3","husky":"1.3.1","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.2.2","eslint":"5.12.0","rimraf":"2.6.3","testem":"2.14.0","tslint":"5.12.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.28.4","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.3","@babel/cli":"7.2.3","typescript":"=3.2.2","@babel/core":"=7.2.2","license-cli":"1.1.6","webpack-cli":"3.2.1","babel-loader":"8.0.5","fantasy-land":"3.5.0","better-npm-run":"0.1.1","@babel/polyfill":"7.2.5","@babel/register":"=7.0.0","@commitlint/cli":"7.3.1","@babel/preset-env":"7.2.3","eslint-plugin-mocha":"5.2.1","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.14.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"=5.1.0","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.4.0","eslint-plugin-prettier":"3.0.1","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.1.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.11","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.3.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.2.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.14.0_1548361481258_0.9446046732821374","host":"s3://npm-registry-packages"}},"2.15.0":{"name":"ramda-adjunct","version":"2.15.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.15.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"b29b55c1cf6f25bcd91f6c86613669205ac6a3d1","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.15.0.tgz","fileCount":498,"integrity":"sha512-3Y3Pke/tVG4Nr9PynKk58L7iVpN5jsMhzffSE+V/jLJMQcFBC6zaJZltezAxXbJr4j51laJqAcJ3C0kRTbbhVw==","signatures":[{"sig":"MEYCIQDNCqyyzHpW5fPaFET+ljdW/sG69we/5iAzNimK9/dNQAIhAKq9rs93/k/BLanHMwLdZk09T0uKxewrmymWFGhBzxsx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":975053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYCUZCRA9TVsSAnZWagAAU/YP/iyQAd8+sUQmYqT7JK1r\nsPS5ktdSemGQYEkiXctkNZJ/cG10a6QvoA/Gfs8qVaqbsqkx66Ls6UcBfyv9\nYYMa/ZurbrT7MZB7GAYN3eowv/sxIi63veDmRjerA2PVrxML0pB+kMbM01uZ\nBdJPVA1U78QtfJZiy5Q6W28rkBiBILc8Ph3HUVAFSqCaoiqrAqQo9+bx/HUb\nCCrGf1oMVrV1qgeUNjATHcrh4ZV0YwMycZaon3VmPU7ADkf7L+dqYuwsbwYU\nXjl0DYgfy1UWCmX+w3/ZekBREs6WOtgtmF8hyPwf94ziwcROCenaLGj+MkuN\n25Azprhv9+CkyYcOdZcKHH2vFQiiYFDsA8LLD+WvRzolKJIKLYxlGbESjcxC\nuxFdzNzoA2bzh2dQzmnUZ9sRhQWAH3ykPCvXzR7t+th1gPsWk9eZp8hV12fV\nIn5SRLvGCFq7nMWtcn10WSjZcrmRuTxtgY/5inDEzTVLext6UaC1DiWfPACf\n0IX50U0ipuezlwi/FzxDTUmWo2/puCcuuLsNPpGEv7noWv29O+UhLg+vvwwz\nxwSEHsOztJW9Yu+nxf+lVvNPrQGeAtkpyW1IO1rBAyjr3BKd1pZe8K2sL+Ss\nsqOFF+Zxs8NyLxDAhVs7xYdjr31BQRzJMLpeDct5b8o09o0BhE7S4fZc3MTy\nH7m6\r\n=okgj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"507104567cce4fe53f2d2ee1aa9551ae125aa6e0","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.7.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.2.0","chai":"4.2.0","glob":"7.1.3","husky":"1.3.1","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.2.2","eslint":"5.12.0","rimraf":"2.6.3","testem":"2.14.0","tslint":"5.12.1","codecov":"3.1.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.29.3","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.3","@babel/cli":"7.2.3","typescript":"=3.2.2","@babel/core":"=7.2.2","license-cli":"1.1.6","webpack-cli":"3.2.3","babel-loader":"8.0.5","fantasy-land":"3.5.0","better-npm-run":"0.1.1","@babel/polyfill":"7.2.5","@babel/register":"=7.0.0","@commitlint/cli":"7.5.1","@babel/preset-env":"7.3.1","eslint-plugin-mocha":"5.2.1","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.14.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"=5.1.0","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.4.0","eslint-plugin-prettier":"3.0.1","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.1.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.11","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.3.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.2.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.15.0_1549804825193_0.864570493333459","host":"s3://npm-registry-packages"}},"2.16.0":{"name":"ramda-adjunct","version":"2.16.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.16.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"555a754d4febfa1895cab1a3a7d1308bff94c1a2","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.16.0.tgz","fileCount":501,"integrity":"sha512-T2CJHqRJ1hSOtDpmPf2JCzTPPToOHHAWeMtqVMKxCLisYq8PQ/4pnutZErqlslqncRj/goJx56OQePbUHMIMpQ==","signatures":[{"sig":"MEUCIQCy2a34+27AgapEeC8hUSiCi5WyFQUtL67/rhe07tyRagIgIcueLHj0WQZtuAO/OCtQBHpbt66jCj7liHWxBUGQ5XE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":984689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcaUKwCRA9TVsSAnZWagAA9PkP/3wdej/1WrRTC1Xa1KYm\nZL0azcgh5BC/kX2EFX7GAxgfF0oCKIcE5/bNGXZvEE527wdlMZnR2ls6del7\n6IVPCX5PP5k1Fs5QgXdpgOwkmsoCYyk7vA6L2f0V9lhNWrEKyyHiLXOaeG0g\nikzLNDT4Q2lvQmf5Wcyl/yX5x4hAMRRClKNYs7NZY/LImcEb17RT2MHo+PuF\nl5RcfQmsY0sQD/j8/yOtjCe0xFsVQqLJygbk+a8eixa1zA0srpAV2Us5P3N6\n37eVdkl5jLldMPby7P9Rw1aJ4IB2aB1NS3uGvhCZ5X4JzQSazI+zZIfpJBhY\nzBLUApAvpGMNA7no0SJRk9e9MTlO+qgzJzVW+vN+ntQAKVpltt9MwpIb0jLM\n1Z80bxmvVkAtJ8uN8NthyFhgBMI3QaCxWcbN53ZkSo7T7WykYEFvN/d7xpDa\nqZzrUUa2ofCHB7kxR6LZwFjTXqE/utWGy9vRhC+QDJyKEaVb+5T435vAtsgO\nN/0Q1n8ekgqfO8R6+zzXVFjuJKVAuak398yawsJZzTL+YRDp0g1U1avnPQut\nXGOs9lyjmevT+cE5/sDIrRZLag7/P5356S3ch7sOtZx2wzTawhIvf2qJR4MW\nziEpuM7vgz13bJ6PYGQHWSOhKgMGTHmfGM0WCvHNgV+32bv2xx/bp6bpiBbH\n61Pi\r\n=XQcU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"17f517487da2922482e376499e0e1f5f2f1c20d5","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.7.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.3.0","chai":"4.2.0","glob":"7.1.3","husky":"1.3.1","jsdoc":"=3.5.5","mocha":"5.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.2.2","eslint":"5.14.0","rimraf":"2.6.3","testem":"2.14.0","tslint":"5.12.1","codecov":"3.2.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.29.4","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.3","@babel/cli":"7.2.3","typescript":"=3.2.2","@babel/core":"7.3.3","license-cli":"1.1.6","webpack-cli":"3.2.3","babel-loader":"8.0.5","fantasy-land":"3.5.0","better-npm-run":"0.1.1","@babel/polyfill":"7.2.5","@babel/register":"=7.0.0","@commitlint/cli":"7.5.2","@babel/preset-env":"7.3.1","eslint-plugin-mocha":"5.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.14.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"=5.1.0","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.4.0","eslint-plugin-prettier":"3.0.1","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.1.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.12","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.3.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.2.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.16.0_1550402223572_0.32052718797362845","host":"s3://npm-registry-packages"}},"2.16.1":{"name":"ramda-adjunct","version":"2.16.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.16.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"19af36ed58bc1b7bc90c16c4d814bbd5f16ce64c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.16.1.tgz","fileCount":501,"integrity":"sha512-0fvgqMLpRbXrDq2V/FhR1m0gEDCO2ANANXBBbhQrZYYHDLfJUDuLAiuE2fnbjM5HkCaFbL7MfATkafkyxp2AAw==","signatures":[{"sig":"MEYCIQDNXjv2i71iHGdWQ2W8snWxWSZJw0y3qU00TcULPowZJAIhANZZtxXo1uV8/k9Q4Uzlx2+WuNfQNm/QJ1UNVz/ukmqV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":985014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca7F3CRA9TVsSAnZWagAAi5QP/j/R59anonrMKqn64Dr6\nTcnPtldTM84yb3vOqY9nmRtxK6kuhhmQcZYgCPE21tY5AqZSCpQZWnG7xOsI\n0c4+hSbBKtBY7VVIS7D2Xm08gVvkO8A9LQFhfgAmKBNECRhtyh1MjGAdmm/U\nICc7A4pE9YI1wN3r+OlZIEX1xbdmEKkeE5Sl1hanFXa3aPXpJErCQbLHZZFa\nThsdRS9ZHzULh5ia71EYD+vJIf8/J3k8HhSB/18IhcKhj0sFnULQ2A82AQr+\ni5TwRfp6QJvdqgHNdfz/BVwcrfWWRcSjmBihYE9yhdNE9jvnAg17rhPe/nBX\n/6Ii5y/Xd6cXtgIKgLr7ixOddWy0FyAZ5ZcLqwuaNfl2zDzBJskkJoaSRPC7\nMlC3mL8Sc5ri2zw6wUXGDXyQIMw3ZUQsyq0MzM2Pg2ImFKCLGtHHltCVw10G\nAstYcBkhIGP+HV/cRvqlTWDtjumcc+PV6Ci8rivIgCeKZ8oU0UIr3FzWhlGa\nN5KmnsaVyVCtVFTU3dAsCxbNvnx1GvWjsV5c+0RaYRRvchGwHGqxhaMZ1LE8\nmvbHHLoSZz7aghID4pAjS2YVvHYNgT8Kg5VWbuJ88zPu1XY/aO0Kl1AwFqt+\nTKoNc/Y31NSAsYyD4YJ8mLejsdhFGtx0Y6BYHeQL8leq9wzudK5qdPr4wRtL\np5D/\r\n=Tl/w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"17fe743cf5727ebfab86790f8c97c376653dd0a4","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.8.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.3.0","chai":"4.2.0","glob":"7.1.3","husky":"1.3.1","jsdoc":"=3.5.5","mocha":"6.0.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.2.4","eslint":"5.14.1","rimraf":"2.6.3","testem":"2.14.0","tslint":"5.12.1","codecov":"3.2.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.29.5","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.15.3","@babel/cli":"7.2.3","typescript":"=3.2.2","@babel/core":"7.3.3","license-cli":"1.1.6","webpack-cli":"3.2.3","babel-loader":"8.0.5","fantasy-land":"3.5.0","better-npm-run":"0.1.1","@babel/polyfill":"7.2.5","@babel/register":"=7.0.0","@commitlint/cli":"7.5.2","@babel/preset-env":"7.3.1","eslint-plugin-mocha":"5.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.14.0","mocha-junit-reporter":"1.18.0","babel-plugin-istanbul":"5.1.1","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"3.4.0","eslint-plugin-prettier":"3.0.1","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.1.1","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.12","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.3.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.2.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.16.1_1550561654720_0.7001837539628657","host":"s3://npm-registry-packages"}},"2.17.0":{"name":"ramda-adjunct","version":"2.17.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.17.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"a74254361fec763073afd9ef94606f09e4776d0a","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.17.0.tgz","fileCount":504,"integrity":"sha512-mUPRb3yL3V1Kf2jSzpYnuZeiUhg9UC3uAImQMoOIZJ6Umim8CQa2PRjG2xPDEfP3xPNURlFQwLk60mNczkghAA==","signatures":[{"sig":"MEQCIAwTfja8uMHf4SSM2OUArLURID/Z/RoynNA60Bx77IaLAiAAgUi/PkYWdm17yNZxWxQPZ/4/gvK0JY7L4KWI5y3fsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":994319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcs5C7CRA9TVsSAnZWagAAK+sP/0rvEzEqIDN6QGS/Wias\nyoXwTkUsjgNY77KN4w8LZljcrpF+VBYVwWpm8MgRQrzM/KNnG6TMeh5gSsN5\nxjiPnaEEzy5/czdZkiFBsINzaV9pLYSLjdN8OwJp/Ia/QV/X8Im+LO1+/Oay\nSNDPbB52Lz1IZ3M1vbqdrVq//NDVubdMBWggk0ZIuXB4nW69oxFrxvQWOTRp\nnm/oJ0eEycBtgtvW8uUHUOj6LO3mlX0KDY0igH7G1gEAGasrMPkau8xjysvi\nM3lyK9V3UUiNxF//xaVNMzS3tY6SIlU7yetj9Tr2mQeG3v+6k54uSdw7eJCL\nICNah9+217DRGLhIOUNxSVAEo9hvTJy705W/aWpuJuEPiwY0HdRkU8/o3+Vu\nDoxk4K9HmO0LflEQOQdaoFQomrbrsN2QwlDvWbE7+E71BlGtRcad/JyYJmmo\noki9e+qMEyylIJ+Ztaydu5roPM+v1EhGgCA82PMUh5+rrG9+UybLyU1Ky+K5\nOvUJ46khbrzsA/lCoYVftWNJG8SjfiWpRhBHeY6AYksBNkH++5Eu2mgxfooI\n8lQJj3Dnz2eIPLxJYgjN6p50tj5B3YS7av3JAy85bK1IzCnGHIUl5bN5H/O6\nD0W8epzV4mba019F3jwczO/omzJNTsRc63zk/kAUe0wegniG4HLVd2ZB7V0A\nKcbA\r\n=19cj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"8b23e1a6ae545c1017f29b691d4168aa5f53b118","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.8.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"13.3.0","chai":"4.2.0","glob":"7.1.3","husky":"1.3.1","jsdoc":"=3.5.5","mocha":"6.1.3","monet":"0.9.0","ramda":"=0.26.1","sinon":"=7.3.1","eslint":"5.16.0","rimraf":"2.6.3","testem":"=2.15.1","tslint":"5.12.1","codecov":"3.3.0","docdash":"git+https://github.com/char0n/docdash.git#bf4b4eebfdaf042c0ea9038419bc26813f243c94","webpack":"4.30.0","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.17.0","@babel/cli":"7.4.3","typescript":"=3.2.2","@babel/core":"7.4.3","license-cli":"1.1.6","webpack-cli":"3.3.0","babel-loader":"8.0.5","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.3","@babel/register":"7.4.0","@commitlint/cli":"7.5.2","@babel/preset-env":"7.4.3","eslint-plugin-mocha":"5.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"=2.17.0","mocha-junit-reporter":"=1.19.0","babel-plugin-istanbul":"5.1.1","mocha-multi-reporters":"1.1.7","eslint-config-prettier":"4.1.0","eslint-plugin-prettier":"3.0.1","tslint-config-prettier":"1.17.0","uglifyjs-webpack-plugin":"2.1.2","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.12","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.3.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.4.3"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.17.0_1555271867007_0.957789043922721","host":"s3://npm-registry-packages"}},"2.18.0":{"name":"ramda-adjunct","version":"2.18.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.18.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"f8ddf4b596ff012c17fe1e0118262137894512b3","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.18.0.tgz","fileCount":517,"integrity":"sha512-0J4mmJqUmtEbAU6Ttmuw/RsbjWdgQkbTcBlR7goF55HpdxThbbOZY2SF0HUTId65WXaVV3D7tG7Ac/FrRETXlg==","signatures":[{"sig":"MEQCICv7YtXrLOBC3MEGR4IXyRqt34JoJYMRwoEKZ4yJyjjzAiBvR2J+ONSbxB9HNJPjTk3Q8V82umsI70cp/FkXBd93CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1912519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6uWHCRA9TVsSAnZWagAA2UgP/0rGlPvDPMpvL3Z9SkcU\n2tPQuP/g6hqsaRy8tnEH1p4hBeDqOID9ydKh6ELnew4VIuYH5IBW0QMzI7kd\nCeD8bvlgeIJmmIoNRlHz67kzp1zd8uHWMU7I/WQfpBJtXKphAKcvVzgpnMTV\n7BxlvOG+jlK5DxK9nHb2DqOvI5ptVb2oG8z62p2nUWWxDWmcnhyflyoBUU5K\ntF6Zh6tGBO/ncG4k73B4EVOx+nw3IThcMnLZrKFS06zz7GwVqYm13OUGu6Qs\nlNJyeU+GOiFGsNFvSXoaJ3vN+cDgAstVJNjt7KQO3EpJ8ZK/OFG4u/tzCaZb\n2qNT691++sinbPtu2Rze+Bokp9u2B1vmj9rEAFl9Qmbql+xvvVwwPjvTSWtG\n44H9fNHoRiXzMFrPGVbln4Tjm96M/DX21wDs40bo+7F5rbjDj+roiljsxPVC\nbRGof8uMRzJDIrTSLStpghE3uR0HmcoxzJ2vOyeA3nOiQX3poL1/MOTYD2ZY\n6gLjsDl8LeuqRPf1/6XLgC35zLfGELX1QuwcRYrsxlp0CvQiF/R+k2qZ28w9\nbCODjxPu/TkkvN2QEh5yFZUOVGLob4Qom+WksvT9pdxwTnulfjPIDk6Y+tKN\nJZeLDsn6CCQkZCnIOmv/u8S1ouA5xD41QpjHaSH1XO0JlK2/OOGcxMOVTT5z\nR2az\r\n=Uw8M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS","pre-commit":"bash scripts/pre-commit.sh"}},"module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"81ede5b3e0ba75d9bbdb780a4b49f7217bdc8dee","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"typings":"src/index.d.ts","_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.8.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"11.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint -c tslint.json src/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c tslint.json src/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"2.3.0","jsdoc":"3.6.2","mocha":"6.1.4","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.3.2","eslint":"5.16.0","rimraf":"2.6.3","testem":"2.16.0","tslint":"5.12.1","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","webpack":"4.32.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"1.17.0","@babel/cli":"7.4.4","typescript":"=3.2.2","@babel/core":"7.4.5","license-cli":"1.1.6","webpack-cli":"3.3.2","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.4","@babel/register":"7.4.4","@commitlint/cli":"7.6.1","@babel/preset-env":"7.4.5","eslint-plugin-mocha":"5.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.17.3","mocha-junit-reporter":"1.22.0","babel-plugin-istanbul":"5.1.4","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"=1.3.0","eslint-config-prettier":"4.3.0","eslint-plugin-prettier":"3.1.0","tslint-config-prettier":"1.17.0","eslint-config-airbnb-base":"13.1.0","conventional-changelog-cli":"2.0.21","typescript-definition-tester":"0.0.6","@commitlint/config-conventional":"7.6.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.4.4"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.18.0_1558898054725_0.11578093681891954","host":"s3://npm-registry-packages"}},"2.19.0":{"name":"ramda-adjunct","version":"2.19.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.19.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"f2e1043d619c0444aed68e4ae8d3acb1882b2d03","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.19.0.tgz","fileCount":525,"integrity":"sha512-cU9aZ1aAaRULeqrPRN2UM1rczpXXghRNdc8dlJveM5I2F/axQfKBPl8YKR/mKSWG4vQWdotrBmervm63EPhI3w==","signatures":[{"sig":"MEQCIDvL+WIdHRTf+R8K+ffq4oKZyIsiIOMaPOo6dnZAVh8xAiB1KRgLj0oqOd219Xw9OdG04WF0W3raIAEUB3weyIQtrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2178655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUZJJCRA9TVsSAnZWagAAwU0QAJPLBY0yEpsoukif9/Lc\nIPjFsIRQmf7ICqQvVsnE6hhpKhDg2XOeItd3++RGHWQ4EsCJjmktLTAyNQit\nZpMgtoi+sbAXxUYjUIcIq08dTikT1cR3nnvSdfYgIxOx1i63hd//66KGC3As\nCgPri8v/O68/TQ/Yjq28p3peWQXnevL2GYXf+aqC09hCufNmUku8TBWbM8Eo\n4h6SaW2mt6vUb2xWyhL/52CwwgH08bhZuyf0vCuKGUJo7G0emCsZTCd3QWoP\nx8ashLCGrrRBkdPGookNn2seimlSVALIp4D+j2Twk6MwirZZG7vlep9syMe3\nwbJSNJPlAkAOPi8F+Ui1lvkqsNHBfhjedqowngyjfEHsuoCxBge7y9IVIxYY\n86qPqVCYoGwN/vVK7bVAKB6w6J9taskRucDXsVOmtJyPtow/2V+qMp6GQvUX\nnlaVaBh6dhDmCqPX+I/aGAnWZZ4w1tJIgQ9kiZvQ64Xiy+Ve9OEvBikm5Bgr\n7epiKt8oqrrrNrB7zeTVmeuwVImL541Tz2YM3l9xYBCuKtLiqts69ByG4rBw\n+pQujdKZXebeGF2jBAUo7bTrp/UQXxQfu+fEnnI+t/NDOUW25Z8iwI9yz4Ci\npbD/vsgPEbwhLCK67p7wPJW2uxAjxEIZUuSyaZeZbN3b9aW3RdUoUzGJ3qY0\n8xO0\r\n=7QjG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"74a509570aa05b1b0d94cb8af476dccc326fac73","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","postinstall":"opencollective postinstall","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.10.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","dependencies":{"opencollective":"=1.0.3"},"betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.3","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.1.0","rimraf":"2.6.3","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"0.9.1","webpack":"4.39.1","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.5.5","typescript":"=3.5.3","@babel/core":"7.5.5","license-cli":"1.1.6","lint-staged":"9.2.1","webpack-cli":"3.3.6","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.4","@babel/register":"7.5.5","@commitlint/cli":"8.1.0","@babel/preset-env":"7.5.5","eslint-plugin-mocha":"=6.0.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"1.4.0","eslint-config-prettier":"=5.1.0","eslint-plugin-prettier":"3.1.0","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.5.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.19.0_1565626952936_0.10591797210054965","host":"s3://npm-registry-packages"}},"2.19.1":{"name":"ramda-adjunct","version":"2.19.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.19.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"28f49d32d49abb1a5b6bb783bf4fdd6076f05e39","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.19.1.tgz","fileCount":525,"integrity":"sha512-nHzx+e0VS7Zcf/HVvfR2VmOA515vCRF3YmGI1XcRdkcZMoNd1l6EVfjeLAK7zyoj+QjAnqPzYdpt8s+olYKkZg==","signatures":[{"sig":"MEYCIQDaHj5xOjiQVJ/YCmZYEVfrt4AGPEBKTOv8CuWWvrT3yAIhALux+Ojv/ew3tSsHVxyjvtUEhB6lOmE4IvhqgPWompSy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2178938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZZudCRA9TVsSAnZWagAAgH4P+gIIkRSyHJd+PepLu58e\nZKRoTIAfLWWjHl3Ufnyv97JxTTUHPcttCZVcU5UasIuVujkcIGFLWYfCuaO2\nM2811SCY15TxHPC0pvSShLYMtLqJXGws/eOck+LBwzYzTqeolyLoyyZkLtAO\n6Vp1K4N1LFOhFBeXPCVMQz7Pe0bnInUMMSjhwyETAwTjvsZ226m0mM/qJKn0\nthxPsoU+o6h3D4jgD+CekfTDSFAz2JaMzVDhT0IGPxigfGVKZQEDdunX5F2R\nVcszCxPPaA+F1Vo0Ym3bEWE9mGI8fN1pn7x1A6hbBLANZnuaC2SV8Lm5PmHp\nf0FuQXNXabXtFhGU8jCf+mViA9rcZ3HOPR+m4hTbu62dAyXn7zPQdbjDQKEW\n9dUs7LToiXTF9D7oAt2dcfnzXvKtHw1cu2BNTB+SOeCG64CFztgtoQH2wA7T\nD3Ewl4xYguE8EteFpwxECyT9oZx1pdt9vDpC64C7uBU6SPSUsJsZ7fWwEhAm\njqZEpWYhXkHnfY0NL8tf3Oefml8Y2lWEOsO7NttAa1CuQALBV0D41nqev5fo\n5oXC5OBvvy2j8DY2WjH1Pw0AcPBF0Xo2KyP2LtgmBtB16X6vW8gTqSlwDIwO\nlPt3ByIYNFXo6y8F1hyq+gLXfJIw5BH75HyoTUg8h3FqPpqmzBalc/RRck1k\nz2qA\r\n=2Rrw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"314fdf5794d3e3934d423ab93dcae53492227037","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","donate":"node ./scripts/donate.js","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","postinstall":"npm run donate","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.11.2","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.4","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.2.2","rimraf":"3.0.0","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"0.9.3","webpack":"4.39.3","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.5.5","typescript":"=3.5.3","@babel/core":"7.5.5","license-cli":"1.1.6","lint-staged":"9.2.5","webpack-cli":"3.3.7","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.4","@babel/register":"7.5.5","@commitlint/cli":"8.1.0","@babel/preset-env":"7.5.5","eslint-plugin-mocha":"6.1.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"1.4.0","eslint-config-prettier":"6.1.0","eslint-plugin-prettier":"3.1.0","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.5.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.19.1_1566940061275_0.7690859038273172","host":"s3://npm-registry-packages"}},"2.19.2":{"name":"ramda-adjunct","version":"2.19.2","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.19.2","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"e3144cfd6b5a6d9a47a407e68a355853f54a09f2","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.19.2.tgz","fileCount":526,"integrity":"sha512-MtQaOuXNPA4at3siArtVCo7xgPB5ODxoMlnN0fhIci90/wMcL9DKdJaefE1Pu1nwjMVv+ibYakyz+beD9W6HIQ==","signatures":[{"sig":"MEUCIE9NBjpCoJsRtmDZV1/GauRECn4lbDKqWZgl1NZkGeDJAiEA6QSb5iZM7l3iJd7GbllfQ1p/zENBUcMoWVPzMUMd44s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2181353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZZ5JCRA9TVsSAnZWagAAxqkP/1wW5e+yhuJoEyMQNAIo\n/uXB931RtGoexbIQCcd+yg5IDfsQeo6muHcnoFmDeYGMywACQZE7qY88lrBU\n++ecUud/uFsLxY8IESPJhisfwZ3gAjWnvSXFyKvisDnQM8vbBTJFmnwa91l5\nW6zS1qZ84mwZui+OmCjKVD1+Ugs0yY6CxdvYheYD2b5Dsir9wSXNGNa7aNju\nxX7w6uGsercP2TiGdm5fYPJvrQn75gHsbfdni1pXmluA2YzW8/5gX750ZYWu\nPuNyvHHyKq8LHdSDT0zY9nwqcDjXDQK5NwUYR9tzLCKoIhN9Pot/XDR99Yxw\nCbu0iJuwOf5M1V5pjSA4DwlUCDKz4MIQv+VoZQ2zYkxHZbPHNjcJZaVOhIPc\nW1HhFEDuehjGKDv6lNbjuln0K4NWSznjNjhfepgTylOY5ZJ0asAch1HT0ylw\nRAlIiS7giovPHW1Aj4uikc9ZYQj0U/IZVbouaDCqhZI7XJ3SpRXBqVeVh0I0\n6GfYWpjbUyAHF8rGTAxDXWWbT8YHnI14x3Ot1LHCUzpdpcQTRcE2v/ePuqhY\nen7eqhjWUT6Z0ECs0IGAxC+LdvPFJTuV/XsuIVypbnAYtoGkIxtg9zmN5M1M\n3RF8EMYPvUJhryEvLg9XbOeNkac8BNuQaxtiPEOoBkC9FaoDUj/7Ftejz2Lt\nY3F2\r\n=SiSu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"9de33446d84136cd09b50e236a2e59905e208183","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","donate":"node ./scripts/donate.js","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","postinstall":"npm run donate","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.11.2","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.4","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.2.2","rimraf":"3.0.0","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"0.9.3","webpack":"4.39.3","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.5.5","typescript":"=3.5.3","@babel/core":"7.5.5","license-cli":"1.1.6","lint-staged":"9.2.5","webpack-cli":"3.3.7","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.4","@babel/register":"7.5.5","@commitlint/cli":"8.1.0","@babel/preset-env":"7.5.5","eslint-plugin-mocha":"6.1.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"1.4.0","eslint-config-prettier":"6.1.0","eslint-plugin-prettier":"3.1.0","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.5.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.19.2_1566940744920_0.39482741557535506","host":"s3://npm-registry-packages"}},"2.19.3":{"name":"ramda-adjunct","version":"2.19.3","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.19.3","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"74604195f9e12d3f42e960a24937f21c0ceb75b4","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.19.3.tgz","fileCount":523,"integrity":"sha512-e3IeWsOzwj8Wt/wYVsvPlzJ8WeqKUVIJusKDeOhEh36FPpkjw39SxyNCSXBPaLjaxS+w+aOOQaFv5B7bu0uiyw==","signatures":[{"sig":"MEYCIQD3yA7bjXxneRcX8iteEivaHxvtwBHDum1FRjSjNPC5QgIhANUbbfA39/LT6cWqX8QEnbwh9s3PTBx8eoM+kNGwnITb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2179136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZkXeCRA9TVsSAnZWagAADXYP/1/HQtXvCEmmf/IJ8LMv\nNRoNLQsIqcWcSCsrvtiNYvz5v1pz9QR0FtpHTgqSfgg7B0XzfEwitB2ihLmY\nPZ66SbuhU63XXRia1Bd6JHUy/eSnAO1AERkNCjTnMawPDEN3VrXmfVM9hMbA\nb1BfRMdO4DI24kYzRxF+UWZZuQ4nC21UW1zzyNTjskYvtVNxEKoF9aNcF/Ny\nSlbl+FmQ4fzVqD3Bt99wqi3pghmfcJyIj1FMmnyzLd/s9oKL8f1WrEiT8kpi\nXw6O/DZdJ1CRrtLwrC4Fcq6SJ6ErdRN2DZtFMIFWap9EVyloD0dYWo/RgRfe\niqLDrMnOeQta/NgTuZTkg5UmqIL2tZqAq8uo3FF30k6mUEO/H+9812+vtlXL\nUEM+RJznto52jcvm+htO0TCZ7GiULUKyXLqrKC8j920EilUNkSFwt2XeFbSB\nL+ftwvwGKA/z5LD1ZcuCvw5TlbRCtqrpyD5qOdM4J+sTxjjc6Kgj2N8E6P4P\nOXkmZuRhZdHa9duYyes9zFwYO9ZciWL2qNp97E2Yvwv6JvH6NZNRIMiSzo9x\nGENNwGi6FS9U/O7oI0Bj0MnV8ptuugbF5amrBQNdpLDmmjwINwhQPwp4OekT\nS/40GSrDMaRtOaDbsuSMacZM4JG+flWxv3Ua1DilGAkigwgTX3nFoVUoQlCR\nNTtp\r\n=AVre\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"9a7c28cac26f048c6c1b85b9297214db5847a3c8","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.11.2","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.4","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.2.2","rimraf":"3.0.0","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"0.9.3","webpack":"4.39.3","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.5.5","typescript":"=3.5.3","@babel/core":"7.5.5","license-cli":"1.1.6","lint-staged":"9.2.5","webpack-cli":"3.3.7","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.4.4","@babel/register":"7.5.5","@commitlint/cli":"8.1.0","@babel/preset-env":"7.5.5","eslint-plugin-mocha":"6.1.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"1.4.0","eslint-config-prettier":"6.1.0","eslint-plugin-prettier":"3.1.0","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.5.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.19.3_1566983645672_0.036998521273093665","host":"s3://npm-registry-packages"}},"2.20.0":{"name":"ramda-adjunct","version":"2.20.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.20.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"0caf73a961ef2827c8e3f7630b8d48c7a8c06054","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.20.0.tgz","fileCount":529,"integrity":"sha512-TGdyIlvJZcRRiAeayBsJnJS1mwh9BSiAgKD7EBYXJfRdwD5t0yf0AhD1f1xINmZ1bc72lnuW6oLx7Gedt2H5ZA==","signatures":[{"sig":"MEUCIQCry3PRwJwDVamwHSI7xwBOnDZWq7hneAzTkBrGQlRhnQIgLtnAsJmDcC3OFfUx+n7jIkiZwGd1npxir8VkMtIUauw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2198700,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddStFCRA9TVsSAnZWagAAeSwP/2UTqP36dafnJu2P9aZb\nRmv+CJXMgl2elpSkkOBR2fSM6cIiCjiICMQ+osuamgbsg4CxOGiq3aW5bi5p\nEFfBoEdyPrvyTK1qY6+lU9KeGvbmAhbALMvqZOyTlCy6eUcRR+dRLgridwzD\nQy4/Boj8gIZFO73u3CBTcvopWUepd6NtiJIz+1pbAlsnFeHozxjVcVj5dopW\nFQCw6jyToP9WhPKPVZnO+FYWMqhks2adTG1hkdrIZ7DzMxmE3AoaHEZ2OJH8\noZ54224jZ0udeLZ1T63r3gfs3MXaFSLQon1nnjQIIVSCKrj4dmkaAOA+/fb2\n56rVdNerDFLmrswiXZnROjWXuFRy+xqrl3WHmeFbK66GpJmd9e0RtSw3mI4i\n8pescLmvDe3VvO3EpmKT/S8R92TnYLPnrY3Ysrnhk+9drCAdXhReAgfianrf\nMvCwHbJVWxoMLDP+iOX3t81YikBrhc3NpsHSiUQgai6lClGy/5PDfvISb+t9\n/6cU9HKp8bjnRM4iNH+nxP4jFlq1qAfm4xI8KdqRiTB6z/iTopNPcGU3aX72\n2+b/gk3hxTcgDNlH6JxHIUk94/dyFiuWGZtJw8UPgJFbLKie52ZnoXFpEUnC\nBAJ2oEPa2gVrgobtxxuLJzpuyrtGMmSzG78/40DIUFA+To9hpHMeAmHxFmdX\no3Cs\r\n=eSbL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"8e30ec650321ec04032c02da70759482b6b81f9d","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.11.3","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.5","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.3.0","rimraf":"3.0.0","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.5.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=0.9.6","webpack":"4.39.3","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.6.0","typescript":"=3.5.3","@babel/core":"7.6.0","license-cli":"1.1.6","lint-staged":"9.2.5","webpack-cli":"3.3.8","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.6.0","@babel/register":"7.6.0","@commitlint/cli":"8.1.0","@babel/preset-env":"7.6.0","eslint-plugin-mocha":"6.1.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.0.1","eslint-config-prettier":"6.2.0","eslint-plugin-prettier":"3.1.0","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.6.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.20.0_1567959876642_0.21847135560022113","host":"s3://npm-registry-packages"}},"2.21.0":{"name":"ramda-adjunct","version":"2.21.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.21.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"b22f6a59b31d624d2a5188bf9d4a09661fb78e37","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.21.0.tgz","fileCount":532,"integrity":"sha512-i1FT+N6HJqRR+0E7zxDephX7RFcwrSM6PNviSwQiTWoMH92tAbynkunjD+3MRKhDAV/roLG59KXxSRi6U8IJhg==","signatures":[{"sig":"MEYCIQD6S8vXnKMqj0gaPRV9bxQZlkvn9lBkTRcANNNlD3o13gIhAL2pQOmSeaZPfbP19fifzHOqTjRdS6HDU/DqZsGaldnp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2206966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi2tECRA9TVsSAnZWagAA/NoQAJvoFBw3Ug34CY0Ymhek\nHy11Jqc+8IFe3Qi+E4ll35D3ZW4nctgbh5pVd+HmrR4JPw1pvRkpwc0vs6B3\nRbev07jJ+IrAzkKjYmSAzz6/crQxD09RxWi159rTHCdtsHAnZt4pqfJKZ+40\njLB/mFAxg8SxkD6RuaZx2884Sf21buHTdoW9oSCQuc84iUCOR+hlOuZzq2Np\nLkDbz0QvOcnXaQ41pXHm8efY5oeLE04La/VRJqW2GiY4ZwAKx/HSF/YZtWD+\nM71+zNEg9vssh8I5/qgZkW79P5sSr4mYE3FL3tTvJmTHQHsW3LdswsJIesUh\nfsYsIK/qYSb6qv04qfCiGeffrt29K2rb01SYzFaf/4aOv85lS5HooPtaa0VQ\nSx/lnfCJuWhbfBsH3UpOdX2LPV7u35gwACirHBe7qwru45ZghtPMf44Pan3w\nZiviRCrke1+bvDxMt85w94DauHfxWmqn4U6czzSiF8o+JdzelpPkjJIdVTM3\nB3Ro4Fh56DyU9J4d8F7s7M4fkRXhlY0NnYnRuDlE+0xBSZ1LUoTMBpVZ3zIx\nKSkM57HlR+XLSTF2VBPVSA2PGsJoFcmoy2KDjwlbYftlKDJLIUATv7XRFIB3\nHyE6rLW56G5ahQDyrQMp3kCbyJm0QJkAEYs2rwtC9dTByJRS3/GEa2hnuzqd\nC6hH\r\n=6gPP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"2ebe93c575c2d1f4fc04cb0771fc3bf82b6019ac","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.11.3","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.4","husky":"3.0.5","jsdoc":"3.6.3","mocha":"6.2.0","monet":"0.9.0","ramda":"=0.26.1","sinon":"7.4.0","eslint":"6.4.0","rimraf":"3.0.0","testem":"2.17.0","tslint":"=5.14.0","codecov":"3.6.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"0.9.7","webpack":"4.41.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.6.2","typescript":"=3.5.3","@babel/core":"7.6.2","license-cli":"1.1.6","lint-staged":"9.3.0","webpack-cli":"3.3.9","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.6.0","@babel/register":"7.6.2","@commitlint/cli":"8.2.0","@babel/preset-env":"7.6.2","eslint-plugin-mocha":"6.1.1","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.1.0","eslint-config-prettier":"6.3.0","eslint-plugin-prettier":"3.1.1","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.23","@commitlint/config-conventional":"8.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.6.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.21.0_1569418052186_0.7209959016169682","host":"s3://npm-registry-packages"}},"2.22.0":{"name":"ramda-adjunct","version":"2.22.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.22.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"39758d25c5a447594608ac9fa1ef8a980dd5ffef","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.22.0.tgz","fileCount":622,"integrity":"sha512-ayecLeoQ/EPN+rsYmvGpOXGEOmm9hcaazUFWSOWtZNCIgkwGmWKhPKoGwz9nUGbGRFpb45A8os4nJwscK8Pd6A==","signatures":[{"sig":"MEUCID7ASi336wK4KdWTZDRmDKkZN9jP25xs7vwi90eJlsAKAiEA6rUiieGOa/uH+yxGRFDLHT1C+5LaCEVhgiT2P6QIyB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2489702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvAauCRA9TVsSAnZWagAAMzkP/1asNzBtyDo0XZRZfM5p\n29Ga/F4d763Mpul5T2+O1z/uDqKtzhj0lVsSGW1zIRkely3rGyKN6TSkehha\nVD0jaf17SKMrbGsK2soGIM74DTFuPp8EUBWeWIEM3vS4q43diGqzqrVWtQbb\n8uGXDjEOVOWxKdgI+df/e37cZTLBSjsPd85R/TawEYgjEbkVg4BdE9zmyfR9\n//y8llqcvyl22Ovl+VHmNJPy6SRaL41FBO0EArhTbWtHHXLc2GXCK6pSabkD\nzimt17HV4i9FlVIYVG8aDczTtbkI+kwIgzuip/ee9nxs67Ub2uyk8Ur8en1R\nYG382YUSpDEUUBjny5fOpgDfKWHqOEasoDzFmHqeHfY9ObQOo44+wcmuMWC5\n1pd3nZJPpudaH2MYBJc3n0owcRSgoJ/3JbFUZPmOc2KZvEn/NwYVdkzR7xeF\nLhjo8V7ZYCxC2R9rjXHv4YKtfGpRRbtuxDlZ69wzUE1TcNW0pYAi11dOKY9p\nrTgBzCSpA1jAdjgcGic4y0YE5Zf8Tto6pMGjm9tOdcaouTCN13r+ZKnAuYqC\nxOBIfgQYTa5BkZtbfaLYmOjm4NkQWzBRswVe3gj7WL3fZLUoWmld32OP2z/6\njPf6DVpMfJIztVNpgP8/oqy8WHVwEg3LOFKj5tmoO1rmy9Cho+CHJIPUSuyB\nUx7y\r\n=fNEE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"gitHead":"0603e80f1886ece3bd6585be7fd013340c28cde8","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.12.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.5","husky":"3.0.9","jsdoc":"3.6.3","mocha":"6.2.2","monet":"0.9.0","ramda":"=0.26.1","sinon":"=7.5.0","eslint":"6.6.0","rimraf":"3.0.0","testem":"3.0.0","tslint":"=5.14.0","codecov":"3.6.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=1.0.2","webpack":"4.41.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.6.4","typescript":"=3.5.3","@babel/core":"7.6.4","license-cli":"1.1.6","lint-staged":"9.4.2","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.6.0","@babel/register":"7.6.2","@commitlint/cli":"8.2.0","@babel/preset-env":"7.6.3","eslint-plugin-mocha":"6.2.1","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.2.1","eslint-config-prettier":"6.5.0","eslint-plugin-prettier":"3.1.1","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.25","@commitlint/config-conventional":"8.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.6.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.22.0_1572603566197_0.7546077182467217","host":"s3://npm-registry-packages"}},"2.22.1":{"name":"ramda-adjunct","version":"2.22.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.22.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"30bbc25ec76bd01c1d54fb6c3e4c5b928351e52a","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.22.1.tgz","fileCount":622,"integrity":"sha512-htrHlvTbJ3CFK7Nohutx6v6eZxEbn6y9/pcRSPUyqI7f5ksZc4MOO0scyb0a/ZgOyvQrPJ8M0j0zxF/6ZuJAgQ==","signatures":[{"sig":"MEUCIQD3jevW9d5cphYGJbcXTN/xsx5+rRGxhVe7xOlF0tumxwIgO6cS5F9F0cYu2bRz1XoEfsmtMhPru/p/cQ5mUYdfqp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2493188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwuKlCRA9TVsSAnZWagAA21cP/1xidP+cJA+oJftUvnVp\npEBD8/IxL/GQRpYsKNb6BKjPAD5SeMcEgeQJnKm6WmC54nPn91qy7xPoqJM0\n9ObkNQfaVuXV9tfE4SXrDw0joRAHveqp3cTJm+2dQGWBf+wLHS507OsKSejS\nTUSC3IySNlAk7WS4Ji5qJNEct77K7mqHYiXMQxibKRhz22ADhyBmeaA3UnNj\nU12cf5KfUgz6s+kJ4mAiWt9WEDXu0s6kfNNEFlYmhEVDfJomlnztg2VwICK4\n3uqIQnrFy+yFeH7sQI+z0yUbp8TrVcBxeGW+OYD9A2/xIrAn3kB4iriYDW+Q\n9uMiiHBG6n3G5NGhGuCtPddyfIpNpOrENlzL67/zgMmN0QuhNYQiJI2QCv0B\nAfb/qEyuANkEOgSLBzQQBSmYvh2n/fz4vlu2ThDUk27ZGVRCoji/g5uQHHew\nl5cKKI3QbZhL1U9r1kaFuW53udciH8EMptY8OUS3kezDkC1qabwY6wEohfgj\nxGzGZyKAZb/FlQX2wXfO3cD/Is9tXEefv3zat/W8PQOS4NFwwl++cpg3uVXw\nbACFIEVfaD1QP5le8mL4CX+FPTO6odEgArUd8VdsGI0qV7T2uqWU3PIGSDIF\nU212BSKs+ChAwCSxlnhgNFHY9sJci7qtbXaM6dCam03W9TKik8NOORWFViHo\nyX/a\r\n=mEl9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"16bc332d2eb6f1bb8d237da85a0027c29308046e","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.12.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/index.d.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix -c types/tslint.json types/index.d.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.5","husky":"3.0.9","jsdoc":"3.6.3","mocha":"6.2.2","monet":"0.9.0","ramda":"=0.26.1","sinon":"=7.5.0","eslint":"6.6.0","rimraf":"3.0.0","testem":"3.0.0","tslint":"=5.14.0","codecov":"3.6.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"1.0.3","webpack":"4.41.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.18.0","@babel/cli":"7.7.0","typescript":"=3.5.3","@babel/core":"7.7.0","license-cli":"1.1.6","lint-staged":"9.4.2","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.7.0","@babel/register":"7.7.0","@commitlint/cli":"8.2.0","@babel/preset-env":"7.7.0","eslint-plugin-mocha":"6.2.1","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.2.1","eslint-config-prettier":"6.5.0","eslint-plugin-prettier":"3.1.1","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.25","@commitlint/config-conventional":"8.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.7.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.22.1_1573053092724_0.30912567134848823","host":"s3://npm-registry-packages"}},"2.23.0":{"name":"ramda-adjunct","version":"2.23.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.23.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"56b99b626e035e72edf9403b66ab33952a76d067","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.23.0.tgz","fileCount":628,"integrity":"sha512-8fQqrUSSXbe5Sc8ztVEQb3SHkbaZ5mGmIPW/ic5HGF3SYxx36SQhC6fFPeaTwqdn9aQpGQ2DOJxgLa1CUgUwYg==","signatures":[{"sig":"MEYCIQDlKm39eB1pPF/3sj4G2EkXFgJrJOfUNqMsiep0fwAxQgIhAL2ZE3Y4WgkevoQAt0uHj3DSq6GC+lpYfSuZkBIK1tSX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2525688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd26xSCRA9TVsSAnZWagAANFkQAIMS5LXRL10CRI4kf0yV\nZ45mOrCwb5E2cYOjnBYYQCbbz54rrZx2yHD7D9c0ftnRkjn4hFCs1uv0CUIA\nELJVZB+0bonJwwhD8vrB3od5L77TNlAylSUnQH3/BhU96kbeiToi4amptyg7\nz4fS2oxWo4vi4D2B1YNEBSLeQijehA+QMUnu0JS13LGOJpzrs7tLuYP2Chrb\nsc/qPW8HkqepckXr1xC+hnW+RtoVAptKsYrmlFVeSMtucQwJCs1xeW+3eiau\nyFJxD1W7++8XClDfrNA6KJywmtuOvS6X/PTfx8NY1OlWvmbe92fulGjPYJ6S\n7EoSsoxsvk+JEELl7sYuwKtqkMkBp1DTtKXqh8YL4rsiDKd8xUOcygRS18ot\nLUdlEg2jMBxhq+uMvkQP1Dkeq6Ml9/JiLZuyoVsLlXuteqiFCjqaIihA88mt\njXRUBYlfW7Nwxw5ZLEsk10alxjSRR0Gu3XLXm5NDDjKfyi+pJYqY+P6D1rYQ\nz1xgGNVxwjVAvM3KYM4d3BNhdMkwB//4ux0VfM2koUeAAhw/wGRVvc4hlyU9\nlst7LX1D3kKq7lCKZmoBLey6FySaawbV6M6jclg8zbEWeCJtsU9TeEAzvjFu\nImjyJ+K1fxG+qicDD3qT1dv3zj9qxbjfB1x6FrRkK0vtopyrhFWkFs1ndZy9\ndXFa\r\n=t900\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"179e65ac127258a6408ec6802616ccd9bdba5bdb","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.13.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"12.4.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"14.1.1","chai":"4.2.0","glob":"7.1.6","husky":"3.1.0","jsdoc":"3.6.3","mocha":"6.2.2","monet":"0.9.0","ramda":"=0.26.1","sinon":"=7.5.0","eslint":"6.7.1","rimraf":"3.0.0","testem":"3.0.1","tslint":"=5.14.0","codecov":"3.6.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"2.0.2","webpack":"4.41.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.19.1","@babel/cli":"7.7.4","typescript":"=3.7.2","@babel/core":"7.7.4","license-cli":"1.1.6","lint-staged":"9.4.3","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.7.0","@babel/register":"7.7.4","@commitlint/cli":"8.2.0","@babel/preset-env":"7.7.4","eslint-plugin-mocha":"6.2.2","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.18.2","mocha-junit-reporter":"1.23.1","babel-plugin-istanbul":"5.2.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.2.1","eslint-config-prettier":"6.7.0","eslint-plugin-prettier":"3.1.1","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.28","@commitlint/config-conventional":"8.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.7.4"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.23.0_1574677586107_0.2502774105815484","host":"s3://npm-registry-packages"}},"2.24.0":{"name":"ramda-adjunct","version":"2.24.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.24.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"aa278553ac66d44799c2cb873a2f40910c7807ac","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.24.0.tgz","fileCount":631,"integrity":"sha512-iy+jMKVbgfPXN3eheXTLS/ebe8nE3s38mtXMbx5pdB0VhOjRl92lQoK6VEZf5Cu0UBGNkQSonMHiDaCGraRASQ==","signatures":[{"sig":"MEUCIQCJhgkSPMUHe/WhRGjv86W7NdEojRqf4vsqWpJ4AFEUVAIgSUPWvfkb17K4LzmSs7zT1vmG95sMXsPWc6yvUOGfPMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2541465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHtbwCRA9TVsSAnZWagAAtZ0QAJqQcaB8SJsrk1skr6h2\neL2h1wn3nHC/AvdY3wVFMnpkSOY//Om5jar/Przj5x0Cceqp/l3Sh1T402uW\naE219FtNnK8ctUOzgrw/1eOY2VH/+RAHm6YfVyQu7s4ODPVinmujDv/54O6G\nOfE/TN7nIigfiSUjuuCUOTMvx/RBbhlD/cJrWmlQhferMEZCV6v/mecKxTCU\n+a6ltFivk3OOlAptdQdK4LlPQaKVhr2C+sESSQEKYp+ixA1YjKW9dTF5DOh/\n1MrETkrNzlivQluYB1u84xq2FykbNbb/KUjNPiiHImkSmY78W0wYLuZ3TnOr\nEbAk3V7XgTkLpC6ZVaJeYHoPtCzneIGgJJqJYyDLWMJb0dCMnkMkWiLXcQO0\nMl0vJCxAVKi7G984YO3gBIEgyilVhnR2qKxQgQEdKmxCVdrRbC1XhPXtp3UT\nPCl+Ehb7NazyNVXAxh/vMtzpqoruumbFmVzTL8Q4rio4J+p+sftq6FLsGQR8\nlm4QhmBfcHHM+hA0INULCmVJcHn+mooBRXLEyIbUvHX/0EVHfP/UQim9Yl4u\nJ1+ThnZs9CLhEc3Uct2IKrbAssPLtsLm+LATFBiPqdDyz0xrUzbUWe/SbeJI\npfHhxy7VypVYUq0XJvDHrDuTNJuQgm/WFg71rukKtr2D9hDc8zZowCM/cxhP\nJLZ8\r\n=j3X3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"c17250d8a2d499c2404b36a5690b9a203e75f66f","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.13.6","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"13.3.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.0.0","chai":"4.2.0","glob":"7.1.6","husky":"4.0.6","jsdoc":"3.6.3","mocha":"6.2.2","monet":"0.9.0","ramda":"=0.26.1","sinon":"8.0.2","eslint":"6.8.0","rimraf":"3.0.0","testem":"3.0.2","tslint":"=5.14.0","codecov":"3.6.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=2.0.4","webpack":"4.41.5","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.19.1","@babel/cli":"7.8.3","typescript":"=3.7.4","@babel/core":"7.8.0","license-cli":"1.1.6","lint-staged":"9.5.0","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"=1.0.0","@babel/polyfill":"7.8.3","@babel/register":"7.8.3","@commitlint/cli":"8.3.4","@babel/preset-env":"7.8.2","eslint-plugin-mocha":"6.2.2","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"=2.19.1","mocha-junit-reporter":"1.23.2","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.3.2","eslint-config-prettier":"6.9.0","eslint-plugin-prettier":"3.1.2","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.31","@commitlint/config-conventional":"8.3.4","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.8.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.26.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.24.0_1579079407870_0.8795794014217388","host":"s3://npm-registry-packages"}},"2.25.0":{"name":"ramda-adjunct","version":"2.25.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.25.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"bce71ac6de57d246c3947b2d79c8bc8e6f2ce27d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.25.0.tgz","fileCount":637,"integrity":"sha512-N4e0dUgoCMjiGmElZYr3sbwg75nPVIhu10jXot3nY30okFd4+4HWI5UF2+l5xsu8ygSn4Ez3LwakcK1ejJWVHw==","signatures":[{"sig":"MEYCIQDgLLgMmpm91A1Y42W0tq3dtwWeYOLPoyrs9z+FSq7PgAIhAMSF5YynM+LWgK6YL7fzQSF9XJKxGPil3ptKnZndj9Hc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2564258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOa5DCRA9TVsSAnZWagAAG/sP/2Ha6bualfy5Y6Jb0CYd\nWaSdu79Q9qyAyKIzTgKUIQ8C6hpEQ103wPMOxI3HIJsoytvt4XGt3K3VVEOK\nk6Yq6Zm53A9MRyn7e3sUG/KovXPbaEP+3WWZclj4+pVvfA9pAfANelQhesiU\nicMtvCsulTwBXwx8KYmnY2yRwrscVxVUScLdhccHxrU34+p8dj3ygZ7FqMg/\nYtNhFebKsP6Kg/D1MftPbvwx/kmGZtE4opjaUK8X7hcRnj/9be8wAAQwhSd5\nu/lsWG0SGpGgZ1wDwPuIzUwVlVnT/98dGEl7hiCf7xs+0sRQM0rYP+KtrYq/\nttFTgGV3MSv90uH856bat7cSaUxmI41ny4ljnRjcRyAFYWjEk0V2XEyZ+cL3\n+yAskzpicraNXUDzIYQQqcYvYJPz350OI0miz3UGQw5vGufgMsXSisYpzQt8\ntRyGjtdQottRuXML2Q49DF8LOk6sztFb0O42OvmhtFNY2iOLsGsxjlpYQXX9\nad2DW65XR2dyVENwgQ4DZ2pFgVKb3uQLcTLNqzr1UPSErDbeGtSFrLiCYq9j\nexcqte+nYsxMHSvRLk9PZMbga+bH9/+OzWp7+YlX8kMbhl9976UNeXJlLPta\nxNUR6ELon+oCmNntYkrWbl54AOLvuWoqUffnx9fpqqF2urDqWWiVQxlqiyfQ\nJx7U\r\n=oaQY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"4644ccd01c46c86796fac2a22e5600ab1f00c64f","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.13.7","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"13.3.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.0.0","chai":"4.2.0","glob":"7.1.6","husky":"4.2.1","jsdoc":"3.6.3","mocha":"7.0.1","monet":"0.9.1","ramda":"0.27.0","sinon":"8.1.0","eslint":"6.8.0","rimraf":"3.0.1","testem":"3.0.2","tslint":"=5.14.0","codecov":"3.6.3","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=2.0.4","webpack":"4.41.5","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.19.1","@babel/cli":"7.8.3","typescript":"=3.7.4","@babel/core":"7.8.0","license-cli":"1.1.6","lint-staged":"10.0.7","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.8.3","@babel/register":"7.8.3","@commitlint/cli":"8.3.5","@babel/preset-env":"7.8.2","eslint-plugin-mocha":"6.2.2","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.20.1","mocha-junit-reporter":"1.23.3","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.3.4","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","eslint-config-airbnb-base":"=14.0.0","conventional-changelog-cli":"2.0.31","@commitlint/config-conventional":"8.3.4","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.8.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.25.0_1580838467165_0.8483660832358655","host":"s3://npm-registry-packages"}},"2.26.0":{"name":"ramda-adjunct","version":"2.26.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.26.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"c74d75afdc0b70c89356b814d85138602f0e3a9c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.26.0.tgz","fileCount":649,"integrity":"sha512-E0gVB89iY36X0sNHq0MUhLRzAh0YrKHA0cBKCZma4n1+Y672KrOREXpef89ayW7YhREbb6enMfSBXrkjPt9thA==","signatures":[{"sig":"MEYCIQCe0Zw/dYMR/rJihizZnXC+BvPuD79tdHLj21jqokEBhQIhAK3USMq1EQvDvWIhSa2GAg1OvGSGdULJ54vaf6es/nBx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2581929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb9eHCRA9TVsSAnZWagAAuqUP/0OSIDlv5klm7THyvjQQ\nJDUyi8mWy1/l+Z6VuYavbvzDgPOsVttid7nLWIYvfRYt3sSIZ95Pg+9MLAal\nLTFkAcynYCCWhD7xrJF9pw79yJdm23M0UEIVzbs1qTCHBaxQ22ccXm7HDvBS\nPvwozroJZByNQSWgPhsrcd6+AsB7VLOOhj0b0UOYpzwfyYnqWbMLRZUG0mJQ\nxf8eoV2J4IFClqk6DKYyw1uXaO42MpqPm0zNPPspgN06+5vcxStH7Mtpqy2i\n+9lZoumVcGfHiLsEk3QSH/OLd7Ti2KM3pF0212tBFu6JbvkAmQCWrr5Yw+/7\najiXvCBSWKLzFc1v+FfF5xbte/VPD9JdXEt7us6V4cNl9thqcjxlKFUhdMRi\nKe+ZrYShuOOwsnndXsYLBOwi8cu6swtP5bpshr/BY1JylGMM5rQooyOTgksC\nftPkaP1aIbBjFdne49aucUUVZPAuMsV9OutSVwuYJaT3i2vv86kBvKWKYHeS\nERKYRtt5J737T2aKvwcafk29h4XjuV5v7/h91sqQqPzZgxi3U2h8R2Y/ykuw\nL2qDQ3VPBjEgEty1aQZ63UzCaUYLRAQhGMUOA6TuJAdywrMT3Q1L1sY2oWU2\n96qiJw5cbRYOAqtxCdCNhPuwKfks7GMsi8OqdEAm9AMnkq+WV8qi1h6HLQlV\n6mC2\r\n=L+Ai\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"21637416ed9791bc947bceabb5e32abd605d95ed","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.2","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"13.3.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.0.0","chai":"4.2.0","glob":"7.1.6","husky":"4.2.3","jsdoc":"3.6.3","mocha":"7.1.0","monet":"0.9.1","ramda":"0.27.0","sinon":"9.0.1","eslint":"6.8.0","rimraf":"3.0.2","testem":"3.0.3","tslint":"=5.14.0","codecov":"3.6.5","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"3.3.0","webpack":"4.42.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=1.19.1","@babel/cli":"7.8.4","typescript":"=3.8.2","@babel/core":"7.8.7","license-cli":"1.1.6","lint-staged":"10.0.8","webpack-cli":"3.3.10","babel-loader":"8.0.6","fantasy-land":"4.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.8.7","@babel/register":"7.8.6","@commitlint/cli":"8.3.5","@babel/preset-env":"7.8.7","eslint-plugin-mocha":"6.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.20.1","mocha-junit-reporter":"1.23.3","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"2.3.5","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","eslint-config-airbnb-base":"14.1.0","conventional-changelog-cli":"2.0.31","@commitlint/config-conventional":"8.3.4","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.8.3"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.26.0_1584387975432_0.3384878022304192","host":"s3://npm-registry-packages"}},"2.27.0":{"name":"ramda-adjunct","version":"2.27.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.27.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"674b62acd3545d1ae8395dbe6f160bc87611937d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.27.0.tgz","fileCount":668,"integrity":"sha512-Z0+z+nEcbAguWSqlBJXLh3g4d2H82s0koDTiBm4WHkv02eXP82otRWRAqbHfoXQbUtb89XKxMz1NJKsQmC2yGA==","signatures":[{"sig":"MEUCIB0oAqF8BqkgRSc8kxh7v+H11dVKknv65gjjxjleqlJpAiEAtt4wcZdWwtDuDRlE/qbUl3JY7wXkXWay/fG8XxvCU84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2655816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyN/jCRA9TVsSAnZWagAAdVYQAI5VwzIDzVDCcrsoLF0A\ngn6BXWBQYEy/FurGfd+4FPQklxRVpdiUe+SojLna3n3Xui7dD8/reeT/892T\n8BkSXHK8fb0Q6thbzfzcbPdB2+QhXW/SMD4tqJCcIRBa39HVzGrCuFLAqgaR\nH1rc3WplelWZq/Uyuz1Sos6dAyA/fTlSQepw+qvDK4eK30Ozbpy1jPnUm2mA\nBBsDhJHGE0MaZnZV4a80djUv1jg44oPma8nTRQUMW4f3JrLVcYAKOlmqNCEX\nBK3X/uE2rjsBaKN6fMsCFz2a7sPeOp/CS6gM+EcuDz5TsYuZSdK9v5kuJJXo\nAGsn7jzXlq2uLGKUKaM/+RIC5/nhyr5BPVIkPI5HQqr8yQPV2GvmWZDKS32+\nTHaqlA2LO89EImsCc31YpqvY5dN/t/wZn8JPMGJ6hYBFLWonHliD3A4pji6C\nZ2uie5OtBCnhQkByJ3RrQX90ZwIpF9mLikwjNU7osccqK0x4nbU3a//r/kjG\nBN3ludlz20MsGPC3qtE0gLcJh5Fto/5US9f7E7Pc8xhVW1TSCq49TY5Clytk\nRlClmmbg8uzTsr+2CLnImJltk8/0h8hxqUXKU5ONhYvfwUG6RduXlOfHKOu3\nTXcYDD7b6wFhtrfKIzQN6qAx8hl/j1NpNzkdzNEvrl2ezgzRwrxt17Yd/3h8\nUI7I\r\n=ktqz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"71739a389956237fdfc86e136f054e9e635ff946","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run test:web && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test && bnr test:web","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test && bnr test:web","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test && bnr test:web","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test && bnr test:web","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test && bnr test:web","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test && bnr test:web","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test && bnr test:web","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test && bnr test:web","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test && bnr test:web","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test && bnr test:web","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test && bnr test:web","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test && bnr test:web","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test && bnr test:web","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test && bnr test:web","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.0.1","chai":"4.2.0","glob":"7.1.6","husky":"4.2.5","jsdoc":"3.6.4","mocha":"7.1.2","monet":"0.9.1","ramda":"0.27.0","sinon":"9.0.2","eslint":"6.8.0","rimraf":"3.0.2","testem":"3.1.0","tslint":"=6.1.2","codecov":"3.7.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=3.6.3","webpack":"4.43.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.0.5","@babel/cli":"7.8.4","typescript":"=3.9.3","@babel/core":"7.9.6","license-cli":"1.1.6","lint-staged":"10.2.4","webpack-cli":"3.3.11","babel-loader":"8.1.0","fantasy-land":"4.0.1","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.8.7","@babel/register":"7.9.0","@commitlint/cli":"8.3.5","@babel/preset-env":"7.9.6","eslint-plugin-mocha":"6.3.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.20.2","mocha-junit-reporter":"1.23.3","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"3.0.1","eslint-config-prettier":"6.11.0","eslint-plugin-prettier":"3.1.3","eslint-config-airbnb-base":"14.1.0","conventional-changelog-cli":"2.0.34","@commitlint/config-conventional":"8.3.4","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.9.6"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.27.0_1590222819350_0.9285854616291869","host":"s3://npm-registry-packages"}},"2.28.0":{"name":"ramda-adjunct","version":"2.28.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.28.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"66ea060dab074febdfb23ce80041ca629da49466","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.28.0.tgz","fileCount":674,"integrity":"sha512-RIAremVuR/T0MyhuICf2szKdxEDhSuJlS4gpu5lD0dgnYtbC3ilPQuKEqh2Z+zcIqoF2kGUc5xbPBOEBKogwwA==","signatures":[{"sig":"MEUCIBhcj8QE+uQUp+fHIp8e2dTi0ouu2z9JgY+bjoSxxyOOAiEAuImypY49Wh7glhZY+UB8XH6qVc71eeXUy8Uirw01AgM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2672448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXjiGCRA9TVsSAnZWagAAPQAQAJCx4Lqhz+jNv+XeXzT1\n5xbR0nQi2Yf+lxUypomwRDuaauQH2XxmCxBPusgbxAMd60T304hWthTLaJh9\nDPmbMpMwhiKH8IsJ+rB+Yt6ZLvx+oQS+H0n1qHTjOeNBa5y9b/ghuYz84IWl\nwNhEEqGU5s0KCBnnNy9tjrmJ9b4JWvogSj+56Qv4boLkCOmHGv+1uAXj+g7e\n/B5W6JrfAqEkXaNbZjkitZV9GUNx8CP5kWL/fuDYt1m+4FU93awJIB+pQRsf\nEnAQBMPP/2SD5UKrO4CaoPEwuQ8Bz7U0GBJQzQ4jp010RIrC/IxHodN7Kd7G\nxDYWaqOXeJIuzeYpcZ8qqKl2uypmeqXSo746YNgdhUnEBjk/pLCwr2d0cQ0w\nFtohunIez3P5juRIejDi7VnqnPX7pIcEyhBCmvMYsCd+5+8GpVnvbFoVpZF3\nCiZBBfvvECDcaKNyicZE++36vJwtXhdLdiKo4SUZ0YXwiY/hqp1hGzSXvlZt\ng3omR5GiJwLu7Ijw6uzDsKhYG+PF9Az9bucmzXxH1QkMoLnFw4ij5n/SeFpD\nz1l+cnIXRu2BdhhU2X/S+nG4vhvBZqpHyTCBPA64Mxz6aVNCor/xKR+yUc9z\ntjAI7GoKB61FEV+6Ccbd2Bk0xtnhHZvNsfHQ2XuIhZcU71TzrCf0Bf4u/XQv\nHntm\r\n=pR6p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"3f24844ee2697cf758357678058fb2a3bd999496","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.2.0","glob":"7.1.6","husky":"4.3.0","jsdoc":"3.6.5","mocha":"=8.1.3","monet":"0.9.1","ramda":"0.27.0","sinon":"9.0.3","eslint":"7.9.0","rimraf":"3.0.2","testem":"=3.2.0","tslint":"=6.1.3","codecov":"3.7.2","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.0","webpack":"4.44.1","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.1.1","@babel/cli":"7.11.6","typescript":"=4.0.2","@babel/core":"7.11.6","license-cli":"1.1.6","lint-staged":"10.3.0","webpack-cli":"3.3.12","babel-loader":"8.1.0","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.10.4","@babel/register":"7.11.5","@commitlint/cli":"=11.0.0","@babel/preset-env":"7.11.5","eslint-plugin-mocha":"8.0.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.22.0","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.1.7","terser-webpack-plugin":"4.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-prettier":"3.1.4","eslint-config-airbnb-base":"14.2.0","conventional-changelog-cli":"2.1.0","@commitlint/config-conventional":"=11.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.10.4"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.28.0_1600010373641_0.21361570056939394","host":"s3://npm-registry-packages"}},"2.29.0":{"name":"ramda-adjunct","version":"2.29.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.29.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"64925507686561e2d64ecbb1d8e4dacf39972c22","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.29.0.tgz","fileCount":683,"integrity":"sha512-hhpy/Uo4J0dePqNvLadtUuk/1ns95YC9cZARJUgak1o3JSAAkdalVrniX7eQPtcUQDp5LYO3Jx58WbqBJYA+aA==","signatures":[{"sig":"MEUCIDigfQmWhzwkxfCewLpuIN2ztjXwUYIFDv/DwTiPMdt7AiEAhPSzy80M0VIr3f35rtYJOqyuJkWkrRmIr2iYhSthpss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2697428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1nT3CRA9TVsSAnZWagAAlcoP/24UDbksKvI8XEkIqMU1\nWKhij5euqyH89+RTqAJOYWovyz47fu/GUfpR0eVDCw2kMaZz6Z57dAYGJk5V\nMw/4+KTMTSnQS0Z+8R5M1tMweX5BO+qSIM2Ect3APHP49QMXO0r23JKodsky\nH5zXa2ATjVILPND4TRH6K5u3Y3WfT1TNF4dGsKWAFnCwEwDPPiUw2PDCIn+S\nMhXvbuL4v6tAOSTZwv08h01mknYQ+GgJmvHY2vSo9/Slw+u4sXFgYpCNXpRP\nioPa2dmgFgtcTOv/2gt2EFrazjVM0iK45pSeJD/DSNLYNfJI/gDzPcm0tUW+\n7OaS+J7KNW9s3IHQ99AWZe0e/iIBTBZMwnsexdWTP4+s/Bxt9QsmRif9j1zt\nGZh6QJBAbd+AYaOxe9k2qkofJbZiy+7nwXxcc1Irzo5QbxPdNVBjLEhWe2Rz\nPs/Za+2d8gaRfD+fNtZiQjs+iOtHaOtCFUt0lX2bHWmipD+fIaD04jeTgh0D\nTdx3TZl19L6vfQyohrW7TxL9LClE5CHYJAGIOebDf/fkystLWkwWXnxsjeDP\nmeuOBExJh1Vet8U4Hubb9W8lU0guEfUBR4QTYcpEpLOvAhIAiopl4MYxzlQK\ntP0pOadozXHzVBv/dJMKOGGBlQeM2+zuOcmiS9rkXmCUQ3B+dcAYd4ZC3XD/\nC07B\r\n=bVxH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"22ef75f0edac4a82a641918d8d75490351f7862c","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.2.0","glob":"7.1.6","husky":"4.3.5","jsdoc":"3.6.6","mocha":"=8.2.1","monet":"0.9.1","ramda":"0.27.1","sinon":"9.2.1","eslint":"7.15.0","rimraf":"3.0.2","testem":"=3.2.0","tslint":"=6.1.3","codecov":"3.8.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.6","webpack":"4.44.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.2.1","@babel/cli":"7.12.10","typescript":"=4.1.2","@babel/core":"7.12.10","license-cli":"1.1.6","lint-staged":"10.5.3","webpack-cli":"4.2.0","babel-loader":"8.2.2","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.12.1","@babel/register":"7.12.10","@commitlint/cli":"=11.0.0","@babel/preset-env":"7.12.10","eslint-plugin-mocha":"8.0.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.22.1","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"4.2.3","eslint-config-prettier":"6.15.0","eslint-plugin-prettier":"3.2.0","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=11.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.12.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.29.0_1607890166550_0.8833886971518041","host":"s3://npm-registry-packages"}},"2.30.0":{"name":"ramda-adjunct","version":"2.30.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.30.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"9c607719c5533a0c21d3a3ead12b8e50be815bd5","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.30.0.tgz","fileCount":692,"integrity":"sha512-nhf39VVRSqm1eX2s/F4B+KLOQsmzGyey2YjDDO0/g6NA2vIRhPseBX96f9Jcy7X0nK8LKjr/uVzM2hqGwdmqGA==","signatures":[{"sig":"MEUCIQDE4O/dF6xTuwzlRLtBuysl1KnwXfRsxxTo3V/rEGwmCQIgJkZ98GLbLx0XcEE2fy0qAPgdE796QUWiH4DP6ldZvz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2725139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6GBnCRA9TVsSAnZWagAAwxsQAJBsdiZBA3jC3Kvpy3xG\nTgp3L6+4GE77naXiZ/+BaFTPM4A7gb3cSIPNBwk2CERUlqm8mAltQJvWNn1u\nmnno5iIVw2ryqMlqEmbfDcBJSUYWsGuM7oVFdYM1SZm76+koc+8nGlW3ZXD2\nKrxtX8u+JgkfYxflPhpQGzLxLadkFQ/zbo0ZtU3v2c+2bkPZB2/FjQ8Nk9Vl\nTUOnvPfoLc9qo6jPrP6W7K+/mV/AncmXPKH/4A/W0dmCJDRgzFXQ4rYUntuB\nvkma/MnxUcjWq2Tac8bFxYfwwomobPJwQm6pUQOnMPLF7N8RSn13WGEUiSNE\npGVfxsgr1AhsJyj98mkMP2Q9tQZiukwT8DOF/NbyFaOpjZSBf2edEsFBn30w\nD0xjturrUkx9dJ1Mtgez0wQgEP2qDayuI49RO1oPrKWMO47734vb2I/3aNIq\nKW2WMQHVZv2tpHTswTS9SwfCjzRNxEd/ycchWtT9hsmpHbnpmffm3xiB1SwM\n7IShr2H5MnqyG3q85NwVcHsZ5QfqrTwXLfvouHittInBj5degA436lSyq42Y\n2tTzxDUeyo2kPnTfhqmQ857K9/8jYlBjnWZUVZ8VBSOjNP5WLjPnfRoxp/I8\nURuOYpu0gNAVjlWvVUwSGvbskE8NxTD58Y68tkaQZv9S7v36HRn5qval7Jj1\n4RXH\r\n=zTG0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"717aff17cacbf75bc5f44eda01957a503b5dbed7","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.2.0","glob":"7.1.6","husky":"4.3.6","jsdoc":"3.6.6","mocha":"=8.2.1","monet":"0.9.1","ramda":"0.27.1","sinon":"9.2.2","eslint":"7.16.0","rimraf":"3.0.2","testem":"=3.2.0","tslint":"=6.1.3","codecov":"3.8.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.6","webpack":"4.44.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.2.1","@babel/cli":"7.12.10","typescript":"=4.1.3","@babel/core":"7.12.10","license-cli":"1.1.6","lint-staged":"10.5.3","webpack-cli":"4.2.0","babel-loader":"8.2.2","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/polyfill":"7.12.1","@babel/register":"7.12.10","@commitlint/cli":"=11.0.0","@babel/preset-env":"7.12.11","eslint-plugin-mocha":"8.0.0","eslint-plugin-ramda":"2.5.1","eslint-plugin-import":"2.22.1","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"4.2.3","eslint-config-prettier":"6.15.0","eslint-plugin-prettier":"3.3.0","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=11.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.12.1"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.30.0_1609064550570_0.36336784291184365","host":"s3://npm-registry-packages"}},"2.31.0":{"name":"ramda-adjunct","version":"2.31.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.31.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"df5eaceef39c696a741440c2f50cdbab10155fce","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.31.0.tgz","fileCount":703,"integrity":"sha512-1FuWUF6NZfqE7jqYCrfbGJG3sFdkvgpHAZ6F7yV7gBSVYG9XD4MzpWQJ0YoYeCiIz9diVETH8FoMMvdNqkuATw==","signatures":[{"sig":"MEYCIQCqBZYCC9u2vvvc2g0Q6fXUqWkhYiG7IX4d1OR3G2yHBgIhAKwDeX0wfLM+WnCdGbU9mrztQ/STOiXlnv2AbhBaY5VL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2767228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMj6sCRA9TVsSAnZWagAAV3AP/2vtQ39AHmZqnxfsXLmV\nmZB3LgG4oxm+dgJewIN8QgicpLri4cotASxIJesKHhXnROFEWAL8gwYBCJ7r\nEwTtRraxoLv1GVImPgb7D+xWaS7rJcomvgpCGMQlCmMDqPrsbxjrVXZBurtM\nXbazsde7YzW5oelR1iRj9FxTAFcnuav0/Drst/X1ILNW20gBHit9lnzBQX6q\nS7BKgWYpO/jV1dloFxzifxhru3XgNDPnlNoTBFG22Khx4V9OWoNumanKVHeO\nUl0Vocu1MnPMFryh4ptPWqnXzl9d9mAkkMPy3yyHT6jBGbyDJeq8nYKGqURu\n0h0mTp7dGH4vAik9MOkowmxx9sgb60qL7xne1NLjir6awLqZr7b5TRe2j4kq\noplJAdypwJJzVBOUIYl3JvOO7fT+TWVSBhoHEyMPkWIAM5i3VZQNPZScJ0MH\nd4qS1z0lKTM7Vgu/fu/Ct/gxJBPdq8cE1azMUpJp5CEQPVx0CJldFP1fI8+3\nJR9WNC1aaruIedmnXw05lAGBJVmM2Os2NT9A8A9ZAdY/SjSoiG07dS1TGrcP\nCs0yPXYR/gwzukNeEuuPXWg7k+XzYXo++/JVJ1qbA3mQPSvO6yGafWVfNZPc\nHR6XfHMr4emV/v2wPGAtNFsacWXvzl6CQwH3/etdWumJ52RC8g0R7kAE/vcZ\n9Xaj\r\n=Hoz8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"380a06221f021aa775605a6d1b29c7f7090556f9","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","postinstall":"husky install","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.0","glob":"7.1.6","husky":"5.0.9","jsdoc":"3.6.6","mocha":"=8.3.0","monet":"0.9.1","ramda":"0.27.1","sinon":"9.2.4","assert":"=2.0.0","eslint":"7.20.0","rimraf":"3.0.2","testem":"=3.2.0","tslint":"=6.1.3","codecov":"3.8.1","core-js":"=3.9.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.7","process":"=0.11.10","webpack":"=5.23.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.2.1","@babel/cli":"7.12.17","typescript":"=4.1.5","@babel/core":"7.12.17","license-cli":"1.1.6","lint-staged":"10.5.4","webpack-cli":"4.5.0","babel-loader":"8.2.2","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.12.13","@commitlint/cli":"=11.0.0","@babel/preset-env":"7.12.11","eslint-plugin-mocha":"8.0.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.7","eslint-plugin-import":"2.22.1","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.1.1","eslint-config-prettier":"=7.2.0","eslint-plugin-prettier":"3.3.1","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=11.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.12.13"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.31.0_1613905580166_0.26598165406825935","host":"s3://npm-registry-packages"}},"2.31.1":{"name":"ramda-adjunct","version":"2.31.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.31.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"214251bda6492ddf75a4986c0f85651cfd416f6d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.31.1.tgz","fileCount":703,"integrity":"sha512-mWms5mGVg+TWT6YBEkNAHXnVfSDOL/nlvkapHxYJdWkA0mr7GwyqpoV/XV/A09v1P3XF0HlLQZm5cGqGIpEwMQ==","signatures":[{"sig":"MEYCIQCkGOYQG7fE4QLu9TuS2B85GBf3j3o1Di/SxIFitm9f9gIhAM5EUNpQv2XFYbuonyEuDqfxHv4E1PZ2w/oCtOOSwkCX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2767192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMlmuCRA9TVsSAnZWagAAgoUP/1vOI5zZkUFPZyfbdPx8\n5Rv272yWuAAob4Q37eF/z+0t4NQeKBUqo/0s62X6CCzMeK0/SqgrUEIwV+Ul\nL8/vinVadtLA8vmgmR0nBVuoowxKZjSmi31I+JGXMSMdrZm7c71vX3zVno4O\nR5fZ8xlKiwUoKplcSfiPqOn5B8Gt0NuZvr04HpTOWLqM76UfGyNAWWJB+A26\nx2z8nhSwcoDosymQO47hPkPMFhbes/8+u62z/AoXFZc4BRY6yJqORyQD1M9a\nlfeAkHrxMmavY0Ywbttzau5rE8RHQudhWEkFZT/QFmRDMgrixnA7dVqPI2VM\nx3QjsX6sjt97aoevbv3HRBtKDdL5xzEeqWgG8YTusGArX5OK9VLhe1d91jP5\n/O68QZYCGzPApWUImLo5z+vRaSi4uvRWykeGMvPAIOSJBaxmX7WGLWWqqR77\n5WQnTw+g7Kw9T3UsYs8iEj1+PnD59KyQR4CwyJzWb0d57pAW/ghmVSdY1TvP\nTiY4/YKu54rrVSaB9hxqSie6+yVBU3Fo8AXeLAP7fZxoJbVROLpjL+U/rg+a\ndmV2eE7Yx+S3zuGFhbOuMrrcrxZGwSMFpnJ5rjbjrqnotIcivErxp2KXFAuG\nz+0jOY+5XV7oqrg/+jdbGz0WNQ3Q+nzH1EcGL14IS+15dO63TKawEZgMltaV\n62nT\r\n=ZYUc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"c1c1c314accf1aab88afb00d79a121820367cd38","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.5","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.0","glob":"7.1.6","husky":"5.0.9","jsdoc":"3.6.6","mocha":"=8.3.0","monet":"0.9.1","ramda":"0.27.1","sinon":"9.2.4","assert":"=2.0.0","eslint":"7.20.0","rimraf":"3.0.2","testem":"=3.2.0","tslint":"=6.1.3","codecov":"3.8.1","core-js":"=3.9.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.7","process":"=0.11.10","webpack":"=5.23.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.2.1","@babel/cli":"7.12.17","typescript":"=4.1.5","@babel/core":"7.12.17","license-cli":"1.1.6","lint-staged":"10.5.4","webpack-cli":"4.5.0","babel-loader":"8.2.2","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.12.13","@commitlint/cli":"=11.0.0","@babel/preset-env":"7.12.11","eslint-plugin-mocha":"8.0.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.7","eslint-plugin-import":"2.22.1","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.1.1","eslint-config-prettier":"=7.2.0","eslint-plugin-prettier":"3.3.1","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=11.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.12.13"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.31.1_1613912494328_0.26568875490217336","host":"s3://npm-registry-packages"}},"2.32.0":{"name":"ramda-adjunct","version":"2.32.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.32.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"5818610e8dca7fc30915be075900d1f007cde056","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.32.0.tgz","fileCount":712,"integrity":"sha512-tbfSufmROziJVsGIuVT9gNnxXC+Y9UvDr2/opctcQyYTHEXETQT2UEX10mg66OC/RVxu8SpF1tiUpw6XqK4nMQ==","signatures":[{"sig":"MEUCIQC+cL6JniEXcgvYFMpUGtm1UcRSxZ9d2s16wXkyU23p/QIgcfs9Y5yK73ylAxI94apLKjvqF+o5Rio+Mkmb2owdyK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2808926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcWSLCRA9TVsSAnZWagAAZjIQAJUI0DmnLuA2wXH0pxEN\njccdT5Wa9sPwjptM9qC8KXWlHWuxfvqymEWn5qN9kZMpG83OQuTJxzs1ypPC\ngEaa2cBXi0N+KmGGahzNg/GrafDs4KRAfF/+uTMQ369hWTbnPAP7+TQH62u1\nedOOLSfnTVH8cZJ5eAro1d1xTzZJhpqkWAvajbhT4mOgphs0r07VR62JV9Ec\nTH1ZWIivPiQ+Uwcd34Qv3etnMwGIcqpfmXXB/n9/1GtKSbmE5UR3uaW+WLgF\nCyl/IhO1bJqvXL6KPAzOtD/ZTl/ElxFJHuuuBB+OYKpxmzF6bkSdRjyE3alx\n/9WRBbJt0zASgas9sx8C3/tiB7wbnlFxY5sM9bn5eemBv8Zmq2F7cInyMH7S\nFS5epnX+cD3/v8btuoOYbKWti3UXQiMzxT02OHORiZiFpYnrwbHVqfVNbnnt\nIb9dWp3E6R2T6LVblRHdEAZxGMycG3B+GTMkmlpfaSpRN6H+jaLrnlrq0p9+\nUcAtiSnk8KKoBTO4ZIC8qJgwqI8psZMzb41akkx4YAtDcsd870WBvuF/fCso\niZcEYSKzEBC4OzQ0SRcIhzxjmng/HK23DmAbgt0hFLBlDjcGzFYBM8wkLS9e\nHhquGXcshArud4pEySrg5Vp0wM3Q9FM6M58tDWmQl1+yAK1B5sGCfLiFWcoY\n4p/q\r\n=r8EJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"aef2c9d5d63eb5c78b8f62b82eac4d94f8f29bcc","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.11","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.1.6","husky":"6.0.0","jsdoc":"3.6.6","mocha":"=8.3.2","monet":"0.9.2","ramda":"0.27.1","sinon":"10.0.1","assert":"=2.0.0","eslint":"7.23.0","rimraf":"3.0.2","testem":"=3.4.0","tslint":"=6.1.3","codecov":"3.8.1","core-js":"=3.10.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.9","process":"=0.11.10","webpack":"=5.31.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.2.1","@babel/cli":"7.13.14","typescript":"=4.2.4","@babel/core":"7.13.15","license-cli":"1.1.6","lint-staged":"10.5.4","webpack-cli":"4.6.0","babel-loader":"8.2.2","fantasy-land":"4.1.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.13.14","@commitlint/cli":"=12.1.1","@babel/preset-env":"7.12.11","eslint-plugin-mocha":"8.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.7","eslint-plugin-import":"2.22.1","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.1.1","eslint-config-prettier":"=8.1.0","eslint-plugin-prettier":"3.3.1","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=12.1.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.13.8"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.32.0_1618044042484_0.9530429042244901","host":"s3://npm-registry-packages"}},"2.33.0":{"name":"ramda-adjunct","version":"2.33.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.33.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"3dfbfddaa2582df0ce8d6f8e6707e37d7c22331c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.33.0.tgz","fileCount":719,"integrity":"sha512-TwNW9uTDyuOHF8stDLcD+rg9evY4/D7poF/CZZ3ZSI1wIk56jqvwFL7xYbHyvd/wQpRzPbT2oiwsot2VoFmodA==","signatures":[{"sig":"MEUCIA7bPJ2kUt7HlZhmomD/F4on77mWqcgM+wefi6EDAH61AiEAxc/cKw+uUfgUN/SxVN5Jw4rOHRY5ZfnAGk5j+cfLa2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2853327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqNtoCRA9TVsSAnZWagAAyvoP+wZXwIAPlgXECjhPncfO\n8wRlrs6tcxxrxWBIspUWXDk/SephAg4YNkWATqAGNDGG5Rp+7WORktg7FO4G\nX0arGA/c4qW6bQqCt5ck5IYHLLGW0Akp8XY3f8yK4unyPPEf+2/jbTr0kjsf\nKXOjsE6uE6Ap1N2fnl8CtXp6KBxzm+I0n1k5V0gTPpnNulmy8Pvnqq60WUMU\nxo+fYm7D/DckGOKNBOaFfRLHXUU/dakjh4YXUUTp4CS7pnAxpw9ZM3ZnHxVH\nNnK3sMuic6BDbbMbSNMquHZHBF3DzllzTpNJ++58Pxz/eUYsccOy2w7z1w32\nzNw1XjTSmOj8JnOZ4IGULHyNilxFRUvxyRAoyfTTipOGPYyw7a+7E9CB9LvN\nyCqw5qB4/K/p5h5t0A4bCjZ+HbJ2YVrY1qgWHV4F4FfVWQmrPxuL+dkxocy7\n739ljF3MhaSMcJc3EzPQo9wtTufKwg/DTCgc4J5/v+h/2ZzKMkUuxMQ3D/Cx\nwvQyMWtNFTY1Z67oNSH4Pu90qNU9IVJuGJFUNL5wfp8u+hElRxp9UQlZxf2S\nIfYPoj7YxVukepGrXrtci1YNxigznoHxv3Cdq6QQe1MT5p9UecihYDzbyhzE\ny3icDyuEZ/EvnIQt+kiFkIxQBVbAdsUn5QyssTUj0AioG3gziiLbRePbJe/E\nQC+3\r\n=8o6U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"9230c2ba84fc22b1bed44f9036501342a0d8c892","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"7.13.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.2.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.1.7","husky":"6.0.0","jsdoc":"=3.6.7","mocha":"=8.4.0","monet":"0.9.2","ramda":"0.27.1","sinon":"10.0.1","assert":"=2.0.0","eslint":"7.26.0","rimraf":"3.0.2","testem":"=3.4.1","tslint":"=6.1.3","codecov":"3.8.2","core-js":"=3.12.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.0.9","process":"=0.11.10","webpack":"=5.37.1","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.3.0","@babel/cli":"7.14.3","typescript":"=4.2.4","@babel/core":"=7.14.3","license-cli":"1.1.6","lint-staged":"11.0.0","webpack-cli":"4.7.0","babel-loader":"8.2.2","fantasy-land":"5.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.13.16","@commitlint/cli":"=12.1.4","@babel/preset-env":"=7.14.2","eslint-plugin-mocha":"8.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.7","eslint-plugin-import":"2.23.2","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.1.2","eslint-config-prettier":"=8.3.0","eslint-plugin-prettier":"3.4.0","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=12.1.4","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.14.0"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.33.0_1621678951577_0.24215809664453158","host":"s3://npm-registry-packages"}},"2.34.0":{"name":"ramda-adjunct","version":"2.34.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.34.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"9b01f49cb8612cbc9b45ad96ce40e9ce8aae1b4c","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.34.0.tgz","fileCount":719,"integrity":"sha512-VDCXUxyV9hfN3sNmK5bIiiDGAkcH5CV50pRnaDAFE5u7WoXF1H47ah+rDYqkJfpT5v6Ye3MJWDq6KTFBXeDK6Q==","signatures":[{"sig":"MEQCIGIvplGL7BXLqzwEi7ozfAFrdCYOwjbMGHpSYtxg+QZzAiBO5TMgGNLMOldvG38ZEItCqeY/intqqrBBxwkNlmLy3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2862886},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"154f989b0162ebb028cad5e3ed71b22cce4a17e8","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"6.14.11","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"14.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.2.0","husky":"7.0.2","jsdoc":"=3.6.7","mocha":"=9.1.2","monet":"0.9.2","ramda":"0.27.1","sinon":"=11.1.2","assert":"=2.0.0","eslint":"7.32.0","rimraf":"3.0.2","testem":"=3.5.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.18.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.1.6","process":"=0.11.10","webpack":"=5.55.1","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.4.1","@babel/cli":"7.15.7","typescript":"=4.4.3","@babel/core":"=7.15.5","license-cli":"1.1.6","lint-staged":"11.1.2","webpack-cli":"4.8.0","babel-loader":"8.2.2","fantasy-land":"5.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.15.3","@commitlint/cli":"=13.2.0","@babel/preset-env":"=7.15.6","eslint-plugin-mocha":"9.0.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.24.2","mocha-junit-reporter":"2.0.0","babel-plugin-istanbul":"6.0.0","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.2.4","eslint-config-prettier":"=8.3.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=13.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.15.4"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.34.0_1632943488878_0.6868394173315797","host":"s3://npm-registry-packages"}},"2.35.0":{"name":"ramda-adjunct","version":"2.35.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.35.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"67ff6a36e152c20d785da0a072c90b269fcc15ad","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.35.0.tgz","fileCount":722,"integrity":"sha512-r/U0BpJ04mFzFsQK1Ro+e38v/GfvlqQZyKohJxPq/3ADQrJG3/DdpOhYfrt94HTk2NM5WkXxQiOpVg987yrEFQ==","signatures":[{"sig":"MEUCIAMydyD60cUmbkC96FbkUy1V3fbhG2S0NpqFoZW5sDe1AiEA9uIHq7rVHMMtK1wb+rW9zRCPxyTtWtXG7fBCi4x8D/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2879365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh231dCRA9TVsSAnZWagAAd6kQAJxUH4sjeQhBzSoK8FbG\nNobHBFJCF23HZYbjM+GkBocy5U9aeuXqGcTJb+YrOHWxwdskezqV9YeGXqi2\ndm+wv+PyyJ45YP+mebZVtUiuhakNvvgXP3OK4brYaONrIRDGw0jfQzUeIV6i\nmVLjKQ1EoiVhMH9+rJMmBILqAKfMF0bLC0w9nfv6MqqCg4PafkcITZnnRUwM\nuT1/1E8y7hu4aBuO+58Hbh4qqh8lBkY8tGXw4QmLHYWlBBGqM/WWFaouErt0\nfJdyPh+S/TjI99duRc4GZoj1csr+DkbkEYdor7HZv0/PSQRoR0WOv5KU2kpJ\nWpZA0xwt8fF8jtrt0mIJk+JtiTnET0up/dNfDuCDuE/O4TPxJbfGCJhPFhZd\n1zQdwXo/devgEqCWmHuWljR2xNFuM2qQTiM73R/1EjF+pwvTYPvaFH+QDkbw\nTP+g6DmAJ1LIMNKaLKkiZnGS/ayNWNfm+ZeJ/Xe+eKTkqd1mtuFf9UzSlpx1\nRM9SHPw+nHT1ImV0vBhYO34fjuydNsgQMfrSWeVXzCIgdNjn6tKLBqbQ6bV3\nHRIpNiisP4aknht9n/sKnerNs9a85J2PJzsNawk7NX0lZ8U+UhlBi5Yz93J9\nOidJWaNMYohv6ZUxU2JYnXIsuwe6hyU0s2CNr7dQIhSKdjOBwcUz1ppZwPen\nakmM\r\n=frM8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"a2625a4c9ed8dc8f4c8d1a12350c3dc545b96185","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"7.21.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.8.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.2.0","husky":"7.0.4","jsdoc":"=3.6.7","mocha":"=9.1.3","monet":"0.9.2","ramda":"0.27.1","sinon":"=11.1.2","assert":"=2.0.0","eslint":"7.32.0","rimraf":"3.0.2","testem":"=3.6.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.19.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.0","process":"=0.11.10","webpack":"=5.61.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.4.1","@babel/cli":"7.15.7","typescript":"=4.4.4","@babel/core":"=7.15.8","license-cli":"1.1.6","lint-staged":"11.2.6","webpack-cli":"4.9.1","babel-loader":"8.2.3","fantasy-land":"5.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.15.3","@commitlint/cli":"=13.2.1","@babel/preset-env":"=7.15.8","eslint-plugin-mocha":"9.0.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.25.2","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.2.4","eslint-config-prettier":"=8.3.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"14.2.1","conventional-changelog-cli":"2.1.1","@commitlint/config-conventional":"=13.2.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.15.4"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.1"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.35.0_1635798851484_0.6734562230635672","host":"s3://npm-registry-packages"}},"2.36.0":{"name":"ramda-adjunct","version":"2.36.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@2.36.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"3c8b722afa645014894736189a09af87c6707d27","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.36.0.tgz","fileCount":728,"integrity":"sha512-8w+/Hx73oByS+vo+BfAPOG3HYL2ay6O5fjrJpR7NFxMoFWksKz6vSOtvjqdfMM6MfAimHizq9tpdI0OD4xbKog==","signatures":[{"sig":"MEQCICV/kfzX4kEdzSITSjAxp9sz73kKei5KyMflEq7ihTxwAiAXM5U0fw/a4qKA0bK2TN1SKirCPpxlwxpHnsgRjbnRjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2930566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5dmiCRA9TVsSAnZWagAAmiYQAIbT6ojed3rxPakcF3Sb\nxirb/HWtYvNS+61bnHMNdCEpbaiLZgf2h6HD0In6SiyteKoaCxtqyPXgBvXZ\n2B/gVaX+3TvyF8UaseaqqYmVq5zcUzl1vXaj+6ZvyrWWycWBugBhZ5m4jf6o\nU6zYZOymIQwodN/C5wbE6xZ3PhdOpX1YcEtnvB6cYT/9r8MK/GbVTgcP/2JZ\n/kzFJ/rXQ81RWVMRbb8mtdE6mXR7ZstToryDEmos3omlPM2qvHGak6WKKnOp\nhd3yKWc3yDi1ZgjOAiLKCMwohDn6Kt0nTKFKtL1tM+5kqQbvqg0F+l7+OnKW\nwnr5+cRbTsf6tOC78B+41ZYG15I9Uh4z5E1FvAyIIeSlRY3NE2DLVCmVC/+i\neL3wxb/gSGiEt0EyQcetPti8gJQ+wpP1I20CvUkPQxUhkC1WDYbm8oV6vOcr\n9FYbJh5x02rpihFJ6oj+y6DXeCG0U3+nX0n63UiCBFdcOrUt9gyyNPxglYM1\nj+ZbL71nYQZBB2XxooRH0PROo9IHKPNc6n0GCyTT3+wNId4Vq4LuV7bSOuMw\n9lH4nFvAN4EI6zlp9wqtsUc9vVEjRUocX4/0TAwm3tlEp0nUEBs9StZHWJT9\nmmgsQJ/BXBvgNbaQ2kJtApNDrmc2n9eZvYP3PB06epZ5ZRqCojp9S0oriPcg\nOMYK\r\n=Bb7z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"772c517740805fb666721d795d4599d0051b4052","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.1.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.13.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.27.2 && bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.19.0":"npm install ramda@0.19.0 && npm test","test:ramda0.19.1":"npm install ramda@0.19.1 && npm test","test:ramda0.20.0":"npm install ramda@0.20.0 && npm test","test:ramda0.20.1":"npm install ramda@0.20.1 && npm test","test:ramda0.21.0":"npm install ramda@0.21.0 && npm test","test:ramda0.22.0":"npm install ramda@0.22.0 && npm test","test:ramda0.22.1":"npm install ramda@0.22.1 && npm test","test:ramda0.23.0":"npm install ramda@0.23.0 && npm test","test:ramda0.24.0":"npm install ramda@0.24.0 && npm test","test:ramda0.24.1":"npm install ramda@0.24.1 && npm test","test:ramda0.25.0":"npm install ramda@0.25.0 && npm test","test:ramda0.26.0":"npm install ramda@0.26.0 && npm test","test:ramda0.26.1":"npm install ramda@0.26.1 && npm test","test:ramda0.27.0":"npm install ramda@0.27.0 && npm test","test:ramda0.27.1":"npm install ramda@0.27.1 && npm test","test:ramda0.27.2":"npm install ramda@0.27.1 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.2.0","husky":"7.0.4","jsdoc":"=3.6.7","mocha":"=9.1.4","monet":"0.9.3","ramda":"0.27.2","sinon":"=11.1.2","assert":"=2.0.0","eslint":"=8.7.0","rimraf":"3.0.2","testem":"=3.6.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.20.3","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.1","process":"=0.11.10","webpack":"=5.66.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.5.1","@babel/cli":"7.16.8","typescript":"=4.5.4","@babel/core":"=7.16.7","license-cli":"1.1.6","lint-staged":"12.1.7","webpack-cli":"4.9.1","babel-loader":"8.2.3","fantasy-land":"5.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.16.9","@commitlint/cli":"=16.0.2","@babel/preset-env":"=7.16.8","eslint-plugin-mocha":"10.0.3","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.25.4","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.0","eslint-config-prettier":"=8.3.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=16.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.16.8"},"peerDependencies":{"ramda":">= 0.19.0 <= 0.27.2"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_2.36.0_1642453410187_0.5051695544794157","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"ramda-adjunct","version":"3.0.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@3.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"4e3487c091da2e6cb6a314ed6b204bfc7aac04df","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-3.0.0.tgz","fileCount":719,"integrity":"sha512-7pXyR7VmJk3MiK3RcjWX/aKZ4fKR9swaytVMxsV5R8xsYavw0S1/6o+DbyS0tAmMnI5gV3BfSAjwDXc47kMENw==","signatures":[{"sig":"MEYCIQDosROnt9JB1N2C7YzYyMm4Sh7/ybWJXTQNZWTHwM3c1QIhAKFG2rjVKaiJBFbnqGGKcKpznl45Euf2GtJSoipROPx1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2747331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5eyBCRA9TVsSAnZWagAAY98P/0MM6iTzqL7ut/wwRX6L\nPJTHHqzd2evSji4IgyZkQ0dUIEfb4V4iyiJA3llmvf8bQGJi8fdpePtV5zoH\nlQy+TfA1CbPdW5hs32914dDGqZfvYCshEv0z1sVmLuOwsuKMjWgxzMQ+LA+D\nkbonqr1YXoFzjmsnz9MCQ+dfHANPH1RrB2+J9ilUEW82JX7gpett2FII2ifj\nSSglOYejYYOGPmAl5CeLlMdlnM5tmHYLzT7XF/f7pni8zy7KxD6ac1FIRiOg\nOdPgriboO5BXGcSnmYW259HBS5Ey9An9pOVf4HzAOf/g8+QJSLIOjv60U2D/\nz7zUO4bisXznSSJkVt1XRUcg0tRkmcGFYWA/x3cISVaARUObYbTzEjiE+YeW\nuuCfhDkPmRmB+/75BwNClbxoabLN7lfc+WFbf6NHPOKuZHHb/5dt6FOoT82M\nBQ7DZQv8VK87weGpN3+b/ktJXhd4fTbb5gHU8WDnq17Ho4LxITrvttJ3KbdR\nU4s8zw2TYP9OXc7Yd+/MuoV8gTHQsWZMkUYwNmUqrqS130mBqxjqOQA/kTpt\nfYbVbk7dgkAkEEYlWOSuLXAdOx0mPoGEpxs9/wknIQxRskzG1GQsJeOwSS/7\nTT1AVIS8Z3Sgoj7CuyrraQVjJ8MFb+Y9C/9602l3YcIfc1xZAcwf5PTaxA3G\nIJZ9\r\n=dnrk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"866e2d523ce15c1e9ba98a5bff2765f76d05cec7","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.1.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.13.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.28.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.28.0":"npm install ramda@0.28.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.4","glob":"7.2.0","husky":"7.0.4","jsdoc":"=3.6.7","mocha":"=9.1.4","monet":"0.9.3","ramda":"=0.28.0","sinon":"=11.1.2","assert":"=2.0.0","eslint":"=8.7.0","rimraf":"3.0.2","testem":"=3.6.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.20.3","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.1","process":"=0.11.10","webpack":"=5.66.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.5.1","@babel/cli":"7.16.8","typescript":"=4.5.4","@babel/core":"=7.16.7","license-cli":"1.1.6","lint-staged":"12.1.7","webpack-cli":"4.9.1","babel-loader":"8.2.3","fantasy-land":"5.0.0","fantasy-laws":"=1.2.0","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"2.0.0","@babel/register":"7.16.9","@commitlint/cli":"=16.0.2","@babel/preset-env":"=7.16.8","eslint-plugin-mocha":"10.0.3","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.25.4","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.0","eslint-config-prettier":"=8.3.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=16.0.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"7.16.8"},"peerDependencies":{"ramda":">= 0.28.0 <= 0.28.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_3.0.0_1642458241281_0.8519486117756008","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"ramda-adjunct","version":"3.1.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@3.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"75ffe0145c63e389b99ed47ce99680b39578fa97","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-3.1.0.tgz","fileCount":725,"integrity":"sha512-jMGcsyYmo4d1hrNdAau3wonLyQzAz+J1RQj1WL7J7SqZ5ziEN5C9LjjUYfMvBP9w4ZYAS4bVeRIkEWucqdlRHw==","signatures":[{"sig":"MEUCIASWeadOpYv3UJ2gVUH6K5hKLZXp4PMHj6fb/1w+0BNpAiEAhgFxOYzQRIKh0n/vhSsfeZOicwEPk8imsPAru0cpS0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2732235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZYK/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGXA/9GBnMeKcjjWbObHfo20klOYqZrm35E/wua72DzexgjPRgRvNk\r\nxrHNWZ5+e49uDLYEVk4vXd0DAUKyNWumst9vpZ6a1E38AW0rqkt/u5JHdP2s\r\nLjSrlISshkdPcpVb76oRKoNYqwME0OJvEW3uZFmSWKJRXcLjF7jGVYg/9Eij\r\n7YcJlpwSCuLGaBUL84AfChUXpV0PzIymRdsAsD/1/rSTZUflrMLC8w3JE/JW\r\nEplMgibwcfIocPsE0GyAegGIO80ChjqHNKBqf+GRNpL7rRG/u0sebS3lHI/4\r\nfxRRyOlOvqeNctB69ah7XS3drfE+1U5NycDZvxuDBPD+redi06LYYwhjTnfg\r\nyQN+Ur9sCOfxjDRf1R82joRXWB+OtrbWWJYJhKn/+FwFzLDKL9aLjCk/K9Ps\r\nUwgAJ0pOEQWR+OI5e4UiTFEwN5vpibpnyHQ7OJ29cxK8TDud9ZjMnJOsPCEw\r\ny7V23IHhAJ8MswADsG/8QQCE15b5aFHhpxtQ9TKSXEwQXUxf0meZDuoocztv\r\nwduK8Zkiqki+qfo/Wd4vUGIwUwUtp61ENTc3DcEvGgFAMQbXRXhskTglhk2c\r\nBoVJJnG1g1pmq/nCcifhNMKETVh7LKS+qWr4afFNrNxj9KLGsWx9m9SHTj3w\r\nPyfzSW9QPV1OBj2cAXjzu2hp8Ps1YG08iwA=\r\n=rk/s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"82aeab551df3bcda1521b6583296bcc1d8a944ed","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.1.2","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.13.2","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.28.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.28.0":"npm install ramda@0.28.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","glob":"=8.0.1","husky":"7.0.4","jsdoc":"=3.6.10","mocha":"=9.2.2","monet":"0.9.3","ramda":"=0.28.0","sinon":"=13.0.2","assert":"=2.0.0","eslint":"=8.14.0","rimraf":"3.0.2","testem":"=3.6.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.21.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.1","process":"=0.11.10","webpack":"=5.72.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.6.2","@babel/cli":"7.17.6","typescript":"=4.6.3","@babel/core":"=7.17.9","license-cli":"1.1.6","lint-staged":"12.3.7","webpack-cli":"4.9.2","babel-loader":"=8.2.5","fantasy-land":"5.0.0","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.17.7","@commitlint/cli":"=16.2.3","@babel/preset-env":"=7.16.11","eslint-plugin-mocha":"=10.0.4","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.26.0","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.1","eslint-config-prettier":"=8.5.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=16.2.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.17.9"},"peerDependencies":{"ramda":">= 0.28.0 <= 0.28.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_3.1.0_1650819774869_0.0631355971843166","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"ramda-adjunct","version":"3.2.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@3.2.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"bd4f9d95ae24bb1d4c0b4a9429766a81da90788d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-3.2.0.tgz","fileCount":728,"integrity":"sha512-lfpDz3VX5vS5YE1pgLYHOqWiX8+0gKnCDbm/DpIYpMsWx90g2I5c5/SfgUojjt3P4GidRauJrPc5OY2aoeLrWw==","signatures":[{"sig":"MEQCIA2KPMT5A65O4X0dewRAGifQJLa0SN+AqMMvAxExBTd3AiBwH08qCFUolfcM/oNAY2UVRV0zcvLx6VSJOJi9CJJXJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2741060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirhF+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8ew/+LX5mPVClVqcny1eDfyv3uzaluu0vqixKdDikgQEJKP/ordBE\r\njR40iqzsN70gUvbE2Pfu5kDi5Q3ht3a1pm8Yx+lXm0owstflLiz6RG1nLKZ1\r\nZ0ldb/58JXgN0bUKq0WGlUkjVTmwL8E6+oHmazwEWeipVpqSD8LNysy947Nh\r\ntbenz4Rr4uDxeBNkqKsNEysdgsjCgqaRCZQX7go2X/3s6kPC2ygwCvpO6Dld\r\nbPXjBddG9oH3RKk/jz5vHJgF6fl9sa7D+Sd9Hk5XbJtvHd81t8EcDP7aQgH7\r\nbn9LyecEDCUb70aqKG1OZeK5d2emcJfv08325PVZDsVv2V7q90WpsoJ4wJ8s\r\nUSaBsZ7HFMFMuFNuRXZke6yXsB042DijNLvAPt7r/KAX1sPPfkj/9NH78nB1\r\njQ1oVjJSzjDaWE3FVs/TWZ6akpSjifz0IaHDH/M7rBabqnxr49isM41rXbg4\r\nxOGPz3w/INposc5Pp1+Y+PhWJnfM0pQSaEGegDLkMwaVXd/Q0uzlZaDyplGx\r\nT5bueqVQ+3j+KMyeHLHTOLYA8nTzLacFfrjdhqz1utDMiKJnDLNuyT8xSfdR\r\nxaWp2siwG3zZ5L3dBPXlohr2gqIprn+mk+q9vjRThRFwm0rfEI9dbvhPaZI/\r\n29FkSAnDRwUbnaCjTx8IicDWOVAoKmqVez8=\r\n=BKfn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"addb389544f821195eb2e358c99df021d0198112","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.11.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"16.15.1","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.28.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.28.0":"npm install ramda@0.28.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","glob":"=8.0.3","husky":"8.0.1","jsdoc":"=3.6.10","mocha":"=10.0.0","monet":"0.9.3","ramda":"=0.28.0","sinon":"=14.0.0","assert":"=2.0.0","eslint":"=8.18.0","rimraf":"3.0.2","testem":"=3.8.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.23.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.1","process":"=0.11.10","webpack":"=5.73.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.7.1","@babel/cli":"7.17.10","typescript":"=4.7.4","@babel/core":"=7.18.5","license-cli":"1.1.6","lint-staged":"13.0.2","webpack-cli":"4.10.0","babel-loader":"=8.2.5","fantasy-land":"5.0.0","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.17.7","@commitlint/cli":"=17.0.2","@babel/preset-env":"=7.18.2","eslint-plugin-mocha":"=10.0.5","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.26.0","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.3","eslint-config-prettier":"=8.5.0","eslint-plugin-prettier":"4.0.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=17.0.2","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.18.2"},"peerDependencies":{"ramda":">= 0.28.0 <= 0.28.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_3.2.0_1655574910651_0.579524346815125","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"ramda-adjunct","version":"3.3.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@3.3.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"647c0cd4945b354cc179d583ead877fe0dce76a7","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-3.3.0.tgz","fileCount":728,"integrity":"sha512-ycIrNN0rEsBKQ8CD0ZMhmGPTdZulQe20Aj4bZxVP2dWVnZRVe5dR4EedhIc0YxJW8pr7ljaaJ8/KR0VFHfjTLw==","signatures":[{"sig":"MEUCIQCkXSusu0VIZl45ETaaSAKznydXwsyjrpqS96TwDk/mHQIgdfr3GdkQ4ZCn3XzDcJ6641NWS5K2TY/k5heoHhIqTd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2737079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJz9RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaJA/8CXye345Y6yhUhNmF8hkAv3/RznPHc0uQkdw2u297p/LY0gWr\r\nVDpjhtKKUS4JA+3VDf9yaFGLwcOQBsbCao27cSX7K2r5VtmzRboK+q9Ns2jx\r\noZwEUW8t9seL52Ioyto0pKvkePkF8MhtUJ5COg6ZLFuKs8A6xh2AQiIYvvyv\r\nbMSZcJPc1d/xjKR4MvD46n+2oJ4/0CgJ2zmm5pVxsqqnO1nKILdEruJaBfP+\r\ngUfqund8N9FKardIdxOxoa29+MOodTH/FeOtNLuqk1XGzOVpcSb4oGMAxwE8\r\n0S3Zgi7KnTAFEdZUnZxSF5W0bRL5rZJ7UzLgATDwNJ//+MK/eW6KW5J2SA3l\r\nLVXZmyMTjgvA5bzVfrCE34xZaAZwCnz0e8ruH0el1LMCOVWXijflHshWIMJY\r\nJakPDx2iIsdYPvLEhPJmNvAWCuDFRTec3En7VlyFUogsNUoG0/GjMgovREWD\r\n2/FPgN7HVP5cERFQh2dfyyK/6JXjEmEUIgCjiKxSKXbfi7ctIDbQg6Xu/5i0\r\nt/NiwT/G6GoNz4yw9AWfZFEcFHB1WPcSiJcV8NHDgwYhXv1Xp3eARAeGejkT\r\nQuOhlAqiPNDXi+A9HGU8BVHqMPHzTA8hJwHAf4OzSyeMBvVvqsZw04IhjHCC\r\nv3JAenQlfarRohuR9EmBjGLqSWtsCEmjQ04=\r\n=30yh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"fa98b3bbd0da360e0828b774259e62e28ae4b224","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"dtslint ./types","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.19.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.9.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.28.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.28.0":"npm install ramda@0.28.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.6","glob":"=8.0.3","husky":"8.0.1","jsdoc":"=3.6.11","mocha":"=10.0.0","monet":"0.9.3","ramda":"=0.28.0","sinon":"=14.0.0","assert":"=2.0.0","eslint":"=8.23.1","rimraf":"3.0.2","testem":"=3.9.0","tslint":"=6.1.3","codecov":"3.8.3","core-js":"=3.25.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","dtslint":"=4.2.1","process":"=0.11.10","webpack":"=5.74.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.7.1","@babel/cli":"7.18.10","typescript":"=4.8.3","@babel/core":"=7.19.1","license-cli":"1.1.6","lint-staged":"13.0.3","webpack-cli":"4.10.0","babel-loader":"=8.2.5","fantasy-land":"5.0.0","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.18.9","@commitlint/cli":"=17.1.2","@babel/preset-env":"=7.19.1","eslint-plugin-mocha":"=10.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.9","eslint-plugin-import":"=2.26.0","mocha-junit-reporter":"2.0.2","babel-plugin-istanbul":"6.1.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.6","eslint-config-prettier":"=8.5.0","eslint-plugin-prettier":"4.2.1","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=17.1.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.18.6"},"peerDependencies":{"ramda":">= 0.28.0 <= 0.28.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_3.3.0_1663516497062_0.8218601366561062","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"ramda-adjunct","version":"3.4.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@3.4.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"3b07f4d879406b8cbb5415b165bea48d2fe0ab06","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-3.4.0.tgz","fileCount":733,"integrity":"sha512-qKRgqwZzJUZmPJfGK8/uLVxQXkiftKhW6FW9NUCUlQrzsBUZBvFAZUxwH7nTRwDMg+ChRU69rVVuS/4EUgtuIg==","signatures":[{"sig":"MEYCIQDefT5+fbCDNgaGqP+ICdpHD8G9ZsvJJzJ8NN1cMsnmvAIhAL+B99s7ebFlqB2c4c+upqyOE78mfzsjJXUARIjbiVMi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2759876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiylzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3sg//S4p2zKIXto6T0WZcoJuXjAo0YQDPpN+L8i31eLKtzwk3N72Y\r\nnvViu1lwypu+003E9HEBdvucY23ekcqtZoVBGAuNvUR6S8nBzRuE1TjREDqv\r\na5iE16MlH6Uc0Dq0fEHSLM2S0YPnkbxRq1RLXuuibtfLuZVteB+hC7QjMSoF\r\n9zv9y+sP38qxTdjpHqwQ+DefQaC9bjoNYjGXcnwQimGpYZ1PJ8b6aSEADha1\r\nffoDf1BMJM+lCMXmuT/71e/5UoCph6m2Spo7ZeytV8LDa5isu+b2OqnQ1uXz\r\nSbkLNtok6vHW2z+x6MesY1uu0AzHHL3hLib2TsvyMIPHoQjNylL1qAjaAg1A\r\nVPHOYo4MqUxMIw2XvuY+5U9CDkR56RtZOwdfM5oTifLasBQ16FDtPnRFCi5f\r\nDHn9LCh7vtmWQ+71u35Jbky6rm2zNgCQiTtFXCwVgCi6qB+x1X5uSOsLfibb\r\nDwJS9rTtoZ5TTvOCefC1guSH6OIIjqjHrIFS19Msi3SQzNokKZiCN5/NZ/aD\r\neYN+Ukzm8MAPaYtD6Qp2nfGSYithjsIXs7GTfi9FsDbBRfV7Tq693z4isu/x\r\nMJBcqjU7ztu5Dq0uGVK3OClIPhcMVB4RHRp0Dq89chrkOo19FIeTOfgoyQO9\r\n5ansgRkswH2RbUpKQz6doQpVb2WAbJN51g4=\r\n=LiTr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"7a24cf0d6dd45c0899da6c6e6eb69f04d5b8c7c9","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.js ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.19.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.9.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.js ./types/test/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.js ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.28.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.28.0":"npm install ramda@0.28.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.7","glob":"=8.0.3","husky":"8.0.2","jsdoc":"=4.0.0","mocha":"=10.1.0","monet":"0.9.3","ramda":"=0.28.0","sinon":"=15.0.0","assert":"=2.0.0","eslint":"=8.29.0","rimraf":"3.0.2","testem":"=3.10.0","codecov":"3.8.3","core-js":"=3.26.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.75.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.8.0","@babel/cli":"7.19.3","typescript":"=4.9.3","@babel/core":"=7.20.5","license-cli":"1.1.6","lint-staged":"13.0.4","webpack-cli":"5.0.0","babel-loader":"=9.1.0","fantasy-land":"5.0.0","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.18.9","@commitlint/cli":"=17.3.0","@babel/preset-env":"=7.20.2","eslint-plugin-mocha":"=10.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.11","eslint-plugin-import":"=2.26.0","mocha-junit-reporter":"2.2.0","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.6","eslint-config-prettier":"=8.5.0","eslint-plugin-prettier":"4.2.1","@typescript-eslint/parser":"=5.45.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=17.3.0","@typescript-eslint/eslint-plugin":"=5.45.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.19.6"},"peerDependencies":{"ramda":">= 0.28.0 <= 0.28.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_3.4.0_1670064498952_0.7832757374810264","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"ramda-adjunct","version":"4.0.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@4.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"99873cc707e86207ec7e757385144b3f235b7c59","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-4.0.0.tgz","fileCount":734,"integrity":"sha512-W/NiJAlZdwZ/iUkWEQQgRdH5Szqqet1WoVH9cdqDVjFbVaZHuJfJRvsxqHhvq6tZse+yVbFatLDLdVa30wBlGQ==","signatures":[{"sig":"MEYCIQCwEKqJ1nuL/syTNqgsTPlR3McomgOy1DicAI/GP2ARpgIhAMryshkv+7NaQD91+l0GVgaJFEVK43Uc081CN+MDFf0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2830578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLeGQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrSxAAn+KRGEK872SpnP1FgI+S1GpQDNHvHa9wWdwq7oAVYNDKZUQi\r\nCBkXXx0eRREZox6kaWKjhibIiv5CT+OxSl8XAwnIdBgAlAfty2rbfMFaYGZX\r\nLD5S3yabnY+gK8bd7y2WXl1mUi31XRwlh/v6nPhdG7cU6GhadUB+bBVzHroL\r\n80FB9bH/tl7to/F0jm7uThPdxCUJ+XiKz9BjheSpgAWRiiAGbG2TZDUje5IM\r\nHCGk1w6olY5x/PFYuu1jFLOs1j4JxLV5VexNECqpnthsM2IgstszLtV8BBXY\r\nkCN7f0v5B7EO/U/6O8j9J/UXJoIMGKVF6zOV/FDZOJa5hvrdI7grRhkt9+Ui\r\nOl7D4vDH/P9G+mg20NE8sUU1/pjwpwRT/2FA4JJR3TJq6l3gnLPHk0SjG/J5\r\nys9JxJJi9oFgrfw35a2SBsF4vW9P822nWhFNT3mKYRbf5Nh785dBkAZmXb9s\r\nWFui9fSpWt15J6z2kFfcEwE86gbuq0mSNZa1a8mKIjoRAKMljZeGmYdjmUkN\r\nqoDFejnufTHNCIn/U3fThVJsribjgyWQ6+iRwsA7GAcQOSw7L1RZua3oXC+y\r\n6jt7R3qGotaUVREbAUdGb77rX/Yakq2AmPy6lM9Z9cZrvIkaRFLFQdp3Cqqk\r\ngswDSndPzl4bEEwZqod/kTu7qxJDLgV5sY4=\r\n=cbQb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"1ba62d0c8eee1208743fc4ad09526203fa5d63fd","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.js ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"8.19.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.9.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.js ./types/test/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.js ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.29.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.29.0":"npm install ramda@0.29.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.7","glob":"=9.3.4","husky":"8.0.3","jsdoc":"=4.0.2","mocha":"=10.2.0","monet":"0.9.3","ramda":"=0.29.0","sinon":"=15.0.3","assert":"=2.0.0","eslint":"=8.37.0","rimraf":"4.4.1","testem":"=3.10.1","codecov":"3.8.3","core-js":"=3.30.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.77.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=2.8.7","@babel/cli":"7.21.0","typescript":"=4.9.5","@babel/core":"=7.21.4","license-cli":"1.1.6","lint-staged":"13.2.0","webpack-cli":"5.0.1","babel-loader":"=9.1.2","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.21.0","@commitlint/cli":"=17.5.1","@babel/preset-env":"=7.21.4","eslint-plugin-mocha":"=10.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.13.11","eslint-plugin-import":"=2.27.5","mocha-junit-reporter":"2.2.0","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.7","eslint-config-prettier":"=8.8.0","eslint-plugin-prettier":"4.2.1","@typescript-eslint/parser":"=5.57.1","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"2.2.2","@commitlint/config-conventional":"=17.4.4","@typescript-eslint/eslint-plugin":"=5.57.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.21.2"},"peerDependencies":{"ramda":">= 0.29.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_4.0.0_1680728464275_0.8260437038738451","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"ramda-adjunct","version":"4.1.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@4.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"80bad18dab27aea28f2482a0c6e3beb075c69b86","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-4.1.0.tgz","fileCount":735,"integrity":"sha512-b43+fO08lDfYl/a9WumIxInNAFSBGLz+BezH7Q5q9MpDXOdqzz5qC2jSON7Yz6bkxj0xdjTlXCRce1Srbp4CjA==","signatures":[{"sig":"MEUCIQC7xGZs7sq82mDdYDynFxsY8N+BB2iNUGzIuhyr4+WbZgIgVR8pzN8lJ4CzCqGWnQzd7GxGi65CednHboIRR3JyAPw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2899480},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"73a45eaae544b65ff96f874b5bbbd14fd7bcb971","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.js ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"9.6.7","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.17.1","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.js ./types/test/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.js ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.29.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.29.0":"npm install ramda@0.29.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.7","glob":"=10.3.3","husky":"8.0.3","jsdoc":"=4.0.2","mocha":"=10.2.0","monet":"0.9.3","ramda":"=0.29.0","sinon":"=15.2.0","assert":"=2.0.0","eslint":"=8.47.0","rimraf":"5.0.1","testem":"=3.10.1","codecov":"3.8.3","core-js":"=3.32.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.88.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=3.0.2","@babel/cli":"7.22.10","typescript":"=5.1.6","@babel/core":"=7.22.10","lint-staged":"14.0.0","webpack-cli":"5.1.4","babel-loader":"=9.1.3","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.22.5","@commitlint/cli":"=17.7.1","@babel/preset-env":"=7.22.10","eslint-plugin-mocha":"=10.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.14.0","eslint-plugin-import":"=2.28.0","mocha-junit-reporter":"2.2.1","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.2","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.9","eslint-config-prettier":"=9.0.0","eslint-plugin-prettier":"5.0.0","@typescript-eslint/parser":"=6.4.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"3.0.0","@commitlint/config-conventional":"=17.7.0","@typescript-eslint/eslint-plugin":"=6.4.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.22.5"},"peerDependencies":{"ramda":">= 0.29.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_4.1.0_1692364156726_0.48115494142527715","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"ramda-adjunct","version":"4.1.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@4.1.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"085ca9a7bf19857378eff648f9852b15136dc66f","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-4.1.1.tgz","fileCount":733,"integrity":"sha512-BnCGsZybQZMDGram9y7RiryoRHS5uwx8YeGuUeDKuZuvK38XO6JJfmK85BwRWAKFA6pZ5nZBO/HBFtExVaf31w==","signatures":[{"sig":"MEUCIQCANp9ZmhDVVWmka80vSPzX+n+vvK+4F8eA+uLsXbPkbQIgIRG6DkZI+lnfPDLyGqhSuCigVd2VHFuB9WUcRQtIm0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2963996},"main":"./lib/index.js","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"029ddc324b0c557b90f648358976e3c7fee0240e","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"better-npm-run test","build":"better-npm-run build","clean":"better-npm-run clean","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.js ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"9.6.7","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.17.1","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.js ./types/test/**/*.ts","test":{"env":{"BABEL_ENV":"commonjs"},"command":"mocha"},"build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.js ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.js --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.29.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.29.0":"npm install ramda@0.29.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.js --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"4.3.7","glob":"=10.3.3","husky":"8.0.3","jsdoc":"=4.0.2","mocha":"=10.2.0","monet":"0.9.3","ramda":"=0.29.0","sinon":"=15.2.0","assert":"=2.0.0","eslint":"=8.47.0","rimraf":"5.0.1","testem":"=3.10.1","codecov":"3.8.3","core-js":"=3.32.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.88.2","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=3.0.2","@babel/cli":"7.22.10","typescript":"=5.1.6","@babel/core":"=7.22.10","lint-staged":"14.0.0","webpack-cli":"5.1.4","babel-loader":"=9.1.3","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.22.5","@commitlint/cli":"=17.7.1","@babel/preset-env":"=7.22.10","eslint-plugin-mocha":"=10.1.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.14.0","eslint-plugin-import":"=2.28.1","mocha-junit-reporter":"2.2.1","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.2","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.9","eslint-config-prettier":"=9.0.0","eslint-plugin-prettier":"5.0.0","@typescript-eslint/parser":"=6.4.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"3.0.0","@commitlint/config-conventional":"=17.7.0","@typescript-eslint/eslint-plugin":"=6.4.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.22.5"},"peerDependencies":{"ramda":">= 0.29.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_4.1.1_1692611923593_0.834842201522046","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"ramda-adjunct","version":"5.0.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@5.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"d24af800f198c69174d8a437476030450d63fd9d","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.0.0.tgz","fileCount":729,"integrity":"sha512-iEehjqp/ZGjYZybZByDaDu27c+79SE7rKDcySLdmjAwKWkz6jNhvGgZwzUGaMsij8Llp9+1N1Gy0drpAq8ZSyA==","signatures":[{"sig":"MEUCIB5aO02nsaD6rNNQcjqQgCtT64Wgbg1hHn4nAsB9QdW+AiEAy80nX2kPuHRzcUmiyI49hBccZmjHPM7PIL1fDf2NA8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1256178},"main":"./lib/index.js","type":"module","types":"types/index.d.ts","module":"./es/index.js","engines":{"node":">=0.10.3"},"exports":{".":{"types":"./types/index.d.ts","import":"./es/index.js","require":"./lib/index.js"},"./es/*":"./es/*.js","./lib/*":"./lib/*.js"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"285091e1a6e275733edd36c9e27c3d593ce51778","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"mocha","build":"better-npm-run build","clean":"better-npm-run clean","prepare":"husky","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.cjs ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"9.6.7","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"18.17.1","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.cjs","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.cjs ./types/test/**/*.ts","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.cjs ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.cjs --progress","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.30.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib && echo '{\"type\": \"commonjs\"}' > ./lib/package.json"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.30.0":"npm install ramda@0.30.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.cjs --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"5.1.0","glob":"=10.3.12","husky":"9.0.11","jsdoc":"=4.0.2","mocha":"=10.4.0","monet":"0.9.3","ramda":"=0.30.0","sinon":"=17.0.1","assert":"=2.1.0","eslint":"=8.57.0","rimraf":"5.0.5","testem":"=3.13.0","codecov":"3.8.3","core-js":"=3.37.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.91.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=3.2.5","@babel/cli":"7.24.1","typescript":"=5.4.5","@babel/core":"=7.24.4","lint-staged":"15.2.2","webpack-cli":"5.1.4","babel-loader":"=9.1.3","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.23.7","@commitlint/cli":"=19.3.0","@babel/preset-env":"=7.24.4","eslint-plugin-mocha":"=10.4.3","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.14.1","eslint-plugin-import":"=2.29.1","mocha-junit-reporter":"2.2.1","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.2","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.10","eslint-config-prettier":"=9.1.0","eslint-plugin-prettier":"5.1.3","@typescript-eslint/parser":"=7.7.1","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"4.1.0","@commitlint/config-conventional":"=19.2.2","@typescript-eslint/eslint-plugin":"=7.7.1","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.24.1"},"peerDependencies":{"ramda":">= 0.30.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_5.0.0_1714403930277_0.766391120888761","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"ramda-adjunct","version":"5.0.1","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@5.0.1","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"6e4b5ba792ad67138e0e322eb6e59f7892ee26ca","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.0.1.tgz","fileCount":491,"integrity":"sha512-UTQCcWnoiuYH+ua+jGg3GTktcmCSD2W7OO2++tmv8p2Ze+N9VgVACERg4g36rRfIXklVMtqazyBLBWXfoPKgRQ==","signatures":[{"sig":"MEUCIFVs4qZSJ7t3VCtkcvhOhAhB4RF5jLD0j+m/8zX0CbkgAiEAxd9vc9E0iRu47meO6cjqJ0Rb9LL0y6efdN9JmJhkvsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2681329},"main":"./lib/index.js","type":"module","types":"types/index.d.ts","unpkg":"./dist/RA.web.standalone.min.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"exports":{".":{"types":"./types/index.d.ts","import":"./es/index.js","require":"./lib/index.js"},"./es/*":"./es/*.js","./lib/*":"./lib/*.js","./dist/*":"./dist/*"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"bfb6523c6e685ee18376685d9703dac5e93a9cdb","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"mocha","build":"better-npm-run build","clean":"better-npm-run clean","prepare":"husky","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.cjs ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"jsdelivr":"./dist/RA.web.standalone.min.js","collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"10.7.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"22.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.cjs","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.cjs ./types/test/**/*.ts","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.cjs ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.cjs --progress && echo '{\"type\": \"commonjs\"}' > ./dist/package.json","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.30.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib && echo '{\"type\": \"commonjs\"}' > ./lib/package.json"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.30.0":"npm install ramda@0.30.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.cjs --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","chai":"5.1.1","glob":"=10.4.1","husky":"9.0.11","jsdoc":"=4.0.3","mocha":"=10.4.0","monet":"0.9.3","ramda":"=0.30.0","sinon":"=17.0.2","assert":"=2.1.0","eslint":"=8.57.0","rimraf":"5.0.7","testem":"=3.14.0","codecov":"3.8.3","core-js":"=3.37.1","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.91.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=3.2.5","@babel/cli":"7.24.6","typescript":"=5.4.5","@babel/core":"=7.24.6","lint-staged":"15.2.5","webpack-cli":"5.1.4","babel-loader":"=9.1.3","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.24.6","@commitlint/cli":"=19.3.0","@babel/preset-env":"=7.24.6","eslint-plugin-mocha":"=10.4.3","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.14.1","eslint-plugin-import":"=2.29.1","mocha-junit-reporter":"2.2.1","babel-plugin-istanbul":"6.1.1","eslint-plugin-dtslint":"=3.0.2","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.10","eslint-config-prettier":"=9.1.0","eslint-plugin-prettier":"5.1.3","@typescript-eslint/parser":"=7.11.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"5.0.0","@commitlint/config-conventional":"=19.2.2","@typescript-eslint/eslint-plugin":"=7.11.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.24.6"},"peerDependencies":{"ramda":">= 0.30.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_5.0.1_1717396441210_0.19950582332796785","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"ramda-adjunct","version":"5.1.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@5.1.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"dist":{"shasum":"c1281100922b03e74b1535cb9c966628697c5cc1","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-5.1.0.tgz","fileCount":491,"integrity":"sha512-8qCpl2vZBXEJyNbi4zqcgdfHtcdsWjOGbiNSEnEBrM6Y0OKOT8UxJbIVGm1TIcjaSu2MxaWcgtsNlKlCk7o7qg==","signatures":[{"sig":"MEUCICwWaxgyKUaWo/siQ/Ig7f+WpUfV89xtGlK171zhUPFlAiEA1Ve+E1OXm/BAMmTmVgLcATqJ2f7F/sQktqOGBMFFXfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2680843},"main":"./lib/index.js","type":"module","types":"types/index.d.ts","unpkg":"./dist/RA.web.standalone.min.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"exports":{".":{"types":"./types/index.d.ts","import":"./es/index.js","require":"./lib/index.js"},"./es/*":"./es/*.js","./lib/*":"./lib/*.js","./dist/*":"./dist/*"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"232a7eb8152196b73786296dd1a81b36f1fa1a02","scripts":{"docs":"better-npm-run docs","lint":"better-npm-run lint","test":"mocha","build":"better-npm-run build","clean":"better-npm-run clean","prepare":"husky","build:es":"better-npm-run build:es","coverage":"better-npm-run coverage","lint:fix":"better-npm-run lint:fix","test:web":"better-npm-run test:web","build:umd":"better-npm-run build:umd","changelog":"better-npm-run changelog","test:ramda":"bnr test:ramda","test:types":"eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.cjs ./types/test/*.ts","build:commonjs":"better-npm-run build:commonjs","prepublishOnly":"better-npm-run prepublishOnly","test:bundle-clean":"better-npm-run test:bundle-clean","test:bundle-create":"better-npm-run test:bundle-create"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"jsdelivr":"./dist/RA.web.standalone.min.js","collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"10.7.0","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"22.1.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","betterScripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.cjs","lint":"eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.cjs ./types/test/**/*.ts","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","build:es":{"env":{"BABEL_ENV":"es"},"command":"babel src --out-dir es"},"coverage":{"env":{"BABEL_ENV":"coverage"},"command":"nyc mocha"},"lint:fix":"eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.cjs ./types/test/**/*.ts","test:web":"testem ci","build:umd":"webpack --config webpack.config.cjs --progress && echo '{\"type\": \"commonjs\"}' > ./dist/package.json","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"bnr test:ramda0.30.0","build:commonjs":{"env":{"BABEL_ENV":"commonjs"},"command":"babel src --out-dir lib && echo '{\"type\": \"commonjs\"}' > ./lib/package.json"},"prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:ramda0.30.0":"npm install ramda@0.30.0 && npm test","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.cjs --progress"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"17.0.0","chai":"5.1.1","glob":"=11.0.0","husky":"9.1.4","jsdoc":"=4.0.3","mocha":"=10.7.3","monet":"0.9.3","ramda":"=0.30.1","sinon":"=18.0.0","assert":"=2.1.0","eslint":"=8.57.0","rimraf":"6.0.1","testem":"=3.15.1","codecov":"3.8.3","core-js":"=3.38.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.1","webpack":"=5.93.0","folktale":"=2.3.2","istanbul":"=0.4.5","jsverify":"0.8.4","prettier":"=3.3.3","@babel/cli":"7.24.8","typescript":"=5.5.4","@babel/core":"=7.25.2","lint-staged":"15.2.8","webpack-cli":"5.1.4","babel-loader":"=9.1.3","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","better-npm-run":"0.1.1","sanctuary-show":"3.0.0","@babel/register":"7.24.6","@commitlint/cli":"=19.4.0","@babel/preset-env":"=7.25.3","eslint-plugin-mocha":"=10.5.0","eslint-plugin-ramda":"2.5.1","regenerator-runtime":"=0.14.1","eslint-plugin-import":"=2.29.1","mocha-junit-reporter":"2.2.1","babel-plugin-istanbul":"7.0.0","eslint-plugin-dtslint":"=3.0.2","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.10","eslint-config-prettier":"=9.1.0","eslint-plugin-prettier":"5.2.1","@typescript-eslint/parser":"=7.18.0","eslint-config-airbnb-base":"=15.0.0","conventional-changelog-cli":"5.0.0","@commitlint/config-conventional":"=19.2.2","@typescript-eslint/eslint-plugin":"=7.18.0","babel-plugin-annotate-pure-calls":"0.4.0","@babel/plugin-transform-modules-commonjs":"=7.24.8"},"peerDependencies":{"ramda":">= 0.30.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_5.1.0_1723293328395_0.0860956348960844","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"ramda-adjunct","version":"6.0.0","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"author":{"url":"https://www.linkedin.com/in/vladimirgorej/","name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com"},"license":"BSD-3-Clause","_id":"ramda-adjunct@6.0.0","maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"contributors":[{"url":"https://github.com/srghma","name":"Sergey Homa"},{"url":"https://github.com/Undistraction","name":"Pedr Browne"},{"url":"https://github.com/rockymadden","name":"Rocky Madden"},{"url":"https://github.com/guillaumearm","name":"Guillaume ARM","email":"trapcodien@gmail.com"},{"url":"https://github.com/js636f","name":"Alexander Zaika","email":"js636f@gmail.com"}],"homepage":"https://github.com/char0n/ramda-adjunct","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"tsd":{"directory":"types/test","typingsFile":"types/index.d.ts","compilerOptions":{"paths":{"ramda-adjunct":["types/index.d.ts"]},"strict":true,"baseUrl":"."}},"dist":{"shasum":"1b8fce58babaf049356a7f1b4afda71bb749929b","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-6.0.0.tgz","fileCount":489,"integrity":"sha512-mdGCk0Gj3nQQ7lJ2XfuOFsc3GtfAn5jJWcQ/FuEPvP8E+gaXQ+z+3y/HtKGoYkrOWgE645VCdK54GNvKkXYQlw==","signatures":[{"sig":"MEYCIQCWSF6jBhC9e4u3NuZY7GC1WAdhY7s5gOKA0EbOvOHE5AIhAJtETiVkn7q+ccbnprrFRYHj1Rw07B4EzXpBr33qFhwc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2674472},"main":"./lib/index.js","type":"module","types":"types/index.d.ts","unpkg":"./dist/RA.web.standalone.min.js","module":"./es/index.js","engines":{"node":">=0.10.3"},"exports":{".":{"types":"./types/index.d.ts","import":"./es/index.js","require":"./lib/index.js"},"./es/*":"./es/*.js","./lib/*":"./lib/*.js","./dist/*":"./dist/*"},"funding":{"url":"https://opencollective.com/ramda-adjunct","type":"opencollective"},"gitHead":"f3fcba199f355c5a99f156af6329ad6dfabb4cc7","scripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.cjs","lint":"eslint .","test":"mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","prepare":"husky","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","coverage":"c8 mocha","lint:fix":"eslint --fix .","test:web":"testem ci","build:umd":"webpack --config webpack.config.cjs --progress && echo '{\"type\": \"commonjs\"}' > ./dist/package.json","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test:ramda":"npm i --no-save ramda@0.32.0 && npm test","test:types":"tsd","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib && echo '{\"type\": \"commonjs\"}' > ./lib/package.json","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","test:bundle-clean":"rimraf tmp-test-bundle.js","test:bundle-create":"webpack --config webpack.config-test.web.cjs --progress"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"jsdelivr":"./dist/RA.web.standalone.min.js","collective":{"url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt","type":"opencollective"},"repository":{"url":"git://github.com/char0n/ramda-adjunct.git","type":"git"},"_npmVersion":"11.6.1","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","directories":{},"jsnext:main":"./es/index.js","sideEffects":false,"_nodeVersion":"24.10.0","browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","_hasShrinkwrap":false,"devDependencies":{"c8":"10.1.3","tsd":"0.32.0","chai":"6.2.1","glob":"=13.0.0","husky":"9.1.7","jsdoc":"=4.0.5","mocha":"=11.7.5","monet":"0.9.3","ramda":"=0.32.0","sinon":"=21.0.0","assert":"=2.1.0","eslint":"^9.39.1","rimraf":"6.1.2","testem":"=3.17.0","core-js":"=3.47.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","process":"=0.11.10","taffydb":"npm:@jsdoc/salty@0.2.9","webpack":"=5.103.0","folktale":"=2.3.2","jsverify":"0.8.4","prettier":"=3.7.4","cross-env":"7.0.3","@babel/cli":"7.28.3","@eslint/js":"^9.39.1","typescript":"=5.9.3","@babel/core":"=7.28.5","lint-staged":"16.2.7","webpack-cli":"6.0.1","babel-loader":"=10.0.0","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","ramda-fantasy":"=0.8.0","sanctuary-show":"3.0.0","@babel/register":"7.28.3","@commitlint/cli":"=20.2.0","@babel/preset-env":"=7.28.5","eslint-plugin-mocha":"^11.2.0","eslint-plugin-ramda":"^2.5.1","regenerator-runtime":"=0.14.1","mocha-junit-reporter":"2.2.1","mocha-multi-reporters":"1.5.1","terser-webpack-plugin":"5.3.16","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.16.0","eslint-plugin-prettier":"^5.5.4","@typescript-eslint/parser":"^8.32.1","conventional-changelog-cli":"5.0.0","@commitlint/config-conventional":"=20.2.0","@typescript-eslint/eslint-plugin":"^8.32.1","babel-plugin-annotate-pure-calls":"0.5.0","@babel/plugin-transform-modules-commonjs":"=7.27.1"},"peerDependencies":{"ramda":">= 0.32.0"},"tonicExampleFilename":"tonicExample.js","_npmOperationalInternal":{"tmp":"tmp/ramda-adjunct_6.0.0_1765647101572_0.193057563159581","host":"s3://npm-registry-packages-npm-production"}},"6.1.0":{"name":"ramda-adjunct","description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"version":"6.1.0","homepage":"https://github.com/char0n/ramda-adjunct","license":"BSD-3-Clause","repository":{"type":"git","url":"git://github.com/char0n/ramda-adjunct.git"},"funding":{"type":"opencollective","url":"https://opencollective.com/ramda-adjunct"},"engines":{"node":">=0.10.3"},"author":{"name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com","url":"https://www.linkedin.com/in/vladimirgorej/"},"contributors":[{"name":"Sergey Homa","url":"https://github.com/srghma"},{"name":"Pedr Browne","url":"https://github.com/Undistraction"},{"name":"Rocky Madden","url":"https://github.com/rockymadden"},{"name":"Guillaume ARM","email":"trapcodien@gmail.com","url":"https://github.com/guillaumearm"},{"name":"Alexander Zaika","email":"js636f@gmail.com","url":"https://github.com/js636f"}],"sideEffects":false,"type":"module","main":"./lib/index.js","module":"./es/index.js","jsnext:main":"./es/index.js","unpkg":"./dist/RA.web.standalone.min.js","jsdelivr":"./dist/RA.web.standalone.min.js","types":"types/index.d.ts","exports":{".":{"import":"./es/index.js","require":"./lib/index.js","types":"./types/index.d.ts"},"./es/*":"./es/*.js","./lib/*":"./lib/*.js","./dist/*":"./dist/*"},"scripts":{"docs":"jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.cjs","lint":"eslint .","lint:fix":"eslint --fix .","changelog":"conventional-changelog -p angular -i ./CHANGELOG.md -s","test":"mocha","test:web":"testem ci","test:ramda":"npm i --no-save ramda@0.32.0 && npm test","test:types":"tsd","test:bundle-create":"webpack --config webpack.config-test.web.cjs --progress","test:bundle-clean":"rimraf tmp-test-bundle.js","coverage":"c8 mocha","build":"npm run build:es && npm run build:commonjs && npm run build:umd","build:es":"cross-env BABEL_ENV=es babel src --out-dir es","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib && echo '{\"type\": \"commonjs\"}' > ./lib/package.json","build:umd":"webpack --config webpack.config.cjs --progress && echo '{\"type\": \"commonjs\"}' > ./dist/package.json","prepublishOnly":"npm run clean && npm run lint && npm run test && npm run build && npm run docs","clean":"rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es","prepare":"husky"},"peerDependencies":{"ramda":">= 0.32.0"},"devDependencies":{"@babel/cli":"7.28.6","@babel/core":"=7.29.0","@babel/plugin-transform-modules-commonjs":"=7.28.6","@babel/preset-env":"=7.29.0","@babel/register":"7.28.6","@commitlint/cli":"=20.4.1","@commitlint/config-conventional":"=20.4.1","@eslint/js":"^10.0.1","@typescript-eslint/eslint-plugin":"^8.60.1","@typescript-eslint/parser":"^8.60.1","assert":"=2.1.0","babel-loader":"=10.0.0","babel-plugin-annotate-pure-calls":"0.5.0","c8":"10.1.3","chai":"6.2.2","conventional-changelog-cli":"5.0.0","core-js":"=3.48.0","cross-env":"10.1.0","docdash":"git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185","eslint":"^10.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.16.2","eslint-plugin-mocha":"^11.2.0","eslint-plugin-prettier":"^5.5.4","eslint-plugin-ramda":"^2.5.1","fantasy-land":"5.0.1","fantasy-laws":"=2.0.1","folktale":"=2.3.2","glob":"=13.0.1","husky":"9.1.7","jsdoc":"=4.0.5","jsverify":"0.8.4","lint-staged":"16.2.7","mocha":"=11.7.5","mocha-junit-reporter":"2.2.1","mocha-multi-reporters":"1.5.1","monet":"0.9.3","prettier":"=3.8.1","process":"=0.11.10","ramda":"=0.32.0","ramda-fantasy":"=0.8.0","regenerator-runtime":"=0.14.1","rimraf":"6.1.2","sanctuary-show":"3.0.0","sinon":"=21.0.1","taffydb":"npm:@jsdoc/salty@0.2.9","terser-webpack-plugin":"5.3.16","testem":"=3.20.1","tsd":"0.33.0","typescript":"=5.9.3","webpack":"=5.105.0","webpack-cli":"6.0.1"},"tsd":{"directory":"types/test","typingsFile":"types/index.d.ts","compilerOptions":{"strict":true,"baseUrl":".","paths":{"ramda-adjunct":["types/index.d.ts"]}}},"browserslist":"> 0.25%, ie 10, ie 11, not op_mini all","tonicExampleFilename":"tonicExample.js","collective":{"type":"opencollective","url":"https://opencollective.com/ramda-adjunct","logo":"https://opencollective.com/ramda-adjunct/logo.txt"},"gitHead":"f484922af59e450a5c03dabf821ee34d04eada32","_id":"ramda-adjunct@6.1.0","bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"_nodeVersion":"24.10.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-G8gZ69zOobM1SFgc9V5Ggy+kFusdPgOQHB60CcxoJWoD6t1DlnCFYeLGhlvyLWiI7AYwPVeMKqamA8Yr2lz66g==","shasum":"557a0f6be01c7fb29e250befe2de4d1828ced9e9","tarball":"https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-6.1.0.tgz","fileCount":489,"unpackedSize":2669625,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC/j5Do2Mn0N6KdT2omYqnY6NQtd9gntgjZNtFhts3zJgIgNOgFVCjXPZyUA7+mFsMeA9StCv9szHEadXj8hXqvUkk="}]},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"directories":{},"maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ramda-adjunct_6.1.0_1780520206851_0.9314335808716925"},"_hasShrinkwrap":false}},"time":{"created":"2017-02-09T17:22:33.314Z","modified":"2026-06-03T20:56:47.455Z","0.1.0":"2017-02-09T17:22:33.314Z","0.2.0":"2017-02-13T18:32:20.178Z","0.3.0":"2017-02-16T19:41:28.878Z","0.5.0":"2017-02-27T20:42:36.092Z","0.4.0":"2017-02-27T20:44:40.870Z","0.5.1":"2017-03-06T19:15:08.540Z","0.6.0":"2017-03-16T19:42:26.595Z","0.7.0":"2017-03-26T17:50:27.982Z","1.0.0":"2017-04-02T18:52:07.022Z","1.1.0":"2017-04-09T19:41:52.433Z","1.2.0":"2017-04-16T21:31:33.194Z","1.3.1":"2017-04-20T11:15:53.829Z","1.3.2":"2017-04-23T13:03:21.835Z","1.4.0":"2017-04-28T14:29:33.892Z","1.5.0":"2017-05-10T17:36:46.224Z","1.6.0":"2017-05-16T22:16:15.237Z","1.7.0":"2017-05-18T08:22:28.378Z","1.8.0":"2017-05-22T19:09:22.449Z","1.8.1":"2017-05-23T15:29:40.035Z","1.9.0":"2017-06-14T20:07:11.799Z","1.10.0":"2017-06-20T13:44:00.274Z","1.10.1":"2017-06-20T13:50:40.242Z","1.10.2":"2017-06-20T13:59:32.227Z","1.11.0":"2017-07-23T09:06:25.032Z","1.12.0":"2017-07-30T18:40:37.102Z","1.13.0":"2017-08-15T07:20:23.511Z","1.14.0":"2017-08-25T14:15:26.964Z","1.15.0":"2017-09-10T19:44:34.090Z","1.16.0":"2017-09-19T19:02:18.567Z","1.17.0":"2017-09-24T16:50:59.132Z","1.18.0":"2017-10-15T19:58:28.334Z","1.19.0":"2017-10-31T21:26:20.118Z","2.0.0":"2017-11-19T17:25:30.102Z","2.1.0":"2017-12-04T20:12:53.410Z","2.2.0":"2017-12-24T10:07:19.938Z","2.3.0":"2018-01-14T21:04:41.694Z","2.4.0":"2018-01-24T20:11:10.151Z","2.4.1":"2018-01-25T13:13:30.067Z","2.5.0":"2018-02-14T20:58:56.301Z","2.6.0":"2018-03-19T02:06:10.039Z","2.7.0":"2018-04-25T05:26:56.398Z","2.8.0":"2018-05-13T19:36:39.148Z","2.9.0":"2018-05-29T18:54:15.280Z","2.10.0":"2018-09-09T17:42:26.422Z","2.11.0":"2018-10-28T10:17:49.712Z","2.12.0":"2018-11-25T16:16:15.846Z","2.13.0":"2018-12-08T09:10:17.111Z","2.14.0":"2019-01-24T20:24:41.406Z","2.15.0":"2019-02-10T13:20:25.354Z","2.16.0":"2019-02-17T11:17:03.733Z","2.16.1":"2019-02-19T07:34:14.954Z","2.17.0":"2019-04-14T19:57:47.235Z","2.18.0":"2019-05-26T19:14:14.907Z","2.19.0":"2019-08-12T16:22:33.110Z","2.19.1":"2019-08-27T21:07:41.474Z","2.19.2":"2019-08-27T21:19:05.055Z","2.19.3":"2019-08-28T09:14:05.858Z","2.20.0":"2019-09-08T16:24:36.808Z","2.21.0":"2019-09-25T13:27:32.423Z","2.22.0":"2019-11-01T10:19:26.399Z","2.22.1":"2019-11-06T15:11:32.901Z","2.23.0":"2019-11-25T10:26:26.322Z","2.24.0":"2020-01-15T09:10:08.038Z","2.25.0":"2020-02-04T17:47:47.374Z","2.26.0":"2020-03-16T19:46:15.587Z","2.27.0":"2020-05-23T08:33:39.536Z","2.28.0":"2020-09-13T15:19:33.830Z","2.29.0":"2020-12-13T20:09:26.748Z","2.30.0":"2020-12-27T10:22:30.830Z","2.31.0":"2021-02-21T11:06:20.326Z","2.31.1":"2021-02-21T13:01:34.596Z","2.32.0":"2021-04-10T08:40:42.754Z","2.33.0":"2021-05-22T10:22:32.043Z","2.34.0":"2021-09-29T19:24:49.228Z","2.35.0":"2021-11-01T20:34:11.708Z","2.36.0":"2022-01-17T21:03:30.401Z","3.0.0":"2022-01-17T22:24:01.531Z","3.1.0":"2022-04-24T17:02:55.096Z","3.2.0":"2022-06-18T17:55:10.918Z","3.3.0":"2022-09-18T15:54:57.281Z","3.4.0":"2022-12-03T10:48:19.169Z","4.0.0":"2023-04-05T21:01:04.729Z","4.1.0":"2023-08-18T13:09:17.041Z","4.1.1":"2023-08-21T09:58:44.033Z","5.0.0":"2024-04-29T15:18:50.557Z","5.0.1":"2024-06-03T06:34:01.482Z","5.1.0":"2024-08-10T12:35:28.568Z","6.0.0":"2025-12-13T17:31:41.799Z","6.1.0":"2026-06-03T20:56:47.006Z"},"bugs":{"url":"https://github.com/char0n/ramda-adjunct/issues"},"author":{"name":"Vladimir Gorej","email":"vladimir.gorej@gmail.com","url":"https://www.linkedin.com/in/vladimirgorej/"},"license":"BSD-3-Clause","homepage":"https://github.com/char0n/ramda-adjunct","keywords":["ramda","utils","utilities","toolkit","extensions","addons","adjunct","recipes","extras","cookbook","functional"],"repository":{"type":"git","url":"git://github.com/char0n/ramda-adjunct.git"},"description":"Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.","contributors":[{"name":"Sergey Homa","url":"https://github.com/srghma"},{"name":"Pedr Browne","url":"https://github.com/Undistraction"},{"name":"Rocky Madden","url":"https://github.com/rockymadden"},{"name":"Guillaume ARM","email":"trapcodien@gmail.com","url":"https://github.com/guillaumearm"},{"name":"Alexander Zaika","email":"js636f@gmail.com","url":"https://github.com/js636f"}],"maintainers":[{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"readme":"[![Node.js workflow](https://github.com/char0n/ramda-adjunct/actions/workflows/nodejs.yaml/badge.svg)](https://github.com/char0n/ramda-adjunct/actions)\n[![codecov](https://codecov.io/gh/char0n/ramda-adjunct/branch/master/graph/badge.svg)](https://codecov.io/gh/char0n/ramda-adjunct)\n[![jsdoc](https://img.shields.io/badge/docs-100%25-green.svg)](https://char0n.github.io/ramda-adjunct/)\n[![npmversion](https://badge.fury.io/js/ramda-adjunct.svg)](https://www.npmjs.com/package/ramda-adjunct)\n[![npm](https://img.shields.io/npm/dm/ramda-adjunct.svg)](https://www.npmjs.com/package/ramda-adjunct)\n[![](https://data.jsdelivr.com/v1/package/npm/ramda-adjunct/badge)](https://www.jsdelivr.com/package/npm/ramda-adjunct)\n[![Dependabot enabled](https://img.shields.io/badge/Dependabot-enabled-blue.svg)](https://dependabot.com/)\n[![startwithwhy](https://img.shields.io/badge/start%20with-why%3F-brightgreen.svg?style=flat)](https://www.linkedin.com/pulse/ramda-adjunct-vladim%C3%ADr-gorej)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/char0n/ramda-adjunct/issues)\n[![try on RunKit](https://img.shields.io/badge/try%20on-RunKit-brightgreen.svg?style=flat)](https://npm.runkit.com/ramda-adjunct)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fchar0n%2Framda-adjunct.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fchar0n%2Framda-adjunct?ref=badge_shield)\n[![Backers on Open Collective](https://opencollective.com/ramda-adjunct/backers/badge.svg)](#backers)\n[![Sponsors on Open Collective](https://opencollective.com/ramda-adjunct/sponsors/badge.svg)](#sponsors)\n[![Join the chat at https://gitter.im/ramda-adjunct/Lobby](https://badges.gitter.im/ramda-adjunct/Lobby.svg)](https://gitter.im/ramda-adjunct/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![Open Source Helpers](https://www.codetriage.com/char0n/ramda-adjunct/badges/users.svg)](https://www.codetriage.com/char0n/ramda-adjunct)\n[![Tidelift](https://tidelift.com/badges/package/npm/ramda-adjunct)](https://tidelift.com/subscription/pkg/npm-ramda-adjunct?utm_source=npm-ramda-adjunct&utm_medium=referral&utm_campaign=readme)\n\n# Ramda Adjunct [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Start%20your%20functional%20programming%20journey%20in%20JavaScript%20with%20ramda%20%2B%20ramda-adjunct&url=https%3A%2F%2Fgithub.com%2Fchar0n%2Framda-adjunct&via=vladimirgorej&hashtags=functional,javascript,ramda,utilities,addons)\n\n<p align=\"center\"><img src=\"https://raw.githubusercontent.com/char0n/ramda-adjunct/master/logo.jpg\" width=\"250\" height=\"200\" /></p>\n\n\nRamda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.\n\nFor a full list of functions see the [**Documentation For The Latest Release**](https://char0n.github.io/ramda-adjunct).\n\nAdjunct is a thing added to something else as a supplementary rather than an essential part. And that something is being ramda.\n\nFollow Ramda Adjunct on [**medium.com/ramda-adjunct**](https://medium.com/ramda-adjunct) to read latest news and\narticles about the library.\n\n<table>\n  <tr>\n    <td align=\"right\" valign=\"middle\">\n        <img src=\"https://raw.githubusercontent.com/char0n/ramda-adjunct/master/assets/tidelift.webp\" alt=\"Tidelift\" width=\"60\" />\n      </td>\n      <td valign=\"middle\">\n        <a href=\"https://tidelift.com/subscription/pkg/npm-ramda-adjunct?utm_source=npm-ramda-adjunct&utm_medium=referral&utm_campaign=readme\">\n            Get professionally supported ramda-adjunct with Tidelift Subscription.\n        </a>\n      </td>\n  </tr>\n</table>\n\n### Getting Started\n\n### Installation\n\n```sh\nnpm i ramda-adjunct\n```\nor\n```sh\nyarn add ramda-adjunct\n```\n\n### Usage\n\n#### ES6\n\n```javascript\nimport * as RA from 'ramda-adjunct'\n\nRA.isArray([]);\n```\nor\n```javascript\nimport { isArray } from 'ramda-adjunct';\n\nisArray([]);\n```\n\n#### Node\n\n```javascript\nconst RA = require('ramda-adjunct');\n\nRA.isArray([]);\n```\nor\n```javascript\nconst { isArray } = require('ramda-adjunct');\n\nisArray([]);\n```\n\n#### Web browser\n\n```html\n<script src=\"ramda.js\"></script>\n<script src=\"RA.web.js\"></script>\n```\nor\n```html\n<script src=\"RA.web.standalone.js\"></script>\n```\n\nIncluding Ramda Adjunct into HTML document exposes global variable **RA** on `window` object.\n\n```javascript\nRA.isArray([]);\n```\n\n## Motivation\n\nIt's very common for people to create their own utils and recipes by composing Ramda's functions and creating more complex aggregate functions. Ramda Adjunct eliminates this repetitive wheel of reinvention and centralizes commonly used and useful utils.\n\n## Benefits\n\n### 1. Centralization\n\nAll Ramda recipes and aggregate utils not present in Ramda are centralized here. There is no more need for everybody to create their own utils in their own libraries or in each codebases.\n\n### 2. Tests\n\nRamda Adjunct maintains maximal code coverage and mimics Ramda's test patterns. You can trust our functions.\n\n### 3. Impeccable documentation\n\nYou cannot call a library great if it lacks great documentation. Ramda Adjunct generates its documentation directly from its codebase and uses patterns found in both Ramda and Lodash to document its API.\n\n_Do you want to find out more about why this library exists ? Read this [**article**](https://www.linkedin.com/pulse/ramda-adjunct-vladim%C3%ADr-gorej)._\n\n## Requirements\n\n - ramda >= 0.32.0\n - node >= 0.10.48\n\nRamda Adjunct is being automatically tested against all LTS and Current Node.js versions.\n\n### Legacy builds\n\nWe are building our npm distributions using Webpack/Babel to support legacy versions of node starting from 0.10.48.\nAlthough all tests are run against all LTS and Current Node.js versions, we rely on Webpack/Babel to transpile ramda-adjunct into legacy ES5.\nIt is also possible that our ES5 distributions run on node versions older than 0.10.48 as long as they support ES5.\n\n## API Documentation\n\n [LATEST](https://char0n.github.io/ramda-adjunct),\n [PREVIOUS](https://char0n.github.io/ramda-adjunct/6.0.0),\n [ALL VERSIONS](./VERSIONS.md)\n\n## Wrote about us\n\n- [Ramda — R.adjust](https://medium.com/@kyletilman/ramda-r-adjust-b69a575274fa)\n- [Refactoring JavaScript: Imperative to Functional](https://www.derrickbeining.com/2018/07/04/refactoring-javascript-imperative-to-functional/)\n- [Functional Programming Unit Testing in Node – Part 5](http://jessewarden.com/2018/06/functional-programming-unit-testing-in-node-part-5.html)\n- [30 Seconds of Code: Rename MANY Object Keys in Javascript](https://medium.com/front-end-weekly/30-seconds-of-code-rename-many-object-keys-in-javascript-268f279c7bfa)\n- [Functional Javascript with Ramda](https://www.youtube.com/watch?v=ZP04zdDHPgk) associated with [slides](https://slides.com/jettdurham/functional-js#/)\n- [What's Ramda equivalent to underscore.js 'compact'?](https://stackoverflow.com/questions/29900130/whats-ramda-equivalent-to-underscore-js-compact)\n- [Ramda Adjunct](https://medium.com/ramda-adjunct/ramda-adjunct-6932c20e6b21)\n- [Lifting functions into monadic Context in JavaScript](https://www.linkedin.com/pulse/lifting-functions-monadic-context-javascript-vladim%C3%ADr-gorej/)\n- [Folding Promises in JavaScript](https://www.linkedin.com/pulse/folding-promises-javascript-vladim%C3%ADr-gorej/)\n- [Monad transformers in JavaScript](https://www.linkedin.com/pulse/monad-transformers-javascript-vladim%C3%ADr-gorej/)\n- [Functional lenses in JavaScript](https://www.linkedin.com/pulse/functional-lenses-javascript-vladim%C3%ADr-gorej/)\n- [Functional lenses in JavaScript - Isos](https://www.linkedin.com/pulse/functional-lenses-javascript-isos-vladim%C3%ADr-gorej/)\n- [Functional lenses in JavaScript - Traversables](https://www.linkedin.com/pulse/functional-lenses-javascript-traversables-vladim%C3%ADr-gorej/)\n- [Using JavaScript Generators to yield Promises](https://www.linkedin.com/pulse/using-javascript-generators-yield-promises-vladim%C3%ADr-gorej/)\n- [Integrating React Native navigators](https://blog.inspeerity.com/react-native/integrating-react-native-navigators/)\n- [Ramda Adjunct Changelog articles](https://medium.com/ramda-adjunct)\n- [Ramda and React](https://hint.io/blog/react-and-ramda)\n\n## Contributing\n\nIf you want to contribute to this project, please consult the [CONTRIBUTING.md](https://github.com/char0n/ramda-adjunct/blob/master/CONTRIBUTING.md) guidelines.\n\n**Obtaining project copy**\n\n```sh\n $ git clone https://github.com/char0n/ramda-adjunct\n $ npm i\n```\n\n**Running tests**\n```sh\n $ npm run test\n```\n\n**Running tests in browser**\n```sh\n $ npm run test:web\n```\n\n**Running compatibility tests for supported ramda versions**\n```sh\n $ npm run test:ramda\n```\n\n**Running code coverage numbers**\n```sh\n $ npm run coverage\n```\n\n**Running linter**\n\nWe're using [eslint](https://eslint.org/) and [airbnb codestyle](https://github.com/airbnb/javascript) rules with [prettier](https://prettier.io/) integrated as an eslint plugin.\n\n```sh\n $ npm run lint\n```\n\n## Builds\n\n```sh\n $ npm run build:es\n```\n\nIf you use a bundler that supports tree shaking and ES2015 imports. `package.json` is automatically pre-configured to tell ES2015 `import` to import from this directory.\n\n`es/*` - ES5 code containing ES2015 imports.\n\n```sh\n $ npm run build:commonjs\n```\n\nIf you use node to import ramda-adjunct. `package.json` is automatically pre-configured to tell `require` to import from this directory.\n\n`lib/*` - ES5 code containing `commonjs` imports.\n\n```sh\n $ npm run build:umd\n```\n\nThe command will create three types of bundles.\n\n`dist/RA.node.js` - ES5 compliant bundle, running on all node versions.\n\n`dist/RA.web.js` - ES5 compliant bundle, running in browsers. Requires `ramda.js` to be required before.\n\n`dist/RA.web.standalone.js` - ES5 compliant bundle, running in browsers. It has `ramda.js` pre-bundled.\n\nYou can always find fresh build files in exposed as artifacts of GitHub Actions.\n\n\n## Tree shaking support\n\nTree shaking is a term commonly used in a JavaScript context for dead-code elimination. It relies on the static structure of ES2015's module syntax, i.e. `import` and `export`. Ramda Adjunct natively supports tree shaking thanks to the way the code is organized and its use of ES2015 imports.\n\n```javascript\n  import * as RA from 'ramda-adjunct';\n\n  RA.isArray([]); //=> true\n```\n```javascript\n  import { isArray } from 'ramda-adjunct';\n\n  isArray([]); //=> true\n```\n\nThese two statements are equivalent and _only_ `isArray` should be incorporated into your bundle. You can pick and choose the functions you need without worrying about the whole library being included in your build.\n\n## Assimilated libraries\n\n - [rcb](https://github.com/enten/rcb) - Ramda Cookbook implementation\n\n## Typescript support\n\nAlthough Ramda Adjunct is written in ES2016, we also support **Typescript**. When Ramda Adjunct gets imported into a Typescript project, typings are automatically imported and used.\n\n## Author\n\n char0n (Vladimir Gorej)\n\n vladimir.gorej@gmail.com\n\n https://www.linkedin.com/in/vladimirgorej/\n\n### Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n<a href=\"https://github.com/char0n/ramda-adjunct/graphs/contributors\"><img src=\"https://opencollective.com/ramda-adjunct/contributors.svg?width=890\" /></a>\n\n## Support us\n\nAlthough we love working on ramda-adjunct, we must invest our free time to make this library great. Support this project's evolution via [Open Collective](https://opencollective.com/ramda-adjunct) or [Github Sponsors](https://github.com/sponsors/char0n).\n\n[![Support via Open Collective](https://opencollective.com/ramda-adjunct/tiers/backer.svg?avatarHeight=36)](https://opencollective.com/ramda-adjunct/donate)\n\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/ramda-adjunct#backer)]\n\n<a href=\"https://opencollective.com/ramda-adjunct#backers\" target=\"_blank\"><img src=\"https://opencollective.com/ramda-adjunct/backers.svg?width=890\"></a>\n\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/ramda-adjunct#sponsor)]\n\n<a href=\"https://opencollective.com/ramda-adjunct/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/ramda-adjunct/sponsor/0/avatar.svg\"></a>\n\n\n### License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fchar0n%2Framda-adjunct.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fchar0n%2Framda-adjunct?ref=badge_large)\n","readmeFilename":"README.md","users":{"char0n":true}}