{"_id":"to-boolean-x","_rev":"35-054e2c6c9e59d90da9d43ca0cce3280f","name":"to-boolean-x","description":"Converts argument to a value of type Boolean.","dist-tags":{"latest":"2.1.1"},"versions":{"1.0.0":{"name":"to-boolean-x","version":"1.0.0","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["toBoolean","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^2.2.1","browserify":"^14.4.0","browserify-derequire":"^0.9.4","cross-env":"^5.0.1","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.2.0","eslint-plugin-compat":"^1.0.4","eslint-plugin-css-modules":"^2.7.2","eslint-plugin-eslint-comments":"^1.0.2","eslint-plugin-jsdoc":"^3.1.1","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.11.0","nsp":"^2.6.3","parallelshell":"^3.0.1","replace-x":"^1.5.0","rimraf":"^2.6.1","serve":"^6.0.2","uglify-js":"^3.0.24"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/to-boolean-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/to-boolean-x.js -o lib/to-boolean-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"6864720ba89aadff38be326b86890c2404c0a6d3","_id":"to-boolean-x@1.0.0","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-2lwmqNpiVjGdrON+hxmlELbWjqgQo5JZMwUx/13fgeLWa9a2WT1woQox8kPIFlAU3kwienOb60N/A50s799Nkg==","shasum":"5fe169ef1f9a35e940183bc1a112a71d7d0a9ced","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDYVwQtTfUkz25tfacQHRvbnF1nq7rcoEXHf6N25Ej4AIhAKZKpw5C2D2kcG7pB39k0PsaaFPws5pZ1dv9ALd7fxmN"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x-1.0.0.tgz_1506356736151_0.6001104039605707"},"directories":{}},"1.0.1":{"name":"to-boolean-x","version":"1.0.1","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["toBoolean","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^2.2.1","browserify":"^14.4.0","browserify-derequire":"^0.9.4","cross-env":"^5.0.1","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.2.0","eslint-plugin-compat":"^1.0.4","eslint-plugin-css-modules":"^2.7.2","eslint-plugin-eslint-comments":"^1.0.2","eslint-plugin-jsdoc":"^3.1.1","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.11.0","nsp":"^2.6.3","parallelshell":"^3.0.1","replace-x":"^1.5.0","rimraf":"^2.6.1","serve":"^6.0.2","uglify-js":"^3.0.24"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/to-boolean-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/to-boolean-x.js -o lib/to-boolean-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"eb8e07227b5166b9c0c2ba643b8c21f086489a28","_id":"to-boolean-x@1.0.1","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-PstxY3K6hVEHnY3FITs8XBoJbt0RI1e4MLIhAL9hWa3BtVLCrb86vU5z6lEKh7uZZjiPiLqIKMmfMro1nNgtXQ==","shasum":"724128dacc5bea75a93ad471be7ee9277561b2c1","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-1.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+FPMVHQ+lvw+Cd6L/PnNnCPt5FCROzYUpvoBfPx3TsgIhAOnx9zG6M8NvA5rm0dq1Hu9zXTbNIZPN328DGHwUR67r"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x-1.0.1.tgz_1506360246060_0.7909033254254609"},"directories":{}},"1.0.2":{"name":"to-boolean-x","version":"1.0.2","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["toBoolean","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^3.1.0","browserify":"^16.1.0","browserify-derequire":"^0.9.4","cross-env":"^5.1.3","es5-shim":"^4.5.10","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.18.1","eslint-plugin-compat":"^2.2.0","eslint-plugin-css-modules":"^2.7.5","eslint-plugin-eslint-comments":"^2.0.2","eslint-plugin-jsdoc":"^3.5.0","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^4.0.1","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.15.1","nsp":"^3.2.1","parallelshell":"^3.0.2","replace-x":"^1.5.0","rimraf":"^2.6.2","serve":"^6.4.11","uglify-js":"^3.3.12"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/to-boolean-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/to-boolean-x.js -o lib/to-boolean-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"a26e581e52251aa46dbe0884456a08b8a9c26d73","_id":"to-boolean-x@1.0.2","_shasum":"05b1fb41eac0c87d6ab4ac4a2830dac036e717e7","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.7","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"shasum":"05b1fb41eac0c87d6ab4ac4a2830dac036e717e7","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-1.0.2.tgz","fileCount":19,"unpackedSize":301820,"integrity":"sha512-aVx/Ym8FdT8F9drOjNfk7dmEjyKYIy35ARZAAhUwW/uf3SYaNatr5fwpXpwZIKJRq540pQMSJ2BpFZE1TapOQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvBirPalOaAGTBi7/VneK5RTqtWw0sH8t/T9eJA9EE6wIhAPKQBAmyPTLfSHQEOa+DDex3K2NeSzrIyvae++vraxgG"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_1.0.2_1519424337510_0.4076953712377176"},"_hasShrinkwrap":false},"1.0.3":{"name":"to-boolean-x","version":"1.0.3","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^3.1.0","ajv":"^6.1.1","browserify":"^16.1.0","browserify-derequire":"^0.9.4","cross-env":"^5.1.3","es5-shim":"^4.5.10","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.18.1","eslint-plugin-compat":"^2.2.0","eslint-plugin-css-modules":"^2.7.5","eslint-plugin-eslint-comments":"^2.0.2","eslint-plugin-jsdoc":"^3.5.0","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^4.0.1","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.15.1","nsp":"^3.2.1","parallelshell":"^3.0.2","replace-x":"^1.5.0","rimraf":"^2.6.2","serve":"^6.4.11","uglify-js":"^3.3.12"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/to-boolean-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/to-boolean-x.js -o lib/to-boolean-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"bfb9bad120c162595f9af9e32f47a973cd5ae57d","_id":"to-boolean-x@1.0.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-kQiMyJUgFprL8J+0CfgJuaSFKJMs3EvFe27/6aj/hVzVZT0HY4aA1QjPldLNxzBmjhLcapp7CctYHuD8QqtS3g==","shasum":"cbe15e38a85d09553f29869a9b3e3b54ceef5af0","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-1.0.3.tgz","fileCount":17,"unpackedSize":18775,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXn1aYpPU0rpeXHJ5pKDLnIEJA2VGYYv4m/IcG+ng1LAiEAuPK6gMdfXtjG2mff9LFRZkP39DmobdCW+2sdySxzUj4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_1.0.3_1519472180316_0.8738093572830343"},"_hasShrinkwrap":false},"2.0.0":{"name":"to-boolean-x","version":"2.0.0","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"browser":"dist/to-boolean-x.min.js","module":"src/to-boolean-x.js","main":"dist/to-boolean-x.js","scripts":{"build:base":"webpack --bail --progress --profile --colors","build":"cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.5","@types/jest":"^24.0.15","@types/node":"^12.6.1","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-css":"^1.0.1","jest-file":"^1.0.0","lodash":"^4.17.13","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"dc5ae4df9fae831ff546a1cce19f535b1c5cdf35","_id":"to-boolean-x@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-9bDAdZmAfBB0ydgogRCEBIxb7vtTpy1QVSCPRUf94B+lU/hAZWGa+2RYk04H1HIE2nn8SfnLHA12qwtFnzt22w==","shasum":"e9248f255b4b574deaa121e9461a4cc2e7fd1e5b","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.0.tgz","fileCount":8,"unpackedSize":24238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgpACRA9TVsSAnZWagAAsVgP/2MtskrSeiRlBJq1PgCz\nzKRBdPYAy49NUHpfRR2lYAQYsjWMPbE5NaTPrlALjMF/4TVvFpl1hDmVDGfL\ntPfMOtj+MEBX+LpKqALsnJvCXlntc9Eu8kcIu4VXsyHh0vRPLtw9oEkW8syq\n05JxDVLJrBUuj4AGLTnESdaVcjFAEpFReRE5n0bMzem6mICF+uxbrNB+lnxl\no3zwX0cYGYU6cZ9pzH5fCGCt2ofUCPKlSqHfhn4BPG36A+kaA6/bC/7lq8oI\nkxjQGM0pDBO5tRV79jitAUIyzC2KKaxoTnmU64jhACRE02tr7f/G5a5WtD0V\ny2r+o9jS/AQ8t1iQ+oi5kfuXz/gtEbv3stBmEsys28JMRODaC+T+Q7hGgHRs\neuqMhqHlAj9ckiF99Dhh/PzxENLN76mL6Qj3ouDnhmLUVEUwSMymKugvseJC\nhz+IqFLxGmOAhYtVd6hm1vvC+boRRN4p/FHgC8sCaqCKiVHPW+2EXUEPN2Jh\n58jQAxH2ZJ3A7W4CHGLPI8Te1gVG7neQfJr+JmBlWAcvppqUGz9ebIRR/mIB\nWKWyEnF2E5qjo6bOadHci3yA+Xd1x4XsJEbZsw6B+YZ3+hnC0DqgpN6hO4Eq\nkKBFRmSj9MuQx4cblCqhpzDfb8SRq3fV+E8blC1jyzgr4wKuklBXbELaA9e8\nDVNa\r\n=nzAQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmpq3zdNJyd2OpLm89r3Yw6xq7b6agF4193gxJKVenogIhAJB0S2QE1ZegfORm47igug9hsXBiKhFykSOw4r4ZhiD1"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.0_1562774079542_0.012776504519678378"},"_hasShrinkwrap":false},"2.0.1":{"name":"to-boolean-x","version":"2.0.1","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"browser":"dist/to-boolean-x.min.js","module":"src/to-boolean-x.js","main":"dist/to-boolean-x.js","scripts":{"build:base":"webpack --bail --progress --profile --colors","build":"cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.5","@types/jest":"^24.0.15","@types/node":"^12.6.1","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-css":"^1.0.1","jest-file":"^1.0.0","lodash":"^4.17.13","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"2b5164692a5776ddf62c5f942d2eda00c104e6ad","_id":"to-boolean-x@2.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-SoCYYipJocx/PqMjkEq+CpxfonqQJyUsZNwHiRa9dbglhVs5DbWyE+pqPp2dGWXgMPK+QrQjCYxPNFfSiU5xgQ==","shasum":"738c13d899c7a744b73a28524e1e80fbf046a646","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.1.tgz","fileCount":8,"unpackedSize":24246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgrfCRA9TVsSAnZWagAAaHsP/0DSzLSxKaKx9F7+vi+R\nVXjcYrhuj+31Hb3yJF3QpgWNW9BryQPdtfjFfSUZCHPvKiVdMvTrHRW3G6gR\nUAAwKdWYGtvxJThdCjd3bXLF0ywof1HWHqEV3PE5Xi9shWuN6PaJP0HnTrTU\ni9gOU5PFISzH1WMgJ2QVh7FsDXYQwvMvPHkzZKjGj48fAbKoRR3ETJU3aed2\nHEcW1luSgl2XpcMXkYBDH8xfUHgXugT17XAHbqMUuwIjE3BIcX124Jii53Ww\nfae4o9tC1qmecTNtfWOYe4RayLkV4wdYQRsiXksbPIbUTd/KEjJ4pNp+tKqq\n1ceN+fYPwgvEd0FsadawFQxHSGD8xsnDAhBuZYnzjT0V2J6ORhhR644u3jwe\ns/knGZ1vqD/6UT8UM6Ug0CpeIiPf22JPhci/qaCGmeO7qZFn1xUMn7PKqJyK\nxhpMWjJGnJuPobOl/kDFwWg0I78J5kon0JXNJWSipi6ybBgoFOOvFYM6da/r\nsec3TOPwg75ogRyMuSN2Xt6qqaa+DBnYpgYS73LYHSPubvlt+JwFyhuxHfzZ\ndBlkOc2NYVcID+wWbzyyCYheq0dYjt73e7Db5+peL7HJ/zTdKvvBIm/wBItY\nG20tEA6LzZd1hCglXlBtT6IHgDLdzM3LiFzc88ArvP8P648I8+641d2cPOMe\nkIOZ\r\n=Cqkl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDuMpyLOa8g2tCXRJ0jqdW2eSKnmaVqrN0IgUcXTSPDqAiBz6KU1zDlRdtetC1b3FA1T1k8kborVUdu59yJd5LWIRg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.1_1562774238500_0.4895395421716293"},"_hasShrinkwrap":false},"2.0.2":{"name":"to-boolean-x","version":"2.0.2","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"f3e01f77617ffdf95821112a8ef65d92a0fd6c1e","_id":"to-boolean-x@2.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-paEg0iTWPtVbL4BRqKDOwXkPKFbxE2O/sazqUPKqChQTJnGQmEl+mwyNE7qjHIS8eBkWSLk2IdVcCTLFeoqqKg==","shasum":"39798458ed158bd7f9e395304581b75aaaf70fdc","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.2.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKINqCRA9TVsSAnZWagAANN8P/R2TjpgUFDXjAptB7pEC\nuGZrRIavhDYYJL7s6OA4s1k1W391VSqe1z2DyKFpgQgZCg0mhEbYuDfCNyNR\nCU1a41LuZs/rosDg0CHeVkoSq2wIWdQU95w7GdhWeaQINdCbccbLMbTLw3KG\nUiSmvTmVCsgkS4jbD+ppS/VQ/lkgdsJJpCkhzK+5taomTNa3JAAAuyoDPwdK\n0g5RuK/gBRfzZsD0mO3eIZTRVJhPVapO1ldfPo/d6uhMwFVjrsQB5+U5w+Fd\nx+cBYOkB1YizTY+/3F354Fb0wk49BQir+Y77qra9UlF/E9GJ8ZE1ItxNStKD\nOZk2V9JDuNLYeG57RVbQV1qzOY6hZyQLR6/ce1KxSG6N+VrIIJ8StVDHARBf\nJNDyvD71alM+5rFDoXw7S8MoCcxV8MFJBEC9r1+5Vis4c6gSFflMhfk+gk4b\nC8GW2pkvl/XQNKxBLwGpCM0PLqnGnVxYaVTb0p159g8HJkqTf6InOG/IdOH9\nUh/vL6CuTuezsohur0le5FGLCmfLQD2oCN+pUjdQB3eiJgZmwR4J+boaNGYS\nF8I8X7qcg4wYgeu9VdKctLUuPgCiGY71czlBW1N6HaHdgM51OWfKF1xxTIKs\nKdJ2IUofUC/WcnLNIixvyTfH5R3kHah/dmD4cKnR7c/1XxJO0FQRcORJyPyu\nQdoS\r\n=hhCl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGEr0jyGfc1PeWrcq7oLtUqNp+Bv3alfpnNjHmEmUURRAiEA2mSTPRw8SVwwZV5BaDLvrjRJPJ4VZIyPbAAgu1Qlr/w="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.2_1562936169386_0.6239762899181505"},"_hasShrinkwrap":false},"2.0.3":{"name":"to-boolean-x","version":"2.0.3","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"304ca4882c7b24096a4c95ed3d9b640bc38d359b","_id":"to-boolean-x@2.0.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-HYtvoHK8D/HRv9bwyRYrlk4E84HMG/1DVEQpNipuZm3Ds1BgVeKkomo9jeKrOEsL/4ehNm//5wvYLfUHG/7STA==","shasum":"22b301127f03922a5fd1f24b28300908eeead4ac","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.3.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKTrOCRA9TVsSAnZWagAAdq8P/15KqU/gBkLHRWyZiUJw\nycR9RIU8H79Z9NQNV/Fmf+tC4SsM8zn8lFSARLeZlHaqADpHUDuKspX/0kvP\ntOPRppl60HR7QF+fMR7pp5afCGa0NdHXcaWFRwOfORrElFXpid7QVIp2txCe\n2z+MZQh1TuqYpiS9t7/GuencUnqqe55YAkoC3Z615Zf3u//T3oQQ8u2+LFkh\nWlfykc9xMBuosAo6zJD0QNetiT5NqUbo1mgiMhRJ6vd9b5wqk3OP8U5nuzOt\nMaj9Ui/YeMSeX4KjQAqO0lP70qgASw32GZPEKJEziIz64l9yElgk9zhYT/Hs\n54ecfFXBBoC6kXGa8zokDWDdKD2k29LKVl9ow7FGoVaYbRgpSZ6NTALBCsll\nBRP9OSGbz/2HSiIBSX+L7cqbri6jDTemT9DckcG92zuAWHY/c4e89HGvEups\nOeIbPQYI9otqopQ8+wLp8equVwaak9U19SKlrPco9xu61POI4atVsUU5fxqH\n/CMz2+tXR7DZfCF+oPe/USN+w1tL3lS54gncB48+2hw+8UH8h4XULA1uFCn9\n1jgn0uLAjhxPwAoP3ZmMDKctoRSP31Mh3Pup/mCxyMmcBQf7gCwy5tvztBLo\nzCJLP2uJdAc0eRgG9O8NZfXjYLKL7tcgZ7i11TtubbVg7G8ShLHnj4Bt17Bc\nI23Q\r\n=EIXn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4PheQb1MpZa63hfKADPFQOGhQ2hbPmypLbtYrYyHB2AIgfbV+vZmpRpoAdKx1orp14U1qZwjs1y9vBLxR9bJ0ntQ="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.3_1562983117629_0.2221187436965264"},"_hasShrinkwrap":false},"2.0.4":{"name":"to-boolean-x","version":"2.0.4","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"113b8e61ff156976ef6f27cd1d8bb781ed0fbfe5","_id":"to-boolean-x@2.0.4","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-e6Voy0o+CxblqgDU1d56bzVxU9aRHhodEeJDITmN22zgb2yjvy52Sov4hfalKtJtPZW4OwULXg65dBwtvojSiA==","shasum":"5aeb1dd79dd16f8380593d334d6e50c1c39ac9ef","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.4.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK59nCRA9TVsSAnZWagAAqOQP/240UAjtzLtK8/AfD4Iv\ntn63/GsV99xh4PyOwc3l0Y6uAkh7Ax33jiGX++iV0oHG9QKhTBG2rclp6TkO\nDN5K5NwWtrwVjAhR5tDmse6nwNsJIW2BbyvaJh+38yHeUk6Y1/TNk6lSVWeR\nHKSASXbcQXYxInnCiAwJzLXj8Tj4tDze07VmBhwDw74h+Z/hVdaf2KoHTpMj\nuwcI8yNyqmIV8vlusqCdklloB+ObuSJgKOvPP/fmoPbzwf58pkls2IIcn84K\nCjHsB2jYtN6bma17qv1N7u9S0KNvFnrQckA/8PYjdQbgwm8LJfPqHpGUk/wY\nHtCysKRmATCElL/RK3Fy9EZrTUm+qQMY9s7vEPXC2SWxbhQTWsQpOpcAu5zA\nYcByZUPKGNs/YRGAYjzRXVAsetXscoHKszih7z/F2jTeDrPhty5u7jKRhYVe\n4OZe9AFMMdx9JA+Ge3yJgAcBsvjMRv0B2/NhBh5Z69sB71ctwDFJv/iX3o8C\nBgnl5ayYmDJwmsfm96J089CrI0JWCAKLgpFPb5AtQ4cki9nw80npya14yYcg\nfSc2laGe7HSAFdQ7yn01q3cST/VFXuqRU3CZWF2d/fYwhJmFi9k4NF3CkQkr\n+EOqB/scpjFl1jwjJvc/TLPmM/1Bw5EXUCiD7dX96x/hVa5u624QFh7cYJ0G\nQQkm\r\n=05GL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLwxaMF/nJLE6LC4RX/SqD1zqkZmyFAEQABuZCjbTG2AiEA0e70qUJIWLJnpL+yCHYEy5NqorFmdOmbKYLq551sDMk="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.4_1563139943112_0.8465176586704066"},"_hasShrinkwrap":false},"2.0.5":{"name":"to-boolean-x","version":"2.0.5","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"cfb8162fc3a1f04fd937ea56e006a4976c71236d","_id":"to-boolean-x@2.0.5","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-hXgJlbWt2lc5OxHrFJQOwQAHcHjkq/azBsOB8yKr7O5NQV32nUMGwyQm7VuCO+1ZzwVuYiV0mQ9MMC9pbbHk+g==","shasum":"97fba7cf3c8b894c3a25585ee324c0d95242a5bb","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.5.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLFU+CRA9TVsSAnZWagAAsHEQAJwSGdsfu2QFPVtsofLG\n9TiJjxuowO5ukFUF6n6ugj7F3LcTkY/DH1AFeWUnC1fUPgDHh5mOHCUSFMZB\nt26eOk2mm5mzqH8k61ng62AoeKzN4iyVWnYrDnRsl9hjy8hkz/eNkDKShY9w\n1z+j7jG0bGWgacSPK2bz1VJ6hXBNUg1dGX/YjY2ATkaqg20SIlU4gRuI6JYM\nuvjqObZr3E+ynTvigYuSTdDrlKOV8p4BKOfnC/0FG/gyIfYBboFWfnDPv9Xj\nr1EohtSiLbwmLYMJzc9K7qNRghT2dxY3v2vFr0vQQntsDl6YLC1aaFBnvtgZ\nX6nqTIinVqA9lic9i+UDiLMBgDK11cROPpL232qv0x/iJccKNSjzamHXW1BA\nZZID5RP1kjDOBXdAt0r5Mddj50c202PTdHHTbszYMiqq7EWkT/BpMPDEmtvt\nyGe985txPKZJCLbtkUqUAUMqERBSz1hlIeyLWXLRuSLrge9qgEL3xMZP37L1\noisFKzSa0g0O/NyYjHZSZjT42lwdAL/VmWtMZpZ7cNS4ogj8eDLcmfP4scys\nQ3emuhPNMvnrHi9Q+XKO5J7/aXAf42pUwsDPDE8XkTH28byproD1KhjxChut\nyMISeU/GjhRbgLcuorYtiQkywE0LipeVQQWaFPXmaR7Xlzf2ZxRWJgbRVEVX\n91m7\r\n=+imc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwhFuyuzrzRCCl0wAhxJdkmXVS1g4KZfRWXZ56Etgt9QIgagTROVvMjjZyrNZdhO8CPo4hNSjRuzpqcq0KqxcLvMg="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.5_1563186493792_0.08229145274694849"},"_hasShrinkwrap":false},"2.0.6":{"name":"to-boolean-x","version":"2.0.6","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"8608da2924d621f3d53d7cb9e7dc8bf8536a1b40","_id":"to-boolean-x@2.0.6","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-1Rik8SjgmicTe0GydcZ2u8bbNDBiJojp7G7JGNo/fHUzYdb6OUg8Lb2+GMT44VZ4pK+y/xMOYeUUcFg429ccnA==","shasum":"c2b5dc496469eb5d5d4539b803a3782e1669661f","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.6.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLZtHCRA9TVsSAnZWagAAZp8P/Ra4zHEc8FFhRikaoGth\nbnnkcwqUAs6XNtAoUAhqR6bvp4m0Qz9bmgJyqqEubUO9U/BfGIFpL7UgQX6J\nEcW5ZWQuMJfK6PO0AePRZLcFh7JLaplAviE8vCED1dzdmV+9qXzrlcCIDwtz\n2/Tm2Pqxtv2n5bTTBzhorYM/a5ld7zVRGdLmt184mYqYDoPOCFXqUmEMo3/2\n8WQBcno/nub/KazxPlfuCrSbRbp+hVobL85RJbGyaxXddn/O5qh2BxvuoClY\nu3Bi85XUwszeN1A0sz+HsGwm0NpfjmVrcWiOig3Zj5SrFKemguZAwBNpxka3\nmC/2Az3On1a4X0CjEosUerrXk1HMf+U21zrDvlXM+t8IeHUBvkEaYLfEDiFS\nd1YePihk+mawRfnAehW00mzq1cAOKaq1EjLjsnqSVaoWqZn/3/OwaqdhaypS\n3+d49id3QRWTnYJWVofzpmLFoOgoGHHflRjnrjnqktxaGTBcIENqAUkQEF7v\nz5mKrwYYXT32cueh8hJoOFXsMSAxtsNT9XiAEQGJLKQMmRKGv/rAcrRGi/3/\nIVKtX7oN5M3ijN+qXer2zY1i1dTFGJjuwia3VVKWj/OaT7m3pMoRcTAH58hZ\nBKxVcxWAJU7DNIJht0vJ5X4zmXuueYTozpqSMjN9ni/UwujY79Dj4DowcV8S\nGBjG\r\n=7B4M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbeN4gGe9jnJcp0agXSqs2Fmyw+NJoZM80de39NXtR8AiBxiD2L0i1XrO8DwKNM3QLwcqPfWtn/RDZ3e9gEGlWj4w=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.6_1563269958559_0.30124072446348205"},"_hasShrinkwrap":false},"2.0.7":{"name":"to-boolean-x","version":"2.0.7","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"b2826dbdc1f835f0945ca7f8a759acc7bf69623d","_id":"to-boolean-x@2.0.7","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-rZxXvehLtVxQjNpCeY9Dc3nXE+/ry6R9iEIMTckB380CALv7G77isJqtmDXBKnI7+YRAPWSODQt6rPxi/avcbw==","shasum":"c8b79d3a846ae0856e796d44c8baa6e1d7856733","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.7.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLb21CRA9TVsSAnZWagAAlu8P/1QzB/f91a8qbEOJ8QA9\nKw6J3ai3pGPytMnFoO1Wkgjwm1ErXHwlF8kZIuSmeCtMmE8lTzUeNNGtKDN+\nd/ywOL0fECaWooVeoOMgXU3ftjT8BkqBAj3z+MKtdoFqdX57CmsT37UyzWFE\nGXgAiY3aG3ddYd807aVj3TLnoNcbwazTU+KFPTQAipcRo7yvwimxWjshQjhI\n/klvZiZjfOJ4i2EDEoD2woaJqD6AOAVgMRrELhL9gmQ4VR+cpY9KFr/+fTSU\n1u76Xr3Z7oWVBnq2wGZlrkHdTkCmE6t33BRVJurOC1hwVuD+epswhHT6684i\nDuArIG8uPGSM9nPuZIq2VrCXQWMI/a8Xk6E7yiRgegrIowi5PtOx4aOdoFvX\nkaFxXnsqlv0rn0TpuhEjISz/KEqwPfhRx0/UR+3YRaDDyRdhJ6CMqFVijuXQ\nDCTElEoMIANxR0ueLL3i8y4l8lTrAMB+OPJaHVVWHmkR16lppJucR1Ga88Do\ngAS7LgoBTc6VCCxA6tTN3Z6prt1OdxI6Cd50EX+wF4331WR6X/ZZMMa5th50\nwDrjd51PncF98fo3U2yVKufnzKGtIeKpcK1uJCx0srpDz+bPKDxIvdUsoVcK\nQ6q62pYG80/2FHTze3zKDZLFv5uN306+kl7mRAV+uGMdhPMuOWHlU7GJVMF+\nlcPf\r\n=en18\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBVHB0XUYVZ5rOMAlnsAFH+/g9rgULhR6Nvl7RUsk+FeAiBpWv70iTIaIGes4vPLnEmdde5J+uZcKTv+oDv0moXYxg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.7_1563278772249_0.12154160107034562"},"_hasShrinkwrap":false},"2.0.8":{"name":"to-boolean-x","version":"2.0.8","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"503ff143b5e9e02f5f343659feb58291fe85fdcf","_id":"to-boolean-x@2.0.8","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-sghQ7esu6DBRXuDvX6FVtrJ+2uXJnAnv8iiR6fpO1nb/JAjRAVSr/exQZEDxmA9uKuRbRrqWiBjPRQLkAIW5VQ==","shasum":"e6dc68ac04750ae65fc71d962ee53e062da66700","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.8.tgz","fileCount":10,"unpackedSize":25852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLjm8CRA9TVsSAnZWagAAqtAP/iVjowgqkhCs3ZXtOjyf\nwCBv9OCkwgahzoSnoqojtrFl+q8IyiTKeGZpNn0aEKpVwxvY6Ybba/VfC3BY\nH0+jZPwr6vMiMcWuJZAroKPr2EA6UTO6KzidOs8cbzrNRTiY57EGifqu/oHo\nK060ONrNKXHqIe206hNiUZ2mJ8oOAHCGJlstByk8Jq5KdKcOzOpT7+yrgd3a\nQargr6HK2jCRWHa8W1rYDDhVBEzaaAvXAgtnE3KYgbg5rMKBlL+nllzXSHa7\nL5267r33k68MAM17+L+J5qgRK69knGUfio/iZI+a3TPRrKba9iP2rUxxIOd/\nYIDCRIi736V8AGcIsxOhgADhH0I0H//qpNbihUOhlEtqoKnVQT2aXo9nCG5c\nKAbhIRP//HuOx2Ha6TwrTarH9iGe95oZXi02QmDkXGb8w4gAS/zkYB2i38hg\n+ncaiaE52JF3Vef8zSaBBJh9i5/r+lJERHceLPNInH879vozhwB8UhncXMMo\nAxl3TPe3glghzwvsk1TgHn+nLDwqtdpgP76s1biBQfHxcgP4jcXAiVFxDwPS\nsUa8WMs3kKUwJdqOZJ5bbZzNrmF7iR58lpyouPUfahcdc80BXWcM3fC0V4kM\nBRxEWDJgj1I5BR96AgsGnUPDjVN688jZmnZ7UN8CT3s+MnPXNOq+Wuu3JLs/\nWwho\r\n=PF8h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyWqc6Xx/tsPa85yvcAK4SV89oJA7lgdp5dxc4NYucmgIgSObiuAKWVKm3eB9S/g06wWEGlMaesRYvXmIMzwMFxI4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.8_1563310523843_0.2931634556575473"},"_hasShrinkwrap":false},"2.0.9":{"name":"to-boolean-x","version":"2.0.9","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.6","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.9.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"db1d0225dd3abd40014f8c26ec9562edb29eff87","_id":"to-boolean-x@2.0.9","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-O0QrDZCY+n45PzEqEmQVHFIwD0REPYAMSy7YgDLJTLf2qtpsXLRkT2plUVUODBMtDvuh2PsYbtJlJ/QxHl7xqw==","shasum":"0af39c5a947076e7f6a799d3fb73ef9f454373ed","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.9.tgz","fileCount":10,"unpackedSize":25975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLyHjCRA9TVsSAnZWagAAT9gQAI6p6HNafNlUDfDJ2A2h\nHlewdlefhlaHSceYS2wcGdfw/tPrbBU2e12jgY4gQDMxdybvbYTYcNbV2dWY\nxoz/ksDSFB5tX6WKT0Sy2TcWgmxcJK2a0LoHpZZgUGWFnLQyHoP0GGSpijpu\npYccB0S+eOyCs//HCNTUfELQaz+1jJiTy2tZC6eKY7E32IN8MjWETV7KMsTX\nPllXUtddb5HotyrBBbQJYESEgC8kCryIkgPG4I8AFkTBjuTcrl2Yy+LHa8s4\nL4WOuB0JTLh5EX6xBE07EAuOqPuTyjdM9hJkZNKclqyaxyI0crQUQ4Ezu/XP\n63Y62ekCfKZj0+ukHAY0gE099w54UC7F7oTgSHXqxLAwj57+P5/xW4BuX3J+\n40DhaYW5+MplQoBEoKq5vBDA56q4M6kc3P1Ey1/S8Xz6lzjVudmYG0Vre7D0\nqWXwiccqlX6DEArZNCmzZumQzTkhiTPQJEpkLDK2RDnRJpICcHNx0q/u/b/v\n0/XyTMn2ew5vEaSHxx9PKqyXGw5K8030W2UDLzDQoSEfUKef5Ibuo4CJEn00\nTgMl/Qg0oPqt0AP5sBQRkkB69JxMBbk5ADsxsB6AKLP0hP+EmDe9Hv9UI0cT\nyMIxrz3egcYgIqlJX32OFRL92V8er6HN2XXy6YCX/aH2A5ZW3bAJXQl0rPWm\nNqDO\r\n=NKFT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAyC5aoCaYnqijBwzSO8oEH6OOdaYOzCNhb27jzH+lelAiEAxTfQAEwdfGTq/d5f3QYG22xahNf4YF26WsHhn/vYZyk="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.9_1563369954817_0.2883346523257906"},"_hasShrinkwrap":false},"2.0.10":{"name":"to-boolean-x","version":"2.0.10","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.6","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"3611986d35d1b90c8927b2121429d2f0353596f7","_id":"to-boolean-x@2.0.10","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-y9Ndnk43PNAYFylEjy+gmedZxyW4TXwiYcJcotprNj0pM/8JMV2P8cl3hOYlxC7IGK+q98zZy4fwck0jy/2ADQ==","shasum":"92f56cbfcd0f6993d5e1baae127dd683416faa73","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.10.tgz","fileCount":10,"unpackedSize":25979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL2T9CRA9TVsSAnZWagAAJZEQAJVhU9f60dyKtpwD7p99\nC6U2ZXD/11OBOULrXdEthgh0An8KExKkk51QhDt+MpvROAvoHhX+1EpgCgOH\nyn7SmoiQsDw0cEgO+PmJNzFgLPIjvuF8WjsG/sx/6SrWFHUcBx3XkATE2oLZ\nKI6W24sbjXBkeLYgB/GMKJCBiQrQdhe1/dBqg4XgCcj2LV2LqO2w+VBpkfBy\nyub7R3PXTnT4wPV1rKw+sCuw5M+NDRmDbgsYdZQMhDRd4i1j0uPl6pETg135\nvw4ROqr5CDbPBj5EsM7tM1lFpJ+bt3T/8GnBHWuyPooFrQCGKTNeWIWdtUMm\nDgIIwLZ57y0c0uBbst7B7tRq7PUHM7qMKowJE3HjGs0xzGhtJVEc/g1FT3f9\ntaYBzGOeP+Fc11CEnzIYr1Nk8VjXMHxBx9yHpqhvKTiZtm9Mo2uzX62mXPAQ\nLbVqfYMUFD8l0hBrmiAbdN6RNv651SztnkjSvb83nhQ17IKz/3bw6tKnbz/+\n3x98RXmmHagjZyUz5FSrufsS2+1nBTyrJNFdPBGZIUJuaPTS8p6bhE9rX5+8\nME7Ds2t9+ynnRFjJ8btFj2MZ2texZ1kSocCnEmZpx8Tl4Qia55dSz+6/o0qc\n64aypYSeD7/dHmbDoc5Dzeu8E/sRJuz2gDsoUcPcjebCp+dP0nqXH4Ro75BE\n1s2n\r\n=3FSg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElRfFD6vu+2Zu3Zw3Pdp59ziHdqeNhDGh/3OYLof3luAiEAluNFgvFzyictve8zwih2vLWq40Njyb6HL1bPzWGd+n8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.10_1563387132216_0.21978167575860152"},"_hasShrinkwrap":false},"2.0.11":{"name":"to-boolean-x","version":"2.0.11","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"6d6af7d002d6f65bf2a79ff883ccf3b3dd64d8f0","_id":"to-boolean-x@2.0.11","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-rKT0sSbEsCLgEnmyoGqceMJTNRLvVWAhgZth07mKjseMUklfY62HJTZoyzpWD8VftXivZGuWGH9uM2r3PMdGdQ==","shasum":"5b54353aeab8c5ba99786e326af030d823956934","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.11.tgz","fileCount":10,"unpackedSize":25979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL6vyCRA9TVsSAnZWagAA4bUP/0366vLlxwDc5VFtdUjh\no+FEuwLPm7aI5yq/d678ZTcKd0v39ZGNOE+abkb9T6dUnNaqGdMbCrYDvTiq\nf0anphdl3qy0a9hhZV09aupmX9HtXZNhs3JhILtnlx6BEPDgpmgx64CkqESe\n2GGpESLL9G6KU40WxdRiHUb53Fbb61pFcEBXWBW/AbrTmwjjonhnvwh4M+kO\nUx3gbzC40xNrrpF3eZsK6Nt2wsu7ab/mi79YyfvTk7Wm8TZlbJ90RuCJhO9H\nhLu+oAmzWIT27NfMln1HX8trsbEvwhGC9gGxv+12WenZB4TeM5Wkphw9FRF7\nvvUDDCv1a9W9s4fM+BT3m6icaHXEbrSzg7SR4w+siY/wVFJ+rTa5SOjb/yqI\nXscoG5j+VBO0Isc90IB5KfQgJc4mOzT87DxTUFtPtQwaeShDwxWPHkxcITu6\nJSxlvwz5et32r6eQfYeSXarV3gVwegjuii/rCLsINDLmM6lacU7gmBUlehTy\n1xuA8N41uySXnZm57TqNO03wAb8Rfmd8YqLE2sqxiITAt5Y6Bm4uJb7zPLJz\nr1CGBHOFpXaGrlajdsytDnClDJC6YKL9vKnBTLQqROZyRcrc3bJVIbodkBdc\nXHzlGC2Trq2uSBYqYRwdt5CXc2rTFugZZXro+6EGa34/fEc58XzkXQqPYcpY\nTuIF\r\n=uLJB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE5uq07rCxKWAxHyADCxzNv060/cpXPrkBactFJ4oC6QAiEAn2aF68iNj0gD42iBdSI5WenUEEo7jPZTYsrDnvqv2o0="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.11_1563405298359_0.8869331309491402"},"_hasShrinkwrap":false},"2.0.12":{"name":"to-boolean-x","version":"2.0.12","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"26cf98127681c23c21874b80dd13bef2856e695c","_id":"to-boolean-x@2.0.12","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-HLRZN17Ml/Q+OReRCp0cbPyHgU3FZf3UBnNg6SLfOV1Rs1Tg6wfdsyyNMwfaKHNLFuhunt+U6i5ueo2Pq98IlQ==","shasum":"75a57e8a03e22a5f84a8c0a995fa945391e144d2","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.12.tgz","fileCount":10,"unpackedSize":25979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJYVCRA9TVsSAnZWagAAlW4QAIdhmjyEu4PzHCwhlf7z\n+9dI37FyMVXDBreQhR9YO78dhd5EAJn73fNY4DR80VrhlKAzagYdVWBjyc2v\naCqEi3rU+3VXFuH1IZX8iEX56/GxYULKiruhoN6QK4H3+JISew8Crw5K+gii\ncG15DKh0jeB3muTZEyOGErvVjk2dDdH+1OzpkOvlCiW0cnadM8rVF65DQqIK\nuydYQwa7Th7N7glPR5m50svmQbJ3cec+JI7E/VZyGda6csiVe10uZ63onSKp\nrnAo61AURTx0MvwdD7AnknkwYGOBUDclJlBHJQplc6tWj9kpwnRsiOz4puxc\nYRXLTfgoobf+gTLi6N86/aVNMadgBPGBJoJgLFv2/r501vXyn921d6LJz54f\ntACDrdApslJGeS6OtsiER+5K3nY/S3zigzCu8RG8PYTwDCl7Q3cMLUMd/NiL\nHTFrt3YGf3tSGO7/CTPcUldG9gj2jM41S7L5/3CoQKGhspGTv/dQe9jhgm6F\nG5W8I7CeYzKJ5skOD2UrvXoFEYvNLX7dFqarWWmNI6hUjjiHCHBOVqVfc+VA\n4nxU0ooNVTtJsjKJHz+bkoHJaAPzoU4MVsxAayUfW9WI4ptqFAxuFGvll+zJ\nZXBovge9ohyRgVLKJjNLYxq3HX9UDUyDikdeISozpuZULsgYCRRRHfKVbf+6\nt5dh\r\n=2hv7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjpPpRzEiFMiBpgK1JbgwaGtjjCQrLkjkLEqZW6R9V/wIgMmCTkDPKaU+JIRN8+Qhs3hLjF1bqHuGarRxKMCHbddw="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.12_1563465236507_0.3659747105376412"},"_hasShrinkwrap":false},"2.0.13":{"name":"to-boolean-x","version":"2.0.13","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"dea6c3567923b306b91eaeb741ca15712057c2fb","_id":"to-boolean-x@2.0.13","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-1mYk6yBIboBkFuCjyRgVbZl2fHysBo4qJTAqZB9rw32DpTtTgo1wwn3f9QJiAuZooyY6cCForsf81DjcNgw8cA==","shasum":"6d9e1c48b031672ddd10dcbd52b2a2fa7e89f551","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.13.tgz","fileCount":10,"unpackedSize":25979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJ7aCRA9TVsSAnZWagAAYrAP/AsbLwRobvHMcwNhxT/o\nSIxYk8pfNs7QAov+v4YSqAwX3nm9amekoNbgRzx39T14lewiVGTLu2+qrzq7\nz4l5H+tjbBvsUeGeOQpjc5OYtK5blpo2HD9Nf6iWz9gy3Gd2egEj15d9G2wV\nQvyocOJTGulIBH8syCG22N3HGHgzLi+5rk+kL39B1ydQijzWuE/fyJWGyUCs\nozitfhT+ZXL/B69u0pAoX3+2Aencqj9kQH8e5wNc7rFZEAaGUJd5iSebB54e\nxDsNfHt71rTxOH8H5eQNP9ymtr6sxjWiryF4XvODJe+gscecNm73IFa5aecQ\nURbBI6nCnFOBMPXAXvqxtNZM6UpiDp1UcQNnqQxK1jFoe4b7KMs0xWYlqjBm\nZ+opsg6nR5iPJ/irNGNAU1fgkQnAQnmbs0kXX0ng2oxQRvnHP0/1LNlRLDxE\nhTjHXNgPC2llqU8BNnoFYQPr89kO4p6AhNLEg+afC4rqWOHxIgr+jmPnZAsU\ntAd3MZi4A4p/uq0aTO4TpCkTU6kI9r61jrz6VB1GQMR4N+aDt7Ys3SEady1d\nCpzsWuHHU1ZyAqy28ISSKmboCc0J7WMtdUzCPffbpJiCkQQAmYrEW8PoJATz\nYKWbHNwANHih+TxEmpifmmwjXSILnXbQzDH8mLpinXu/xEVGeUjycq5TLIAS\nHn/s\r\n=oX/O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE4B/1VObeKM5LWgeec+1xKAgj57FQPBR+z/RH9rOdrgAiEA+2We7pfp92JmlkBSedE4+7CR8CKwxUjJiqF2sTac2Rk="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.13_1563467482324_0.9010064422695516"},"_hasShrinkwrap":false},"2.0.14":{"name":"to-boolean-x","version":"2.0.14","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"d4e117fe66ac56203b57691e4ac3f93d216940da","_id":"to-boolean-x@2.0.14","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-47o+3j7bBH1TX2olkx3noaktOzbJbhCwpRn8dXoJABcqzo8iCNv2J37JEn6scnMDyU48c2HIMXcrr6n/1411hA==","shasum":"60e5ba60ca3eaf1b2ab193cdd53b301641ba8ad5","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.14.tgz","fileCount":10,"unpackedSize":25979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMjSRCRA9TVsSAnZWagAAvQAP/2DhzRDZQxp+qRovR3pb\n7knjDGtJcPuwhFG7u3wmDvpr5IA7awMeToHJfoce6fyxvIsIy/IywJ+eQRDg\n+pYXxuzqla12WfEZORB06AJ8AwhilR9p+JreCYqK6zdRSk2n6wtf8lPo/5qm\nk4daOH1hPliAy5EEbyFVbzzDj/elzf2VMPTLTkWNlb5xRfNkQagpZcDb5eG9\nqDTOfBioxFIEFZaL4ANroJE0KqqAFkVQYHQv/welBd0CBLiwkvog2t+I1dvq\nA84jYpaaO2stW+nLzr9d6NpfCUV9DUlJFl5u+603AiLkyw5fhHACSKljAxPT\nxAdGKl/v1OX10MU9GPyGk7dqLXk8bkYAwPYl0GjESGgyNglLOQHOb2A9V1HT\nSFgCKAlWfAK6kC6yqTejoq9ZSJBW+IJqa7a+X2JWexjtmZ6f2umm+ATataIR\nQoIfX1podH+sDXxdPHv6vQ4Sc+MUhL19NtcGuNARXNh3PCoV3v6dAzcVr6Ow\nYJhyAdyh2T3S+qnIwgoOlc+h7EVnQJPhP9XtMoOzLz+GwOGwUd+S86xJqkuM\nHTKYXE8yYlcJCYmjqP4QR44czfJKZatTWlMdOnNVuijHzIJerUZgCryW/aKX\nTQbSDNHSaC9v+maDYTnafShLyMqQB/GnUp1pDV3MPSsMP6pCzPbcC4YH5Lq1\nENUv\r\n=GMFM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDV9M5SlAZQvDDiojNXO5ugkHtdcrF/F0HGD0HZ0ysd3wIgfWFqZ0q1YJ50Mko7z/8RO1Ehi74WFiy/rW4x9tsztxc="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.14_1563571345005_0.30822780525231175"},"_hasShrinkwrap":false},"2.0.15":{"name":"to-boolean-x","version":"2.0.15","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.8","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e5fcc677f5c0b3ea89fa7fc0f0bba06de4420b48","_id":"to-boolean-x@2.0.15","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-KZb/mnSjdnBDMs22XpbdGKANr7HkU7cohx5PV5bqL6Fd+vh2aRrjpy4cbL/B0uShYiRHxA6e+jXg8bIn2VBzbQ==","shasum":"25ed92906f600234970ec1c242e92b247ae39e6f","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.15.tgz","fileCount":10,"unpackedSize":26007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNNx2CRA9TVsSAnZWagAAadEP/02DgzPa9SYvtcNUpO7v\n7IsnPSigGHl13IHph5NR18hLd1nc9kRWBsf5ek1Iot+ZNsntsXLp95VOhTJv\nw0+ZX/GxTen/RPk2Fk1z1KaGL/U8IcEckmovtf/bHULIWmulCRCgaaq3d731\nrQ0Gy6+zdhC3Ej3+OLXr+t2YEMrF1iAeS01i5s5RZ3zEttwf2YLhbd6fjXoh\nw08rCfWs7l7ZQQqsQ+P3btwiThKY4EQebr6uo0mE6y7FHsl+TCnAhyeUcSl/\nHfrTYHJeE26y7jIbZfM82iVsGOWFETUuOKvHNTjWiQfl4fKkwE9g+QB6PVXF\nrV4FS2rlMSsFEspoF/j8Z6CVlEmy4uRruOvHH3dStvWlvzDL5JQyKhlvyyQY\nKAEaShie6/sKogaQCS+IBeBqGMBPEemzq4UfkPyVmb9BViJVQXTTUk64xJd3\nE9HIOEcbXhx32mepmRvQp3kTsBrNgC3EKWMe/onNVOxERcQCHdo/DiDVOKXn\nJveCx5i54LKyr/Jolp8kC39S87+pTtPD1r0beEj7bWTlRZukKC62ZqqkmQWN\nwq1dzH2FvAUx1LvHYiRtCVZV+xSosloqMF+1d9zV0dj73OxMKAumLYoyYGis\n/srm3+AFf/sqXm+rT335NU97ZEBcUKXXzteF2e6qorf/PmKtb6lIN9Iw4rzd\nrlh1\r\n=8ft0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlSWDzl6G6dUSqpDIsySoobC3Uo4cKEDzmb4iu4rwU/AiB8R5DrasS/QHNBlU2SmZ6my25Vvyw+bAtPw9gD/mK3/w=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.15_1563745397794_0.1633707916689906"},"_hasShrinkwrap":false},"2.0.16":{"name":"to-boolean-x","version":"2.0.16","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.9","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"633a970ef6713000d93df4c572f3016fae6c2e36","_id":"to-boolean-x@2.0.16","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-+atuvs4ZwhUAZMjtfYYLKRv7H006Kc0jFTac5uPAZswFcB+zZAe37FgpXmAtHqI8pAZzLyJ4MgthM3E/jwHJfQ==","shasum":"036063a1c2a7c7d60020e045656cedca428897f6","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.16.tgz","fileCount":10,"unpackedSize":26007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNOKZCRA9TVsSAnZWagAAvIAP/1DVpESn0C5XMSLNPthK\nvApMcdJpovCgodpaIUQA3vNxxohHbzqVxWXJIRdQCiykLIa1N6Z5UH+Bo3+C\n3Pos/hjjLs/t7gbDxoEFcx+qtg8sCbK3yGUK0YO8oCVz05w+XOpbvPlUgyqt\nlPCt3RymaJjHR0mM/C2rydb9QnWxrOzUeH9+IYX2+4zSYMsXThHvTF+m+Fmf\n/pdNpY27sPo2SI7xqlmLw8sjxtHUsxYc/UcR6J87GLWy+Cqydv6xWC663hiw\ntvchn1ByKrJNcXi7yTHLP5GZ7tvqhHF9JBt5Qbpg0ZqbvTZguA3U2Z4lvYPU\nYMPDjUc4GClWhIEokncA/GOb43N0f0prUHix/59Te4qB66CFGWQcvHZtfsPA\n3TM/67/WeGvfx972jiV+aYdAPzjvi9BPzl9MmyTDQTu3/znOdnXXO3R21sAn\ncuwElF2cE3BmwZBeLFdnm4JF1l/0fjKQJKOBZT82rtvu64qZSC4PXbkdG4hz\nywNChVcWMQhan2d+Rcsx8ghRhAv+ktng6rrOcxGquPGqids3d+wU67TcyFqA\nUMpn1yjpiqSrOPR2aHzzlzT71yVB45bwirGS5ZbAPjALbVxyNOGja31CXk8t\nQhWpIsOJdiz2AfCCMXLX+XIDEMqPU80cxsuAjQ5ia2WEpzQpCNNeHuABOIPy\nlXt7\r\n=3lbU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGkBUep/3WpkrrpxBFCJSY259aGLCyVAcqfXKWSeYj05AiBEP8s3hGzHj+AS71wI6GVL8vMLQxD0+wle+rf/DOGDuA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.16_1563746968606_0.41146831606929224"},"_hasShrinkwrap":false},"2.0.17":{"name":"to-boolean-x","version":"2.0.17","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.10","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e8fa9e27e2ac121df21d1673ce1a338d8e4244d6","_id":"to-boolean-x@2.0.17","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-AUVGIzL8NOvB+NSCBa4gVYDy8FctmTnJeE6gK/kcyU/EvtciU4OBBYIEC91zLzDja3iCa21GWsWtpXv4ie90Mw==","shasum":"f0b2412fd735620dd2598d8f47528175f14cf49e","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.17.tgz","fileCount":10,"unpackedSize":26009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNaZzCRA9TVsSAnZWagAA7cYP/2s0gZd8B6vsp/OJE/4C\nEEIsH7IM+vvTlXJ45GqSc4NadjkCZ1u/wPLS4JU79OUUKB/46k4f6CENfg19\nLd2BCr93H7H/75Ur6Cx2rMJHRUcyekt4S48FK0A2K5uijJcFtP/2ekQSdVBq\n0BT7Rz6+WC4aFovhuPdxlPfru+8A2jiprY4ZtnpuZdvftV5FywybrO63c35i\ne9w7aRcw0H/4MFCdlnL8ayXDV1OPbkMTOc9r1JA2uNfckIeSxG1cbQKK+4Qk\nbyhP3EIoenyW3936KkMpIcEimyCyGBvaERKH0YCejH39cxaSc8rcsSBTTVAI\n0qE0cCL9scdchMz651ac9ciwgNJgu7JHVv9nGL4k1friP9D6MbSqZer7gLDm\nabUIXJMn0U/1YZD/d8R5jb5WQ4paV5PVWvfEoxK6as+DHK464wQE+CE9N/mL\nwn6rUqrOkSAjTU3y3iN3PTlKP3+DJO4bPza64q2hk2YZKV7uI9GtZn4oDFGq\nbNWWB3fB2AJ2336biJ82xCLPxd/RZQ+u+cY1gYY/mba6rxuUfDMPBZU+v5sr\nh7VezDLm3nPlk6uUaXBcIIiJLrHX1aWYihYUIxvxN1JJbDglHPQbtadH7ybb\npKqpsBAyAPje5kyz8POVMh5Fgogms6Nf8Wg84+GdWZe4M8vJ6bxSI9m6RNb0\nbQcR\r\n=ax8g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDc72lCoV+PPaZQwPKDbGUC+D3qLcMttePZR9VZyvcFZAIhAKjUaAKZJSq49ZpkO8WK1CYW4D1iLt0jGMC1dsOOornH"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.17_1563797106661_0.11550479300576932"},"_hasShrinkwrap":false},"2.0.18":{"name":"to-boolean-x","version":"2.0.18","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"d23f388a53297cb2007972ae1e7867befc5627ba","_id":"to-boolean-x@2.0.18","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-McNIsnbjg2i96uxkfttzNccoRsv4zXtGDDm4aAdEAp2AnLo6MCsYyS/GN1vF69N79O4IDpXdKwfIkKzgBEWDwg==","shasum":"21ea74466f414cb9dbc29aea8f8ff666cb2ce6e5","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.18.tgz","fileCount":10,"unpackedSize":26009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN5kqCRA9TVsSAnZWagAA360P/AsVVFYA7pz9OPJCfiea\nlRcNIS6v9JJflI3RBkg4Fqep3AjqMiDt+0OIV8LXnD/FEbSP2Mn5QOedx1Kr\n+s+dyOirpY6UOsXLKakQmq6cOMmmltoZpU73wxr/JgqxrAr7/izzO+71HjrZ\nYzSZXRbnWmegih79NbOuuvSZeDdE8s3a7dgvnd8tQOwlGX0ui0A/wheNxOup\nQg+1gTAZOPv+plnZ6ea7eKM4pWcKMfI0tb8bEux+T8mCfxewLtJQGT6FXK63\nAtNvhGWS7CqBIXiCccTZrirth56sEUKk+dZ+/okqvyx70BEYLcqQ2YhLdXMn\nf+Cy4Gr4vuc/4zWWr0ptiPP+S8DyHte1pFglaybsIo03NjzPcSfABvuBAgnO\nmU0Gti1ZwmWtGOFp8K+wHumCC2T/UdMG278IolHac4A7dfTXNBucyAvlHpPO\nM6lq+/t0kuNDkaRPy9xteFXwAi2G72gsYDz2XwRZr890sNKHWznGbk6Am8Lk\n9R4d1rNPKm+icjsZJCnNwSc8VPLvCOFEkkBTSSK4cFy750INXaNc3tP7QWvZ\nXqmiWcPbAALe0Zwbcsi5Q4PkXN/zG2JSEd4BdA/AFe3ehR5g5kUGI4I6/dIC\neHYkQ3RkdNNxVZj6nRi/8IlpoQ2pv7hRLPfwC7mhpOw552Yon3oOEZYuHBwU\n4TYG\r\n=KvSe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRDAq2B4X+INn2PQCOSAQ+5qSkt5OueaLrKyhScFPi6gIgNJJJiz67IaX64NQihbzJMMeT/2syiQHURMojsBYrhgA="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.18_1563924777946_0.8379072635794245"},"_hasShrinkwrap":false},"2.0.19":{"name":"to-boolean-x","version":"2.0.19","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"dd610699ac6d01e1eb52d2fd70627623ef10dffa","_id":"to-boolean-x@2.0.19","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-0/H+iHjotTl75ZpcLgcV4Bdh8DxZ2YSpPU/yq2WNwXqCpwRRQYxiRVq5Vk2OlbMor9FojfalaPRgWqKYplByrg==","shasum":"65a3b04d0733b62cd7353dcfee92cec5897ac008","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.19.tgz","fileCount":10,"unpackedSize":26051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOFlSCRA9TVsSAnZWagAAj+wP/2ooBVOlwvwsgCSeaYow\n7jwgYSNZaOTd0TkUwofHFnC1vutDEVWLme373N+KHu7SZ9c09GD31nqrJfe/\ng0cNz8oqrNLzlSGcPj6XDA0m1MWn6Rv0me8L9Po4KXiyx8PfB0P2jNaLXk8u\n/abbsu0ArzLiWS6i1oAw2UAha2rLpiZxoseAfHslaeYxZl5mWF3MT6LJzGJG\nnnbdKAC0GBuwC9w/dQi/PxmOKfK7LYvsXdY9d0FHM5ZwDmb/7hRFCkHGCj0s\ny65v9tRuBjCtiD/jvZ1pHP8Hute41GmrROu4qT3+q1APtoxdakhap3cU11mh\nRJOnXeC42SyTkBsZtP4/GmwMOuxYdiDRbNeaai+GIrbiVkKR86zoQx+7DWuB\nkpIIWeY4r03zVilJTHKwHyg9BhgST6KSJsAxzcI2lkh01SQgeJbPp+0WXXDL\nF3ZLG2E8arFheIjsVDUgWGtu/akZxT4lDzRfx3FsBROAp/MdlVtJFAs3iBy9\nhp2Nd0oZLsb4M4Lu9pSi3W6s7xC+o0cbHkQTVgk9DKhK8nIq2ZiCzxgc4slQ\nzsn3AVJT0mVNqSfYAff9mZ026gGqYqUDezhMNwGr4YOCmski0+m7mKi2RfKk\nofjw+JWMkB6spaG9SHCkA78f2Ep9cz2z13pb5p4Uz17txqVMRkWU13Rr6WMX\nnvrP\r\n=lIsB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzOIgErznkEIJ4vmpBK1TR1FPZQHifpVTeiu3j7YzswgIgeviW6NMwGYwNKeoNT7AeZxO7g9o2joM5u9/fPVdlFXY="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.19_1563973969531_0.29794897349709704"},"_hasShrinkwrap":false},"2.0.20":{"name":"to-boolean-x","version":"2.0.20","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"6becb2b1c53dd79265c25317be58679c171687fe","_id":"to-boolean-x@2.0.20","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-0ybdWbCQq2jhdABlWWddizDpY1JlnWtW0lsdb8ApEWw/CKvGspsm/ogSF5nAVofFRNlm+fSBfMgaYtyd8AW1Fg==","shasum":"f067ccb05ad74add8da8845b1b80a60ab65e61af","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.20.tgz","fileCount":10,"unpackedSize":26251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOH8XCRA9TVsSAnZWagAAmRcP/3zf+s6VCGczeXCNTWeb\neRDvFErvEPiZjiSxtkPuK5Ix1I+YOoez2jE8iN5UA3Q6Wmu4MWBKOnblYGGu\nSn6cVsze8AbsTpsJWl3ds7ugZBkD9ORZORnJYb5CJGCwInqnlrgXWaXFwrrZ\nRYLBsXoGSbakSrPYgwDMuT3UdWymM1xHOPebEcvvhj/Z2n0zyH6IRVfQxnMq\nAS06TJCs5dLYrr0HBl3yI594HGqux0iC3FecXCOj/9iPp/yU32MM39HOfd3n\nmad4W+KHIhLr66mku7tYB7g01N7bbjHamIj2Tr+9+ykYXk6/RtNbLXo6Dpqw\nnTkZCNS/c0IBh82AEFeumFxuIsIS73+dFRGwnIfreFFR4klYCO8Zlklu3t6o\nmdy1mngUcH4jyDd9YEUjedhbQmyPp1VeIuJg6GNcJbC5LuQg2WxsSLuCeXJv\ne7rFWsXZishm5cp9XuiEOhQTq1MDkakEGh7hne0LxhQB9/+QbHIffQf5acNg\neuOnb7oGFhRXeMyVRjFkvi6gRkRPfmC7Wt+Z2oZuV4CzFXh7J//JgdWslsfI\nPF+LWDklvh7kG7G0zQX/nOy8SYINhBoGKQF111Q33Rdig3nL55oZ5oa23dtm\n7k8u8YNtVorxNiBaoUL+VEEkHpOsNLawm4sPyyrGi/1lzBbKpHCbjg76wbx/\neB/q\r\n=YYwa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCYZI6d0LaYdM65PPippwRclfddrZVNWK4B9SAofHMiAiB3qbFYqC0nB2RF2BlBa+79ZwkhX1JNzOQEDwEGrWHJOA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.20_1563983638178_0.8847597069438402"},"_hasShrinkwrap":false},"2.0.21":{"name":"to-boolean-x","version":"2.0.21","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.12","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"b5be6a5f377316ce132d5d225e01a572f1877284","_id":"to-boolean-x@2.0.21","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-5vXluAcIq0CNidaMxfnGezHx3gPcdQhjbZurcfFHj4PJRBj1OK6Pwzn8Cobxv+PRaK96lkBvX940VCXcrvGCbw==","shasum":"b513885c52038fbba691d5f13752f474bb4d4944","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.21.tgz","fileCount":10,"unpackedSize":26251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOh51CRA9TVsSAnZWagAAyTsP/Aulz1zzI0dtTLdUYmkJ\nztIeEEchEbErmvEeFqPIK4uBCBD838WHyZyKUOx+7FkhH98Tey51Zn8IuBJy\ntL8j7qj8Ne2zGAHq5FlANYclFj7xTgkVY696vEfksH8LfDNZJM/wKZeajyGp\n8CWUmjOMNK1FJuVuymRejyLrpQV85Y0HoGKp/UrSlHih9R5t+vQ+HlFDNRZx\nE2wtp/spsK4gqj0Ctxe60EDsMrXECHkDaz3iT7+nQz1IR9ya0tjsZBKQEgFT\nql47U7nKqqMGminGYR4xb5sobodb2kr7ujfVaS9NC+rgoVnwDmohh8XBUE45\nwJTts5HBK4ik6+Jeaak6Cz3U8peQo2AV6FV54EjRRIgI94sIsmNs0oQhh/y5\nwRegHongy6ErY1m6nTm9UR4EW8eJo/1B5jA7QfuFRjzj/w9h9wvqfTaFkv8+\nHg2Cvl2b83wDpx0fGihkOM6RV6Q22fN0fFuQI8n2VR0jnqB8wbEH57iWChxe\nm3Bj2soi86LWA1XVPrskJKPQT0T/wmpsXk8kf8gmdUPQie/c57DsTsUUxCTn\n8yMELspdvImyyVMLc04x1GGJUCfEd75LiVHvQyP7VTuU7myeKvho/9Sl+WJy\nBHFwj2o4p+4fz4pGH+rde/F7O0lnecGbTBjGceEpuU8Gqyq8721+mhU1eEIn\n2U/G\r\n=b+y9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAYrEjtMTirmkbud+Z4wiu3OrHWkAx3g64QYDttX0gPwIgQ2mLXHQmfW4j/qV+up8ME/gYxk5NLBvPEkeKZNauXhs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.21_1564089972384_0.46827307633334936"},"_hasShrinkwrap":false},"2.0.22":{"name":"to-boolean-x","version":"2.0.22","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.12","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.7","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"6c37fcfe6689eaaee580a0c00a4428f76232fae0","_id":"to-boolean-x@2.0.22","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-LDR/hQi76cf/E4VTCNRMo524qgvkUCA2D/Dj90Djg6O50Icc5/kyhlH8lcCepTVg3qE0fUM3zhtPdLD6KSf5iQ==","shasum":"8b55aedd6013f99b9a200c0b939027e15a06746f","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.22.tgz","fileCount":10,"unpackedSize":26488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOvMBCRA9TVsSAnZWagAAlYMQAJXKsePnAIcHfFZnWYHS\ndXYT3WgUivO1QgiE1pShjjPo2368iGJYVqMDS8WKWX0EzIkvXiSUe4Gzp7IH\n5+DvfERF3TMZFGqSReAIs5tiz+NnE9+2mzcTsKkCqzKixm/oE8YZRwv3Axb6\n4kp+JqqNg8zGIk4DiZhV+mSUcZxJo9cHltN6AqMJS6e2kADuC7phYrwjeU0/\nNu2Vn+WTzDTHbgK2t5TEjZyNkZk7lbcxzWl0/SsvOxCzEA9d2IOEWRgkr47W\nPut5uq6iTU8B41fOuBuVHzgviHuG7bx++CU+1ULAct+F6GiBqIjjBaFyseGm\nAH+qccwSeQRPqAC0zjU9tWqJ9NCW5iQCaSNSEhBCRMma25X46b+Q86Gl0SFo\nshhodqg9DbSR51Aa2V9II6tYnILZ66XrHf3pm4T5OGqwQ/a7FHH7SJv/2Nst\nN2hZ1CSFr3RLg13mBN+qYfx5TpXGtMph2hjJQe7jz5JNiX5cmV43wxZERJQv\nXHWMUjnihQE45G/RqcL9AqJwWI4C0UVS6jHs2nILo57DsFCN8uuNI5W3/tLb\nlOmOL9sWdrdpIWIIkRrFPLsCk66O6FrUrb/kR4h87eM3WKnE2Zoh+Ou5grXK\nfba0QPDO84j9W8HcnrsbQwgS84+PrfXwnE4Ftjh/5PAisV4osRtdjPaT4nh1\nl+aU\r\n=XsQ3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmYQX3SF57yopKEhVbdqWCrcyPu9zBKPJJi4zlU4NMAgIgZNAR40ga5h3XBe4fJLyCtJi3ZcRtUa2EhlfSJPtLa7w="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.22_1564144384604_0.10409149894043956"},"_hasShrinkwrap":false},"2.0.23":{"name":"to-boolean-x","version":"2.0.23","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.14","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e5e98c1451fc2ec5d895d69a41ab9c7ede52772d","_id":"to-boolean-x@2.0.23","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-/REPWjNklieonLl9RHJeAlVpNohu8v6bF8aCKoO2xOfyJVJAVe9dl1n00FbGClOH6fo8EDRb9L4sFSJE8o4f6Q==","shasum":"bb0d4f0adfd48778159b89bf48a41ed075b51d66","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.23.tgz","fileCount":10,"unpackedSize":26494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO5dECRA9TVsSAnZWagAAktMP/jkOU7UCKv8KO3e3UnhX\nt8hmUs8BuBYQ9cE8h5keJ9qEm8rkS75mx66Bjz+UDNCfGQfvszz7lRIBLYuF\nnLnEmCU6d3ltd8Qid8XebbWUh2kh7IbWj+pXZ/ELkHe6sDdUK3YIbVGAQDJb\nyoqeLhwS/bncyQKaB/EiMEGqtJaeIkKAlahYx5RkGI7TQUT1UpDTJOa5/VY4\n85TzcvTbKpcrbHyylhD/3mg5TgijbP6AGg0MR5MYq69oVG10Ev0PuxppFiKw\nEov4J2D1b7XvtqI5uniDwg2bZZMVJI+MvP0hwaoMw53/K29IpAedksBEdopy\nV+gHxFXY9D5MMZkz0tMRXFBknjpGy+7/Ef43TtAgfT2tynP+rDpsfe4Iclq6\n9Ihap9bzlTSp1k1PMOTlk/0DtWmCnOOlkSusHTTHvrWDYWdNJNVlhu/h4qtZ\ns4Tufu+kAesAq6sr70Qc9/9uMyKuz8/N8Qzy/TZTkN7GEmNIKCegDXQPfFJG\npLvvLO1/0uvq5QPZvuSlslGpZjNQ6iQ+xmLTbcdsFW6mHPelQqTuV6/UF6ey\nL6Y85d7+lHGM75smjIy/MJS8ZTTcoCvcIK66Q0HFTNCY4vCad+CR/2dJVTvf\nLku0WuvamPHSIXnGfV455vbaCNH0Rqpiyl7qBrjwnMjtye0AfmUHJZMYwedj\nvPqz\r\n=moG7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF6HB83nosU6jD75BCrwu0JMkjHFKDmy85yS+NPtWNprAiA999MZkoDntkAhzT37yEBynNBcXfNrYI+C5QxLJuvFLw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.23_1564186435926_0.2997153059896014"},"_hasShrinkwrap":false},"2.0.24":{"name":"to-boolean-x","version":"2.0.24","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.14","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000986","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"0be9ab3290b36312e5bbcfe5b793fbf0cd5dcc13","_id":"to-boolean-x@2.0.24","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-hSTnU9eDTIhLb1MXQjy5Z/UC4j/gFRswhMizxve4m6hQ6514ujH3GylFfIzbbhZEzABOLV0ec4Ib+y9WG89bQg==","shasum":"5ab9aa165441fcfd20712c4f5ffc5f64ed602cfb","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.24.tgz","fileCount":10,"unpackedSize":26494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPE5hCRA9TVsSAnZWagAA3PAP/33hpKQsvjpM/xU7RkkU\nhxgqLG/r0SCJg1w52jUUgRws770uW3G+EaxWZwd//GxnrsMQ3QbWMGu2Z/kw\nh59gYEjzNw9D4l1KUM+LhCaW2rti0L4wGXXxWHY3b31TkigdBaGd+zsbCVpi\no8U7j/MjNsCPsYBoIhj+tPqPsPqHxouoFNtS96pjOm7y3Ou3aZjPf96JJpMs\nGj2sGHGkDMq3L+962IlLo7CQb+u7YGwCAvUarZJLQTZNEd08rGXp52j9ukhL\n5mzoNjykY+ipLK0XMDdBZZFe9HGn1hVKDW2gRPJMzQlGzmLnEXqSOQlK9iAg\nUkKy1zKBrHHGrjWRIiec7P1K3ejirE3EovBmG3WvARofLXEiaHqUvfPXy/fY\nJOivZY42iZliFLX6pF+AnrYIw4TZsyQRCL1AaiHqmR/t96NzXprD8d5cM6mf\niTyN8bHbkOUpbowqbFqm11F2yQBJYLkldSStbcRsXamFVlLhypzXA8ePJ+8x\nQYd0xM5iuT4tlBUr84OIACvvewKom04ZElqZHFJCMOVGyfeweaG4vaLyPR4x\njvwcrWC3mdnuBWy5QdrLzIqFc3al2QWpjy86IZDbXAQP+fdD5BO0DOCSjDcN\nXRVWnG+nLind+/0TxHPNPYHv9PYy1g6OBsCCZpgMnGF7mZ04umtLaFGJGFpb\n/9pn\r\n=fRNR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKSUNjWBU+TgLKPo34Agm/fQVQezIhLhqVknCsf7izpQIgW4UUgxXMYtD3mDZ2kNku/dRQE5xMS8xNzLtXDReZcvY="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.24_1564233313345_0.3953627515328608"},"_hasShrinkwrap":false},"2.0.25":{"name":"to-boolean-x","version":"2.0.25","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.16","@types/node":"^12.6.8","@xotic750/eslint-config-recommended":"^1.0.5","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000988","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.1","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^2.6.3","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"d936f64a93cca9aa1f5620077757598f510ff93d","_id":"to-boolean-x@2.0.25","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-5SQIycEIoEXqfxK2vJDzAViGENadRvxwHJ3sfVJopzBPB754RM294UEZ+EyRbZBMIix6WPKSid6rS+LNiAP5Fg==","shasum":"54bd1d5b2790d97dcca6ee80cba3cb691c7f936d","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.25.tgz","fileCount":11,"unpackedSize":26011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQguaCRA9TVsSAnZWagAALBsQAKUEo/OVE8gG0G8pJCA7\nGVqY15+Q3gl8K81xco1+qSB+6zZCaggULspNj+XtT5JwxpAgj50+zRAObpUY\nx2v2rIKu4IurWrS3Z7YLrB6Hd1qoztG9O7gBRk82/bstmyH1oWLsP7EZ6vR/\nPwU1sLVWtwDRdfyXSqQv57EKLEjWwQQA+FAQyVgeLkL1OFOgdXbX7kh6MfZp\nKsINQ/f3kDqEVrVR3XIl7L+MM9aBs9tm51GBnIqZg+jtKaKO0DAU51PVsKWR\nfpt+OEiDmBEfVzgUK0GT9/WZLy2Tj1E+va3MKRJHAR8EcveC1wvC3jQQckOV\nhNVpJhvfvHUjlgpZR+9YGq+Y+GXut9DfOAj+WgMr767TpmacOjK9WDAIoaMH\n12uiQ1TKj+/fdrplUGmZRLgIteySMgcpe0B6H+rmf8cnSLqaq7DbkqChfyyo\n9MANLKrt5WrnhrtRMFlngcXKmXWmMhyths5U9oLVIx7ZJa8M/cCUH86EG7rs\n4FyH0cQKggZRnSAYl73p2ZC0HOZWdYZb72ynAmcPIw8C0o+BLjvlhq7fCu/2\n6RRvRPKUkAy5TIOlXf53qu9/+oUs/NpelRYWdBovSZKdEeuAaqLx4hHLA+Ev\n4X0XF+Hp7HUCbkRZAJx+k+O0GmEY++Z2e5hvWufQZsEnNkXQIKojkI7H/tyx\nBDv3\r\n=hc1V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBEXjnwt6AYHe0O0gqfJxix2wB+Y7W8DD1yJ6Yix1DV9AiAehZHk44rSOsvU7dsk6CZ2dzVGbLt6VaVRgCxkjdBfPw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.0.25_1564609434164_0.9513585723582105"},"_hasShrinkwrap":false},"2.1.0":{"name":"to-boolean-x","version":"2.1.0","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:ci-coveralls":"npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.17","@types/node":"^12.7.1","@types/webpack":"^4.32.1","@xotic750/eslint-config-recommended":"^1.1.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.1.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.1","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^2.6.3","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.1","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.6","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"f73c37ad0a8f9422a22696186da74788fff4645a","_id":"to-boolean-x@2.1.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-As8eFmLG+/XPye5JXbEUzqm+Ygs5qk/TCr3pJI7IxXYZbXu5bG7qsYsYqHvl4ft7mhpPKsIMQbpJ+8qmi7K65Q==","shasum":"c18c9e99d42d1eacedb526e5fb944390bd37ce15","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.1.0.tgz","fileCount":11,"unpackedSize":29587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVBnaCRA9TVsSAnZWagAA1/4P/isHp5Jmikw86uaZIvsK\nZpVGllc6dViC5lf11x7PuG44M0lVn9WuD3HQEg+6PIdNbJz1cNZKd71Or8AL\nXl0DKoqIi02AUazejhwTHn7Qykc3UtxGq6ZIhSfYghauRGKmNFw9LoH2DuhX\n8Y8sTUigIkm9FZIa3Ypkg5Z7CKe5y7AsFpjbtUefbZ/m3aVauP8DG1R/t7Gw\nKipXOMc1gkUo5bXLbOdiE6RIEOt7aSojIGSB403p3DtC4sbwVnZQ4BP6N+Y5\ntbKn8JIdzQLCZZZSd3+XYdzZL6t0Uc6Gc6ncN1wDq4nkLMVyhErmCQEFW6z7\nvhobWQSR2jLCJK4awoN6yKSe/fdSnEALh02DMPuepWoNBKo5gldKBgIh4YQ6\nRDCb7Gb/vZuVNixF7cYEMDXpW2WSAatMsA34ilZVjZWKal3lFr00a2ftx0+k\ntbqx5rDNS0B74E9fMoTT1JiWyN/FTLjEXB1I0oEbD5+o5qNMaYsj3ZHko54W\nhT5xbN21Ngcf+JyMOFuUm2BX/R5U05/1Zgr6rV59kCR5o2eFVYxEp64XcaqD\nCZ7R3VQ4GO6zcpGVwrKDdyrKL2nZ8fC5oGw1jfZuC4OZrGAn3PXZlBa5HuLE\nCqAwdL/PTjhcMarO4mF7j2FZ6hCAIkkjVee2sF963W9rBkw8OsTBL27n7nf9\n56Hj\r\n=wxOt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyuZy+jcyi/6OnEWQ5n7q9I3w4+WeSBckExL6PE4aXUQIgElZv/6eIP8xjmCd+VaG8b2VFBorrqvGMp8q/PtGkLTs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.1.0_1565792729346_0.16548164633622164"},"_hasShrinkwrap":false},"2.1.1":{"name":"to-boolean-x","version":"2.1.1","description":"Converts argument to a value of type Boolean.","homepage":"https://github.com/Xotic750/to-boolean-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["toBoolean","module","javascript","nodejs","browser"],"module":"dist/to-boolean-x.esm.js","main":"dist/to-boolean-x.js","jsdelivr":"dist/to-boolean-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/to-boolean-x.js -o dist/to-boolean-x.esm.js","build:base":"webpack --bail --progress --profile --colors","build":"npm run build:esm && cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:ci-coveralls":"npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","@types/webpack":"^4.39.1","@xotic750/eslint-config-recommended":"^1.1.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.2.2","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.2","eslint-plugin-jsdoc":"^15.8.3","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.6.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.9.0","jest-cli":"^24.9.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^3.0.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.3","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.7","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.2"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"5a1681b506a586b4610cc564b4202347dec03784","_id":"to-boolean-x@2.1.1","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-ir6nGXyTFDPIUiMuePbGIx5UnY6JbxMw7e18djKrDHhXvt14pbhsbatFzySIVW++4vevTtQNYinh8bKOCW//KQ==","shasum":"1aa3fe266ac00dd853305279100d2ae8b6e848c5","tarball":"https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.1.1.tgz","fileCount":11,"unpackedSize":29587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZq5fCRA9TVsSAnZWagAAHYgP/2nBqIwQJnr2b8hyzuHA\nASUscLeWKSL4sSjYlq+M6QeuD/Avn2n1bdOZqvS5Y7p++PxEqNGgq3TqmTwT\nrIj+IkKzmsYN6WoH+3gU2AQMxgffx3nwoBwHdAQLFzTIXLUX6fvAVQzujuXL\nGn67dNNZfTCMWbJ717Y6wzag8tix/S2YsSYjR1r14jll/dzc0bzDIb8D/OCo\nu2KuO+vnyD1Lpushx58Gxt32giR96mIXWvjUQvs2vReP2vnKmfL9bZWPar9M\n+h+OeXkloXOdLog7Umn8pZVp9Pz8dYG4q4UrmgTYgxrzxpqkd+pg5uUJSRmz\n/Mf8fQjVKWQGOUyWKQS7qc7PY5Pcte/qQ+RQQNGOwrfHUTPbmZiRyF7eweT7\nVp6OLVAxILCeyF8apzlta4I2vxF3filUISL3dWCErda1bcm7tgaCYUNsHLdv\nFkQNSeLIaQO9f1N83BuGXi0LkIc72K6CfLZDWy1Q5f/oNx137R55wUL5hyhg\nJkO+9TVoJ0iq/QqSQs0yfrjjuGg7XN9rIwwbC6fyE1iIZgmcaeTKHjXTuweN\nLBHoO7X7PSr8GizGtXLoDD0YBZlGrwWncYRmVy/mWnRQZXeXSgKngb8vdkEb\nRTYj0Q7Ua3nOdmPCB0ozagylebkMc5kRuPzAXuHN5mSD2hSeHMrV2DmOlw4g\nJM/i\r\n=ArCz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzQYLsb9D6X1LHL6+sA8r0z2xR8C4MKH29fHOFWyTF/AIgSK/Ur7g4ujtJjG+vgFKOQW/Bpx3d6hDZdTnzo7NxdeI="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-boolean-x_2.1.1_1567010399198_0.9033393934071188"},"_hasShrinkwrap":false}},"readme":"<a\n  href=\"https://travis-ci.org/Xotic750/to-boolean-x\"\n  title=\"Travis status\">\n<img\n  src=\"https://travis-ci.org/Xotic750/to-boolean-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\">\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/to-boolean-x\"\n  title=\"Dependency status\">\n<img src=\"https://david-dm.org/Xotic750/to-boolean-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/to-boolean-x?type=dev\"\n  title=\"devDependency status\">\n<img src=\"https://david-dm.org/Xotic750/to-boolean-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://badge.fury.io/js/to-boolean-x\"\n  title=\"npm version\">\n<img src=\"https://badge.fury.io/js/to-boolean-x.svg\"\n  alt=\"npm version\" height=\"18\">\n</a>\n<a\n  href=\"https://www.jsdelivr.com/package/npm/to-boolean-x\"\n  title=\"jsDelivr hits\">\n<img src=\"https://data.jsdelivr.com/v1/package/npm/to-boolean-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\">\n</a>\n<a\n  href=\"https://bettercodehub.com/results/Xotic750/to-boolean-x\"\n  title=\"bettercodehub score\">\n<img src=\"https://bettercodehub.com/edge/badge/Xotic750/to-boolean-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\">\n</a>\n<a\n  href=\"https://coveralls.io/github/Xotic750/to-boolean-x?branch=master\"\n  title=\"Coverage Status\">\n<img src=\"https://coveralls.io/repos/github/Xotic750/to-boolean-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\">\n</a>\n\n<a name=\"module_to-boolean-x\"></a>\n\n## to-boolean-x\n\nConverts argument to a value of type Boolean.\n\n<a name=\"exp_module_to-boolean-x--module.exports\"></a>\n\n### `module.exports(value)` ⇒ <code>boolean</code> ⏏\n\nThe abstract operation ToBoolean converts argument to a value of type Boolean.\n\n**Kind**: Exported function  \n**Returns**: <code>boolean</code> - 'true' if value is truthy; otherwise 'false'.\n\n| Param | Type            | Description                |\n| ----- | --------------- | -------------------------- |\n| value | <code>\\*</code> | The value to be converted. |\n\n**Example**\n\n```js\nimport toBoolean from 'to-boolean-x';\n\nconsole.log(toBoolean(null)); // false\nconsole.log(toBoolean('')); // false\nconsole.log(toBoolean(1)); // true\nconsole.log(toBoolean('0')); // true\n```\n","maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"time":{"modified":"2022-06-27T07:22:24.285Z","created":"2017-09-25T16:25:37.058Z","1.0.0":"2017-09-25T16:25:37.058Z","1.0.1":"2017-09-25T17:24:06.864Z","1.0.2":"2018-02-23T22:18:57.583Z","1.0.3":"2018-02-24T11:36:20.410Z","2.0.0":"2019-07-10T15:54:39.631Z","2.0.1":"2019-07-10T15:57:18.636Z","2.0.2":"2019-07-12T12:56:09.533Z","2.0.3":"2019-07-13T01:58:37.775Z","2.0.4":"2019-07-14T21:32:23.275Z","2.0.5":"2019-07-15T10:28:13.949Z","2.0.6":"2019-07-16T09:39:18.795Z","2.0.7":"2019-07-16T12:06:12.463Z","2.0.8":"2019-07-16T20:55:23.960Z","2.0.9":"2019-07-17T13:25:54.972Z","2.0.10":"2019-07-17T18:12:12.378Z","2.0.11":"2019-07-17T23:14:58.476Z","2.0.12":"2019-07-18T15:53:56.662Z","2.0.13":"2019-07-18T16:31:22.497Z","2.0.14":"2019-07-19T21:22:25.146Z","2.0.15":"2019-07-21T21:43:17.980Z","2.0.16":"2019-07-21T22:09:28.768Z","2.0.17":"2019-07-22T12:05:07.100Z","2.0.18":"2019-07-23T23:32:58.108Z","2.0.19":"2019-07-24T13:12:49.734Z","2.0.20":"2019-07-24T15:53:58.676Z","2.0.21":"2019-07-25T21:26:12.544Z","2.0.22":"2019-07-26T12:33:04.709Z","2.0.23":"2019-07-27T00:13:56.072Z","2.0.24":"2019-07-27T13:15:13.453Z","2.0.25":"2019-07-31T21:43:54.327Z","2.1.0":"2019-08-14T14:25:29.491Z","2.1.1":"2019-08-28T16:39:59.343Z"},"homepage":"https://github.com/Xotic750/to-boolean-x","keywords":["toBoolean","module","javascript","nodejs","browser"],"repository":{"type":"git","url":"git+https://github.com/Xotic750/to-boolean-x.git"},"author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"bugs":{"url":"https://github.com/Xotic750/to-boolean-x/issues"},"license":"MIT","readmeFilename":"README.md"}