{"_id":"math-clamp-x","_rev":"31-94eb0fbf3da337cfa880685d91ab5c3a","name":"math-clamp-x","description":"Clamp a number to limits.","dist-tags":{"latest":"3.2.2"},"versions":{"1.0.0":{"name":"math-clamp-x","version":"1.0.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^1.0.1"},"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/math-clamp-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/math-clamp-x.js -o lib/math-clamp-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"4553034675bd8efbcf163f8a930a5eebf573d4fb","_id":"math-clamp-x@1.0.0","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-IRM5GCrSXFT8Wj8u+Du9GX0TDvwAw4Rpy1G6MFFbQf0XZkaUeH+EfTxTzmQXy7j4BSt0CKT8ZZzhGkKXtU/1Xw==","shasum":"cc6ce496a824aef3890f47d4e68d6d54196261a0","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOsTSwcKFDfDGAh+lZqDJQVQG9C08dgZbBUdjO9nHtmwIhAPpiVuHOzNrx5A6jIqhw2TVXN0cbUEfNO7I/z2421Cjt"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x-1.0.0.tgz_1504304411092_0.8894095097202808"},"directories":{}},"1.1.0":{"name":"math-clamp-x","version":"1.1.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^1.1.0"},"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/math-clamp-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/math-clamp-x.js -o lib/math-clamp-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"9bf0313223e7b545eeb754e7b3246d39607b5342","_id":"math-clamp-x@1.1.0","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-c7Hxz6Ji4HtwUSMI1HU3Y7pcWQyuINlnCeE1675ZfNbEELFHeqHnEQXrWB7kLiiNTMi6QM38txFAfKq2IYqZpQ==","shasum":"0ed0685a64e6179effe4ec2646f58a1fe695514c","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-1.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEiywPEnbPRm/LCtbH+oIIPiTQADmAwWzXYmTtGEoYcjAiEAkZnYcIcz9g5VB5L+S3fQf2AMVeqNhjum/5fcyqMJpmo="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x-1.1.0.tgz_1504463527905_0.37435896997340024"},"directories":{}},"1.2.0":{"name":"math-clamp-x","version":"1.2.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^2.0.0"},"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/math-clamp-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/math-clamp-x.js -o lib/math-clamp-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"fb86312e3845ef2eb0277b03bba482a235816717","_id":"math-clamp-x@1.2.0","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-tqpjpBcIf9UulApz3EjWXqTZpMlr2vLN9PryC9ghoyCuRmqZaf3JJhPddzgQpJnKLi2QhoFnvKBFtJekAIBSYg==","shasum":"8b537be0645bbba7ee73ee16091e7d6018c5edcf","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-1.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQ/iCSKafS0dO2e41j1VBzPEkO++U0JUp2gO7fzK/NGAiEA7RdTT7LZG1jeT8thmgxdvEJ1LHIBuFA3IwMZOfKV4sQ="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x-1.2.0.tgz_1508360753682_0.26873629773035645"},"directories":{}},"3.0.0":{"name":"math-clamp-x","version":"3.0.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.6"},"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":"08374a10690b7756984ffc097db4d1ad0231e665","_id":"math-clamp-x@3.0.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-fiNnWkiBPdDZy6J61PGqTvGwnQ56azdDIj9plIwD2p1tVrPSxzV/g1lL/xSEblKZU6e7u/pXy27gDKDHeOjUtw==","shasum":"706b34eba59f298f171d1ee2d0ddb5c1ba611203","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.0.tgz","fileCount":11,"unpackedSize":174612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK6QtCRA9TVsSAnZWagAAHckP/3Tl8dqd9WSn1e+RmvZ/\nUwS8tMMFoQZOuqukOGsJDfiFWPLCFkjRB0Oq4cLUGZcW6Y/zZsdioph/VJz/\nsrwMH6TFHMvOYdZz05obWolDfD/0I+NZqTZqRpf4ekg1CLizRcU6ej/ffeGk\nA9NHDtDl2UG4b/BCxGew4FgMUSFTj9wuIRNI+LkmgMwmgqhyZyR5qICTp6Tk\nqCOMDYJa7MlMsb0NdcOC0sE3d4f/du3/b5Ye5+Jz3hO5a/oO3WeeMauOa+so\n5noAZMenNBIukn26O4j+7kp5dHJAMYmXQXtPzj6850OM3DSoNRBqq2UtOerh\n9h6iAdF/nhziEv+w1FxRrFfaNddTQrkHeSCQ2CcykpfqSlf01hrJpZ2mrKAk\nARts0anUtUiINYdt62TMY2+AWT9qFRQ2/+2zJgbcX0P3FKBo+wXU5JJNOlIr\nKUWrBezWd7utUqop8ChwLJHzjXH8d126FuALGvI0eMUR+WdS80vWG2WT57ZO\nfWLGoKtZ6kGI4eh6fvmx3FKy6dRhHBlnJRXUppyhBTF4cu7O6rcFufVOyKFo\n4Gc8opL47W1gBxzIkzWdJeYdT2UJhGXlVJzMSVi5/Do0rmx1rKwv2Fxa0C8N\n0rMY33rMzysrXw3uWpVIn74j/olr7TXzjf0kNhMUK2jomJoY4gHXp2WENx8G\nk2Kt\r\n=CFHb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDrWKIlo1bmcsbr0UAjPRdf37nVU1SLF6kwdx9ZB0y2lAiBJkx8pjQHL3i0Bl+vDI3SDN2bmn5ZV8O7R2YKWeazCug=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.0_1563141164522_0.25774024458200184"},"_hasShrinkwrap":false},"3.0.1":{"name":"math-clamp-x","version":"3.0.1","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.7"},"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":"03c3fdab95fdd6a92778595ae7fadc31fc1db821","_id":"math-clamp-x@3.0.1","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-c/xcPEWaigBzNM6oKIzxtZ0kmGHkuc3zQPmu9PWxuURsnTF6CP18RO+jwjNT+nXPlAby2f+Y3RsVpmwaAijaUQ==","shasum":"50f517383083487cb928a7e8489d51df4683aa95","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.1.tgz","fileCount":11,"unpackedSize":174612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLFqWCRA9TVsSAnZWagAAdmMQAKMjB9YXBST9msDlbLql\n/QxUGFLCnOOyvT49cGxYpCZDa1fyvW+JLp0sW408ZyuXCX8JQIrTSvmqEzYs\n/v5rFPDg9pEOqX2WSZRKOTie9tnaMlwnC9kDOLKVykW21JICNFtBJXheqmQp\n9Kr/wz0HR/l4qrfF7Lj1SFVIIzvJ6YxGy7UTA3YDBarqxW3Iq+vWjM7q7uEQ\nKF88eTIv4OUVxDgaJKsjUS9Pxfm/STWaRYmhdsxSvAS3OnABueZ3Rm8nb8ki\ntDAFdyuZfyn4sZi4q35ND14WAflWQEV7WFpeKgELMwxhBuNAhZRbrD4yPUDW\nxFOwBe8f9fQ84oXx6rTlvVWrNleptl4iWtCrtt1Kbx9D2yqjAOdt31G7r3bM\n9qbBKPN3WFl4o488Go/sy6KVzxovj2mGSbLIRBJ4xsRFQ5gPm+7UXH5ELv20\ngrXx7Eqym6PUb3zaPzQT5U9wy7hxh4kRBr4LpLzyTJPfqmuYyJwHYIUcH7c5\nMJ+kl2u4vULRtCm2oryQcH6WZxnXhpA6pXdPGILoam/DhXHGzBBAy6Gpq+vn\nOKtoezNcKQg/UwhFGJeHOiBvTU7/fAv5XH0r88mKA9QkVpGBCmVcZkFReeQo\nAxpm8oZ611EaXYIZ1oaKyik43rgEmkrg6ziVJ5KkTQO75fP72hx7IMDKzxMW\nh3Nv\r\n=b+p3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDL0hv3AotmKLDe8Km6wl+12z0ADXdq3n8WAEYfztdEzAiBa4BJsz1AtkzFdYG+fiKVSdch4eNkSSDTmJXUG3wdkEw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.1_1563187861526_0.4417199344096985"},"_hasShrinkwrap":false},"3.0.2":{"name":"math-clamp-x","version":"3.0.2","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.8"},"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":"fdf14643edf6b9b681380690a4d9ae4f349fbff9","_id":"math-clamp-x@3.0.2","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-yBWePNTDNWnHxtS1pKrEiRwsjnYZ248XZdWNpFvgEy/NEP1Hd/do7f5aOPnGnfURIotMkB0aJm9fvgL35V48Ng==","shasum":"5e34408780c4257afa42e16b32695575f0a6139a","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.2.tgz","fileCount":11,"unpackedSize":174612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLHE1CRA9TVsSAnZWagAAn/4QAJBFQchPW1G3n6ebpmo2\nCw097UTdIJrwXebPtRYBRYLkSm4q9mcxON4tKi1IcG03rAkMk1kkeUnvjro4\nexVonlTsC2mkZw8KVPFLlTaROWEAVSyvQDVUzfWhuXD0q5vEgsxw2AkZoyTs\nruUZTbzubUYe/iLkUlMYMxIJ0KfE6L7ADytHDTPNtm71W8XGVEGAUc6NJRNE\n/fuyfYK9YHv8Jj3NuIv8S7gKTevPCUn48OGbRrIwkG2SJz0Xt73/Zv8QfLg4\n6LDa+VRqRHmJtSfI1RQmpnvMdPs0JMSdsz8HW5ZeL9ONbDmU5ZJOVlXH/4Nc\nmRrADJHq91NMei5lhL/TVC50ergU1v80beK9tsz3duPJRgHNY5uWbirk+hWX\nXwd1kHIcxpJ8vnT6y82NbPlfe3YEUQ1YnygbepnXmpXNwWpsGVqnb80LhtuL\nEO0PA24vKaH/J5jOIfGxKmSzYPorOWl/xRF7zFvDT7XZfasfUjJ6iQUMOa+s\nCFwREvM/0crzbvtym4kVltJiHDNc4oYAaMKAeGdevFhs2LUEm3WxZpC8dCSj\nmMYm5t0CC11VCqclUt6nwo/UAJbKDJ0g+Xs6j2tJoYNGaJZrWEK1pPwKQ5el\nGx+/awsdWBaMOaPS1qyE8s9kmAgUgx/w9SStpFuloQu/qHWk8fS5Ebe+f3xV\ns8Ps\r\n=6Cpv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGW52H9lU04LIBeqlkF5I4r92M6yiHP4aAJttfKWlJllAiEAxbF9055N5HHTSyANcbiu1+30bqmWtv/7/8rZCFfAMk8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.2_1563193652547_0.5902740068591554"},"_hasShrinkwrap":false},"3.0.3":{"name":"math-clamp-x","version":"3.0.3","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.9"},"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":"e2d432365032c44e46b0a278dbd2bd7b15edb2d1","_id":"math-clamp-x@3.0.3","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-3rXoi4w2XA7QXiRRZ76o7X4YCifhI3KvC2uf7AB31XHX/b+idOIEFiES+ldNELsp4t43OBqdfAySot+rwTIURQ==","shasum":"00ca7bf7addc46b59b0c58c84922d739582cfc67","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.3.tgz","fileCount":11,"unpackedSize":174612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLaj2CRA9TVsSAnZWagAAyzAQAKHnXFaoxXqwTsqAesYn\n1RpcTbIAehkExmL5/aGpM1KF3JTq6NvQZaxoo+pSHvfLd0xTJVuvXnwHSFmS\n6V2UQqjHlB7Ji1FFvleR2oys0IXefaz8C2t45+gGM8vkNXlF+xasOOWn4aVo\nUhYfh9V57bmfcOFdu7jynk1T+ovDDOFJZrgxVH+5yxZsCXxA08GkorEd/JsY\ni26zqX3eDK/Tjt1VhLrG5iPEo21VqmYo4s7JkXHe8loFHX2jC8csvuSMjzUR\naKrZIkIg3jIvsXqrnxsX20BAwPlheU1OIGIElTxESvQwOK0/eA14BXqk5B1O\npagrZWiJM1uhPpKbggSJArVNWXcVZ96wIx3HbmhHCf1aNTW2WI3pV+VZZ63T\n+6XByMQannreokmcnTPt75oh/OA7+Fs3c6wG2xpFNUAMoWCcZ0+s6ab/+BhU\nZTUJhTPguP7KmeG9cT380KgMBjNrrI8voQFOKYdecetm1MouTSTm8CcX9hnL\n8CmngzkHSnxyfRYnhSx033sjqE3alEKVWUPwxsvrldZa0T/9hy8p9WTr0U3J\n0oK0f9gbipveqbXfMDtABKNtUWgQzdfWZHH/c05TIG4RKKP2Mmp0j/0eBq4r\nVCSiSL+0BZEl/JypBFLzJILEXo1/WCKHCSsmUkMi3/Fv1CiDdXqMa3QS7F8t\n2TPS\r\n=F8xo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCha3MyzSkNUy1Tq1wCpHTmFmKJdJCq3JdZ2R/N0gQiwwIhAOAiRnZHVlfA5LdGpYDfHetbiesk6VPM3/SELKC0CFIK"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.3_1563273461545_0.5543479064407626"},"_hasShrinkwrap":false},"3.0.4":{"name":"math-clamp-x","version":"3.0.4","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.10"},"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":"afd28e48384788e06cf31369abe9ff0c4c4df41f","_id":"math-clamp-x@3.0.4","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-/lx0hMEz7BAnZ8+zBwIdBwZd/UDL0Kxs3Bj8qk89OP/ZoC8JWnrd/TPHzwdHY9X/ZXhkaQQ2fimjuH/yZ4b8tg==","shasum":"5e6b34042d4ac6df350049b97989e9ce2da7a31f","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.4.tgz","fileCount":11,"unpackedSize":174613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLcGrCRA9TVsSAnZWagAAT9AP/2VOR7A0fHDcDkSyzre8\nxHDaGHjqc8XNNXlLgJiq0TI++eBojeAVqhqotIJhHrGj5SM++niMiHo/TuI4\n7L6ev68XhLumGfryp31UhF7O7fNg7FiC6kwBG8we2sx+Kicp1M5WWeEGIK2g\nlfJj15K3xRv/E3fxfhKvba0H2Jlx64L6Z17ReQ3ON8zExSn4h8mn0Lvbl8gq\ntaok+y5hQzCjfSfoB/QcV4Fbg4dvMqsrytNi5NBhmklq+0RAR/+1P1vkuAnj\nA7PCSAmWfkHPrVeKGiVjKJIA2J2z64XmCjt1e3lSsIFMc9BFZmwu7SAe3tqi\nZSeTYdr2+NaoyfCBI5t8m5a4L8baaIuCgPgh8/X4gg28Cdn8vYmWuv/bchCb\nB5VFGyLcm+gJLhmH5a9hpxEohfrm3mfKpCILK1vZAakzn0RkBH596gH1GmtC\nY4RjtMeT4IT8V36lS8YSv+4jiZAPKT+qn2x6EgRY+xdmi9pxn7zwjN7KB8uX\nxyCZ5bWcX7RkYnliOxy7m3I9/vYUgi1LGZkNcTjRPZqS5xivLR56ePnFfjxa\nWW4bJxexwVj2ASIdB92PexEbdJlMzR4kIE8S4+R0waGkHFVXftS7Mk4W0Ytp\nJ8UEwRO5/otwSJ2dgR3m1GHAG41eHltx0o4vLZnXNpc7lKNdOlCQYIIujAiB\nHc1Q\r\n=PKEd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCr0rVNfejH91d+6ZqTHRwOqIF/foca4P9E8ZC3899YXgIhAMsDDFriEakE2BUc61ukAr4AVncY2vI2rncCvHOHEjkr"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.4_1563279787066_0.7070691662574633"},"_hasShrinkwrap":false},"3.0.5":{"name":"math-clamp-x","version":"3.0.5","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.11"},"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":"b38adc7c7d6f4414b235deb85243ae8118c73c6c","_id":"math-clamp-x@3.0.5","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-b/Dh8CTtTCarl4ZwoD3l4TRqrvYpJxjvtE29wXyQCVk2FlFoEPwY9IxU3NKk8e0FxwES62leEIVAYXZ1D/udHg==","shasum":"0202298a2763e25de2ff8b89f14fb5eec7557368","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.5.tgz","fileCount":11,"unpackedSize":174613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLj7zCRA9TVsSAnZWagAA+hsP/24+8ANmGF6/vtzDs68s\n0R8vNMnGv1QuxqylF5kDs1EdrnrHVAhcadVl1zRre3ozmvinDWSpB07Ansqx\nGKr2RTNPbpr8Sdm3DD+pnlD1F2olLAPicpP/kD6crtgfnaSpWAstlDfJH67E\nwNsXan3q+1/a9zyfU/Kv31UWBj1roDvX1nZwnYBCSx/zH/QFSV991yFZoPQ6\nw9T40iSMC3cbvljY73s2tqSsiHcQRqXuE91rv4UZjKA7J3v7EOt7cHVzcmuw\nOFlSxHq07IgeZEPJMW4taW6jS38hFoKhMOJTdGHsrP/Mk/vCRixorqtO+8tz\nVScckyf7GX6yLFDKvt5oG0H0KFeiojSCkTVZ7GrxoMY1wCq4ybz3vt3RO+31\nmpP3ZLwAIJIWjoBiY+ecUT50vnGx6IZp8MjR2ST7+V8uw6ztxETTorbrzEhb\nWKq0dWKvArb/GoAEujiJJwjPclkryDH99YFhYaOTmGWgtx1E8AtoqgJfYW2k\n/KhhvI4XMhA+xKq6Oc9vozanCnpf2/w8xI4rcx0g44Iq0stWEg+abgqJ6c6c\npc3QI3N+77ufPq+YcrpIeWFXT11DbbX9Pce2IWsK0TBk7Ot0hgELhGVuuuXP\nC+yt2NTy8p9deBt1Y3hcqqBADGi3UZ0ZuPlbHLxD2y2yNx1O9tOBAJ5H0/By\naC4R\r\n=lQhA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTGU+4ZRHpaWDvQ6naj98bPgo2JRM6iYe4RmIgW8ybRAIgd2TsS7n1mpQiHszujo+0N6UAKNQ0ghnHIoia+5z39J0="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.5_1563311858583_0.24873560935333372"},"_hasShrinkwrap":false},"3.0.6":{"name":"math-clamp-x","version":"3.0.6","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.12"},"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":"dc9d49fc7bbb2ce56d31883f1599969b81f5fa52","_id":"math-clamp-x@3.0.6","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-svksOsItNXj2cvYqlitt3e+keAOFjlQuHbAiEalBZC1colyc55/cXerMoFjhIHz9Ivj3CYsbd+I/qUyH5EIVzw==","shasum":"b1dc17c563df139998a3d2a3b83501e138b06edd","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.6.tgz","fileCount":10,"unpackedSize":178605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL1KTCRA9TVsSAnZWagAAOu0QAIDYKfjtrGM6Fm3CnIu/\n0QHd2P2LvoJOGnoVMDmWGLM8mh6n42RP3VrMF8qzpX4mqrPgemLgJaNB6gBB\n7GsyC+LoXadhc4NifjWGngE8JYRi1jy/uMl4nk12s9ROXp45ZZTqZYA6/YKf\nkABtVVU3bHsh5WECqswwNGHp78+0YOHDHDjlYzGAx072RuUTbKyxOTAxis4a\n/51hVx3T9CQRDuy80Ape8YcPI6RV5WT3iSHVG2GTafeBLSlBq+USHfP8AvOw\n3rr+apQx7WQNgP1cLqKDCQTE+VRkGtWhHrT80hzV/+Qcn41NXiGRlAnEuBza\n+exUUUkBYFf4cD64ByW3Xw+1nGLfHyd2JIi5THC/i1bh5ExnhN+33XIjxO6k\nN3RoVzUDmIPzmwmW1+a4cXMWLQgU/BEcOAAHePufAOpzAPkRJ1pj2OgK4ywp\nj6ACxIoIUJQe98iQKdMoa0tfDc7zOECeQtjyRJy5QFPV/atx7Bksk2ihSOyT\nL+XiM4qIZK5vIooQS8Hu9IH3mC58LViyQy/Kw2OWbYYW+ehOQkMYj6UXnpNj\nyfhs3J09qQK6fkPXLMOShBrJ+X03UvYQqCVDAWwjDjAnl2GP1MahveV24O+f\nZgI2ZJMhs5ml8N3V4rk87zfHbQcknZnJZ/BLygkQe4DAwps+lT3pyhbeOGFo\ntDMA\r\n=7khx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEJFCP9086SkmPCCHZ/87GtWkZJFqmrbCRiQTO7Zdst0AiBZAg0bfFgc4UDhH7lDxRvaTxbI4ZC9v9Te8s1+z/hsFw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.6_1563382418471_0.9925464587482855"},"_hasShrinkwrap":false},"3.0.7":{"name":"math-clamp-x","version":"3.0.7","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.13"},"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":"440dd89a39e8d238274ff84c7a7b8722f14946ed","_id":"math-clamp-x@3.0.7","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-1LT+S3XhI2V+tI8W8nXhAuTmrauj7RZgw9vHRP3Q/hol+6bpegf0hI4q7gTf2rH9fDikg0GbNqG7tEcjhDDk9w==","shasum":"1557860391020473020133878c37e0deb614cb33","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.7.tgz","fileCount":10,"unpackedSize":178605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL1tPCRA9TVsSAnZWagAAMxsP+gJUws7pYEtDf41/DERk\nihjRz9Q5Lr5kNTZpUhAREwlWZmeAdjchMsL4wKD53wYPEttoxct12/zqLCDb\nd4ihRUXgxIWzMSAooYxI5/PbF6t8hPMCH7G/oAhtwyVgpOP++fvNUcbyrn2k\nYXg7cOq7g4r7MLqQ2lJDIOz0qslDjmHhBE66+N5Z0rYagrGAx3KUtUHvVH8Y\nFPQ70JFSfdqix3Gc5EJKEuz53Qc5RMYzXh2MTPgucfgjxEFJfTiDdP9IQW3/\nrDKPx9Yqu8r+US0lucWykbGtr/XsJu6S83UHvwbrss0Ggg4J5EXiCYTKU4CA\nQVd+pgc3xW2s3UgxOeiAhdXU+FctNn3xsMaYixLJb29u9Yo1S3MzM4N5hm1T\nEkxk0L810vxw95kJuvUOWsrLlBD/b8uhJs7xUwiT6gmO1+i8hPebTjhsFOQ0\nmXi2AnA8T6axTxHtfxpCBdrqyzD8N5FMQIoCbvULapYyHy7xPIW6SkbsM2ZX\nlB7Dz+nmi9lyjyWRwEsKDR7MSb5g9uRMjmXrOhZ1Fbh48dPzNMIIPpdwnpvO\ntybWi+CqZRv+or0IcVDfTo5f/+HMsJOP2+3uGrn0sxVUMKfoL42EB/H5qps3\nTnRLrwdNavjKuZHRkFnUAla0y0H9vda41lSDKXddFfHjoDbLebRQa3X5WwCC\nwDOe\r\n=eEIR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0orpbg6ifcEAbmIN08SlOwd92b114rnnMhWmmmFlS3AIhAJ8QxiK9Nv/YL3psQ4wUnZmwg9S1V9QYH3gFD6VNNNHr"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.7_1563384655257_0.7083184118097712"},"_hasShrinkwrap":false},"3.0.8":{"name":"math-clamp-x","version":"3.0.8","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.14"},"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":"0dc307b77f2bfbabc351c0191e9c83d2e88123a2","_id":"math-clamp-x@3.0.8","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-UM1QsKDpU5hpIdRA9JAFPdx3fyWXh7XxbmAtDj1GneRBOLXoYSc/ryZdkxB1JQoXD734qtuthnr5GwUWJYaXgQ==","shasum":"50c1b84c1b8a2c2620463281d69793eefcaf516e","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.8.tgz","fileCount":10,"unpackedSize":178606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL2oUCRA9TVsSAnZWagAAH+cP/jpI09XKV3gdjiBQR+00\nS6bB7XxeMx8gpiHytexjCHnUqWZaNDT5sYFyi5MNwztBCJuanJO5KaKp/6l3\n6wHDNCsd6rJwNiToSaXZGLGvNTYAzQI/UCPZCyaBpc2f7fkoNW+Sn5N3B4rD\n4l2aA1afSzVD3QkJrT1vfWT5Vo583OSa4Mt5r3mcol3oSC8qIMfCOW+Uv4x1\nQpiLaz1ZYrLO0iCFAtqqeIDVytscM7BmNBno9ssW3ffpqy118siXZK20Ue4M\nfHzCXNQq6WV2CksgV+mC7bsiI96lMfO2k7w8CnYd1G5UtCiogODynahGvH9i\njYgJceedncbbPeN524a5z9fB8gGW9OlUKLoWjYkGDlip99g8aGlAzcxAtbiZ\nA6uwBctAjPwe13IXQUDEBKyuV9Impq9Olk255BuS9EHmPAy2vR3fl1YjM4nw\nU3uN/sqGlz5kca+a/QRQTinuDS6zunBmkADmFRepPTb2gBHvJCFi/edjbNxZ\nTQUXlpH0vv+Am5ppjcCIS3nMKn7hu5d2lzqbcF+hdjyMPbxjpJ3RB0mRhGxf\nJC0h6X4HbZjkKhI4idbqhWMeIW1z6yASQNJmU3WH9ta3X4zmU/X4BFSkojGf\nlJOjRWhYQS8h4kIm3KZMmOSiUuC7yUW/W53PerwKerMeCo0jJ3yqJtGqLJhX\n82Jx\r\n=kXHy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmKd8Wcy02oletubmbiGHTQUX3IEfGyKHf0m/YFu4/fAIhAIL+tQRxGt49OGYsjjNqLoeTx+Wv29RM2kF2dTtIvxF5"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.8_1563388435317_0.7645133123356205"},"_hasShrinkwrap":false},"3.0.9":{"name":"math-clamp-x","version":"3.0.9","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.15"},"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":"b3c7905643127bc5a82eb5345d911f77d2aadff9","_id":"math-clamp-x@3.0.9","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-C7ZNPWAloOK6E0yGrzg0QFBbggCNmaxSUuYg2mjNYbEq/2rHsGEUOpeXaepW/U0ww9ii0xm3VEjBe97Y2JDMxg==","shasum":"761dd20893337de82f2cc7ad65991e6a17f4dd5b","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.9.tgz","fileCount":10,"unpackedSize":178606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL7HpCRA9TVsSAnZWagAAV9MP/2NfxppJwC9wBB04kMDs\nKwx21ht/Q5iux35LIvy7WGJ5q4BD2EESAf2sGpBL3MYZtOoCgrpD9QAdEOxM\nQtc1z9VzSeYBdaxAg1vdlSMpi3lXXBRXF1ucOD2WmaTZKWex94ipzhWAwaWJ\ntWd5USG3BgU/SKvHhfE/kNQprAfNefgqhmfjTiT66BFdGy3OAl/tgk5t2Mei\nFup47WpFDwS7lC+zD4cJmNUQ62ehq7Xesht0hrMz0cgm4gTNAPjt7JPHqg0x\nOBkDRS4NQtlWnU6P8V+oQQvYy52k0LlJTOSAskpQyZ+VhmSq6oiKlST4e16q\nIJueqWuuYVQZ9fpJjBbgt+KXrMByP1yzf033LMJJaxBZtCD7nKduZ5oE/Vvy\n42gBBdgacxrNLjcKfbrmsLGv81T6jZa2/jgvs9pM55VbvJ1eL8EMpGA36Cep\nRDnr166rOQM60AgINnLwMv0ckgCkz7bWuF5bE5JDY8g5CXEaTwQ7vMz9w5e1\nvCQSxu2lkbdR2CVPbzQLnPGue+doQlZzdaCL7DmeaT5Lf77uTSkZt5butb0B\nWik6AzVfeiyQCHDVolG6w28NadjDkx8znv2PZI5EQOi5xMut7gKSTMyaAxlx\nLtMwwE53mF84OlHjCfYTSD2EsPGEbF7JRZCGMxlHiqsU7Bz0+uVKh9O6Hljr\nLqNQ\r\n=tXJ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRwYyYoXbEbTC0BhgkRQxZcfTU0MdbMlDzn5VZmcMcbQIhAOJYn4P5WvlBXtp2vGiRDiHXCbV1IkcqI9JPQMeGLYdL"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.9_1563406824876_0.16746394714616053"},"_hasShrinkwrap":false},"3.0.10":{"name":"math-clamp-x","version":"3.0.10","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.16"},"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":"1650c11f47801cc366fa21ac645e00306e296b55","_id":"math-clamp-x@3.0.10","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-+C2SByPSbadQTW0iLeI/6/WSPo1RxQezSSpWYR14q0eSAzbn3kQd7EVKX+QquqbDRMXRjLU13u2EzngK/Eba0g==","shasum":"fa27f86f4b7cb01a7e453f061266ac3cf904c158","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.10.tgz","fileCount":10,"unpackedSize":178609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJvGCRA9TVsSAnZWagAAMIsP/1hxpxh9Rcqz/xTabLUH\nf3h8bBaNxRLai15tDhSR6svievHtVImbaYwimOkUeM2DDziQhoP7Aia/viTu\n9Ix5IntDU475LgDqhRveSf+igMyRX6MHi8A2A9wc5tO3GIHksQS6uM8t6XgT\nifXrMPqjVgVz52YSAGV0NuUsy/9C32TzWwwKBuYmNg+6EXgMatMJJDzxHE8G\nKD6P2bhuHmt/N3323CJ4ZPF9dT+XUe3PNeJmUD0lxCSEe/0g+6gelwHL+BzI\nYY8nHGAVOItmoHDVfZCzoGGDUsgoDAdvwahgBHaJaDZfWWw7Km73Yy+pSLjk\nm69cZzkf6rlBc0JQexEXPB03VosN30j+N7AgpyXE2mnJxOel7WLtoAoT5a5B\ntm3kS0H7Ybr3a6w0XeqFjeBXDmS7fWjydz7qqbzqfsuMWL/OB3XrZXX+GmSE\nYXM/rpPGFFkfVNihkvYHQvnCRsq3dMNeK9c8Y58aBsycJKw0lKZLI4nr1nSq\nK7Pyr0hs1uJcl3WV2r7Ql3YfwLD6cWCkoGGSWG0UTz2ozqrPEhMt6FO/qYHQ\n/vMlyolJwSdZ0lPi4XX/rkKSBzZHkiEm2QkyrNt9FHofmtkRInGDvQ6icJsS\nuF/8svkv90Ueeg1ssv5Uh4egvms6h46ScqLt/tz9IptVu+D6aP7H11It60jN\nRCxs\r\n=Q/GP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClX7FwPAIsWIGIvUrWnLIsTjvduBr6RbkxVwYq49yaYQIgFA7PtXaq+JwFcByOIcjQVxSKyW0Cy/JKkjWXegWyjxw="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.10_1563466693446_0.25123516783216493"},"_hasShrinkwrap":false},"3.0.11":{"name":"math-clamp-x","version":"3.0.11","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.17"},"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":"2b1d1ff5c7bfffad4c0e6e698f65beea8a8eb618","_id":"math-clamp-x@3.0.11","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-iNkq4EiG8EhAwcKW37LZvLu+i8ENxiFGZo7fgoTBxANnsGfDts3B01JNaob6QfUxnhoEorZfYG9TaXp5F5XvZw==","shasum":"c68898ecc5318355e18bc9cb409e9388efd04baa","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.11.tgz","fileCount":10,"unpackedSize":178609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMLxmCRA9TVsSAnZWagAALPIP/2tQ/ReXlaKrBIYn3KJG\ntmluYnep0ST163C+40sRVO5Mgx9VkZ6umcb7vEc20dc7u3p7DG8zHdRAAqx8\njlSHLyinl7D70CIRV+a07ZEoZpNBd0cTy9pvp2K/bR86O9ztQLDQ+KpijToW\nQLCxG3wDn9SIZRu92bQjM7D8f85cy8Z0gfzV/bWDGQbQbVN3cdwZsyeSyadP\nvvKuD6aj8cvvxfD/lui5xqJWUXLHuWqcJap0BZ0BQ6NnomoDUUo/oRcWP4zo\nU32SchGViVlIGqkO3nlB+aKKlxKp0avSX0PbBWCSxQJQnoUmW1cFwlHqdN/i\nLdHFm1GyzecFIsYwCkhfJqDjcbr5B8B0nJHezDsf7//A2p81uhjvI81kjvfk\nm9kxWcXoCIJxerY7Y6bP+9POyX6yMPi29fyhqW8TyfbexIZMa7KtJ9iFQ2IM\nKy7ht7gjEUWwMZVVqw0CLd4+MoQpyMicjS7RDTUhzfmgMvIpj/WHVseT+Qkq\nduNOGbLQUOa+YuWZ88bI0+M7YMb3zMvBH41f2vIM97kIXCm3d9xdF4ABTRxW\nafGdWizv9Q4/4+jtadQ5DFcREaALFSURrNmofnREUP+P3gSgVaP1b37VwRoD\nxC/PuvcNQxZHhaEfiv1VgtUbyXjy37Kf3W9qQ6FvrK5duJqaFqfS7/6OuUKY\nngGh\r\n=fZiB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAxWNIyA49eaQpJiSEPlDG6RRR4UdUOyycQZNBoz1WqgAiEAzt89LLgG/FvzHwRf05JHviyK7K5eamtrG4nA2fs9GYY="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.11_1563475046132_0.8458277072741278"},"_hasShrinkwrap":false},"3.0.12":{"name":"math-clamp-x","version":"3.0.12","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.18"},"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":"636eed0ae269abd92559e76f32e41450f679024f","_id":"math-clamp-x@3.0.12","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-gyPZlkgDp1JpiCU0NICmm2eol0Ve9MKVIoeEYkqCIW4IjJBYfQaY3HRdca3ughKJc9SxwVEqTsY+sM4mVpwpYA==","shasum":"632a8ed85613bbfc8d5416834cee541c1e8bd7c4","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.12.tgz","fileCount":10,"unpackedSize":178609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMjobCRA9TVsSAnZWagAAB0cQAJHNqk1gtACKtoudn4dt\n+SY0cyykoQTbPvRCcvVxMk/SgwNS/ObfXxfbIvqY+tgpVzHGkLgHitwRmd4w\n5Mxab6H2pJMS1e7Qhc9R8LmwYFt1jorXWxYG/K0j+5hQ7KHIyOjfERxgDvO2\nqgcCwJhorNrArUqbtB7zLUjNCVMulT4yr5YINJj/FsER7LkbjGzK0NFT4LXr\ngBkAHa1qfVVYjYtIB9wUgQKh1+91XZVfhzPa7LjCXhKGW2fqY2foafs5TU5/\nVMhwznagAo3YqDnqP984vBOCbIE81q96Uk+q8THLTDmnalZqYfGbiZ2fen2a\nXZ5SU8wLY4Ybxj9MBW/anaWp4Z1Nc9fSeWd0O88PDX+sx5KApteEO7laP0xg\nO0p+CBZ0oxN6miZs1o3LtJCBVE/dWOwfffekOV+pVi2jfUPU2CIxR+jwrJh8\nfN/7OmOi7qTDYBeB9viV6uNCwQxTOpG4pgDoKaBDkneM+CvKNTNojXmHYb4d\nl/cv977QM8kTV7UuhtluQr58NJedZGJvxLza9LLzYuOH3Dh+Ir4hRT9WU3gw\nyD5Oc9UyZHB43AZS54xtP1UyTH0UHT8Hx9DMRGSv6hQMJatc62mRV1PGdqnN\npCnOL3B0hdC7XjLTeX5dP2OtrpmDX7iHiWIGUHZ0g61PdtfwJ2dNcxIfUf98\nWI/W\r\n=RI+R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEoWFP95RI904AJZ+NzWvf+jotrBf3u3Xp5c5EFB2MPYAiAdUQsVUKrqNp79eq8ZvsM9VRVWCuFj945lpXS6joUoWg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.12_1563572762831_0.9410266185044043"},"_hasShrinkwrap":false},"3.0.13":{"name":"math-clamp-x","version":"3.0.13","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.19"},"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":"5e4abde547c27b92db3c38b64338cbe5cf6b5314","_id":"math-clamp-x@3.0.13","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-E0XOs7ByNNroHLvG+k/5wmtchlys7+4tnwerg5PlMTk+5sKpqBBXoICJloK4aluZpSl7rLaklGYV8YNIK9EARQ==","shasum":"6d318469d83b2fa349e0a94c3b74f0d11c813789","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.13.tgz","fileCount":10,"unpackedSize":178637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNOgmCRA9TVsSAnZWagAA8ZsP/iJJO/JT4STDH+aB9SZs\nGv+In9ozqLCmvBw/GflXzmte5wyqQxYF/iFdAFtIVjdg/NAifx2MLShxoMDp\nuGTyq1y06V2dydd3erjKQAkZMWaTb+BUeIRaooheuDor2nf2WaWkmDCX/BKK\ncOGVY6Hv3NjmCDff5xfkAL7lMLv7uRxq8ZNMLRDH4T+9DnqhIKEvAlBpWk7k\nfn9Bhce6Z4B6nzApVBLKE5ISYOj6tVVNWFFt0+PcwTv/h4mbnsA1sul47lQA\nN/4zHmdzn4xkKYHbSjJzWNIpXcrwBwTrjJR6QAoKTTCHvOZVb0N1iAifUxEM\nWFsFAhd4xUE1jNRP5VDv07411oHR+1OamzCeTsZ8WW7xbeG+pnlJFsHXSbVa\nLIMN2IXxW5WLtHLfFZ1CG+8FQo1x1mpxE0TqLNL3jZGBFfPFTxCF4biFCJ68\nBy7WFkiptt/W6CvlNsPEXy7/S64zCOOicKm7GkT5OvzejSRhRs+N8wBkQsMD\nBZwNXgNoTVVI4/rxeJltS6fSvomh6j6mdOxqVCmvLzeNYa/R8kYZuBAl56ff\nKcP5uesu0UvG0/wlYPqy5fTtJywtEPyIb9MNQFt0za6z0VAB5/oMyrd0Je7b\nmj5e7eRFhP2kCS8IHNLYqWk48fUbUPR+jHBmLjvWkSFu+j75U7Q6dKG0fMiu\nTyDi\r\n=IrtD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4dzwPwIiHldqvz9Ha1BosLE2NiqgFZqAXeCrGRf7h9wIhALfsTCYIEqUPGEl5D/jqbK9xZl1aSfou/+3y3NxN5M2i"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.13_1563748389821_0.2824413044060272"},"_hasShrinkwrap":false},"3.0.14":{"name":"math-clamp-x","version":"3.0.14","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.20"},"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":"5c274a2457d6417f1dde44fe91b8d3fd8c728e7b","_id":"math-clamp-x@3.0.14","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-qsEz+nkOeVnbf9KxLVklnklm7lXjL8OlOMg5dLFgU7GJOiEPwYgGQ2HmrHmHN7iGqx1ejYsHAN+Bv0+i6YMYhA==","shasum":"e9b2589a9e662025d57be6bdaa77e7d5a654176d","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.14.tgz","fileCount":10,"unpackedSize":178639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNax1CRA9TVsSAnZWagAAQngP/3l0HYR6/pcUcxjlQdqK\nbFNc68B2Wvp5m7jxwXv6tqibrbgeOnKSu07JYgubMJYmLx89dtDLjx7Ju0Mn\nrzW/Y7Ydb0XcZ+BtuQA1LRB4FmdtwVQz0W0P8GIibnIJ/4SoHw0LM02AkgFX\nlvLDW5E/NPNPIwf1WmV5XO4YVnpaYiwXxX4LFW1gV+Ic+dHo7fXO/UxphKMx\nU3xPSgB7y6hyjYERda77YllD1/+jJHEVy+Esnp0qBj5m3jx1k3QsfV5bPKdY\nf7fv0GkWduRabi4ap0nii24dhbi00MRgp0tlAYKxQkRphtoTk9+zKZeH/TEA\nNdNCi+zVWSoIwP9dg2WxX9pTQv5TBUhMVwfVxyPS9oMw7cmbnmzlxfbQdH2y\nUulsGgoMW+ea76PFzTWFmp4IxxFyX+Kwl6Bde7lrRocrdS8YMgnhBVwkTZ0r\nSKW656xsdld50PM/iIbZyU8TFWOBSUh/wmZNr+OrNrhFqEZLEFS5WxkuN3x8\n4AqX2WSQr/ip5AQ/2syLwbVX/kqy+P0ERcQu2w2OQjOxDsAL4yPbXvB/Q7KN\nxZdUE1NLZB8DbZ5gix35t1kQtMxksGxaCts8P3v7vaLyRlMQudzVk59kSBoP\n4c3NPbjjQx9psXjPt0Gt2GsSrhlReJHHOhyBW3EQov9INt+dmf7c+k3FwZ7R\nhJZc\r\n=SN6J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLph3KCpMxxNmq0QSGrYHfP/ktqjqNaPhnK1vJx8ByZAiBkVp6n9iB0QxnmtrbG0ZL4u+pMNMvDEVnMQbrAbZGdPQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.14_1563798645166_0.7274505467297081"},"_hasShrinkwrap":false},"3.0.15":{"name":"math-clamp-x","version":"3.0.15","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.21"},"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":"ae4c2854f9c6f0dd7b45da4a5d9b1ce693b8c8b9","_id":"math-clamp-x@3.0.15","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-zaorzJfhJZgC8y8NHdt/k28OZ+TtmlehzJJ0qzOuF2xT4Sx2iu1IY9LYyL5MIDuiXfMktyr2oIhfPhFNp626Rw==","shasum":"4bc5014a93a3cab6f4a8b6e29d5af2da7475a288","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.15.tgz","fileCount":10,"unpackedSize":162499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN6CrCRA9TVsSAnZWagAAn94P/1NMsLwdsALEcwaEQHbo\nHBqk2NNHOM4Xm5HS4zzFntSQvYw3O11vdERhksFKribVUfagy5gtFla9VzSX\nAqbgczSdC7AQBVc9EPcgX+NUr8fn7nWQdJHVK5Qzi6nrbQiDStUtf2GVfd8B\neQBtlrXBefIbC+mppmdw334W0pFtMox96B2A2pxcjJ6Lcl1bIo5junYE/25t\nXyZd7sIMWJLRdVK0nvIfKd3Xxdw44pqQbCl50cuhIFqW7BA21OOlZmf1oEK/\nqH6tZKAjLoFz6cMaqDDreZQflf1yjRNTRY92fXxH4IvT6jpuUe/OZrxH7m4i\neHE/uJa/LHfpAopQRolVhib6gt9aVpt0XG67WHPFajSsqbp6KFEHWRptr4UO\n0gdvWa9LFqwnEpQf6D5TSv+V9f4HBy2NEle8t05oryqAhKbLHBbBVKo+173q\njbwVyQgWmGbcfSjOrxB08KZktHlGAFg2kn+81d0tZ/y/p8CxyIN5XdCaD74M\nLkJeLqEMhIu7df+CJ2ZLss463f5koceO2tgdguBNsaeRN6x+weQyHL0eSKOG\nFzOy35/0WJxx1kITlHFTzpvyq8HZp21QLNmh7sn+sI2U9xiI9UwRIWwRHemp\nWwGUNE4w9YzowC4/CdnrTWjQNk/HJvkDc1Ok7bh/0AzAwb+ThUjWz1gXWJqT\n7y14\r\n=1SX/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC13s8qU1McmPoHMQ51gmk9rlliNMSVpxMRAY46+uqHXAIgLOgXKvg7eJiT9OQhuxZMA429jPGvTjr0it8mm1EMoxU="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.15_1563926698769_0.024841889933703953"},"_hasShrinkwrap":false},"3.0.16":{"name":"math-clamp-x","version":"3.0.16","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.22"},"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":"b99c980d4028e2b56c03ec89bcabb042033c3e4f","_id":"math-clamp-x@3.0.16","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-IhCy+kyRJGVqcKKdRGGUiO3qhxI5a8Dm6Xn+pGL96G40c1N1jN40sbKV1rex7CIpPPWweEjaBosMaCHoIDW0ow==","shasum":"9841cd965cdcc09f9bf6fd242cde01b70c40642f","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.16.tgz","fileCount":10,"unpackedSize":162541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOF9TCRA9TVsSAnZWagAAhpgQAJ87yv8S2zyRgwRQ8gho\n0RXt+b7hFD6BqTrnGULo0UVO5vCsc0kt57wtVgbt8NynZbt91q5cVbqplruN\ntXvk9CrpkdJoo+86R6uZRJ2aGvdeqX4pCog3Gg7Tw4IYLJoSYBtrRlDShlaK\niiauKS2Z1Ou4FXc74C1wBaezomoP9n61qCCc8xtOegZBAUFET4mtPwhIrHhx\nq0c7v1E86EFvurjMXp1AmNb/hGHyEctcBVuvCd39WNWqvVqD220lxyjS0r08\nfvz7ef/9N+aSU8JVeW0OkicU1ZY/+zzD2VvAU5GkbcMqub0SynF7diEdC4D8\nvzfXsKY8D29uHhU7Vndxo3AzshSUxOMgn74Fk0Gl6bTbyDcjLSmVtu96S+Zu\nw26D8DoN26TBDdw+H3jW1NgCzmdSBUMx3D1zOzuIW8/8tbpeTPe8U6DvrwaJ\nJ8xJXzr2/vFzwsC6P/MwimFkVXrXhB0app+LQC36exNkbXmtabShC9GvCH4t\ndwLbOYx5HMtGKrDBNmX5AIklNerSpGJqhofXOuMxDFeMQbGU49aobMvk+HtZ\nK6ZgKYS3/sNsMWRBpkB8sQ7bDj0Ts32NS+pMMpOF2v76OVq/Djj4IpSOEA7J\n+8hGw5Ho/tqnZI0B872cOYUJC5OvRtSLM23ft5VnhEqM4EaJRkLU/GmOVeVr\nBh5Q\r\n=tefk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTGNH7ezADfT2eb39vW3W+ZK1jmg8v4AQ3vXDmxx90IQIhAN3F4PeCxQqaBbWFuEWFkLkK28loORV+7bnrcTLn2P4D"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.16_1563975506297_0.5820183379373673"},"_hasShrinkwrap":false},"3.0.17":{"name":"math-clamp-x","version":"3.0.17","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.23"},"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":"bc33d4b1b1d4ccd8ec97d40bfc8fad4590c91426","_id":"math-clamp-x@3.0.17","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-VcwmaII6WKstzlIsP38LJJ5bOc6nW88tLkUtCAEgFGZAucLJhx0ZNMCFijOjanj+Dt6GDWZfsbfw889kzzrCJQ==","shasum":"158a3f64a4c5b0eac643c22154edf18f5245d977","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.17.tgz","fileCount":10,"unpackedSize":162741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOISoCRA9TVsSAnZWagAAqxQP/RO2tIOKCRCLgjr2ilGI\n7DLzQjRc2yHGkJ+Iq/jNkcY/OO8D7/AFkDYBvTd9xe9QZu9OLUlkVzUkrPGv\nlaos9/mudRkxAumcr0YYprDWCgNGEZRB6JtrhM5c6QZt7PPd90eqdCkoiWd2\nP2dSQXNOYZobr4uLG2wi+tqmaGOdCn19P3H6vnvP/V33yVaxTs5DTDCIJVgy\n55a0G6LJF3Sy3FqASf78LceZ+XHcF1drz9V1TvpSS+EFsG51M2fXB//6ER/W\nuRhs/DnyD8vwrwvy1OqWFwBj2a0IB8AX5ado+0+Pa6lKXyBs38DVzhlk/j4r\ndaaekPqjiWlyxVhEBhCjs69oHMqOGjpMCppn81CJv+KsPqQgzfmEMnjG49Ur\nVWSUJXwK1c7KDC+e6tmRPd4ybeo0VbTgJMVP+/G32kwSh3ZX2n6FccDk3i61\ny8SdxdhigA3M9oMYI51EEG4PcNt9lqhtrC9PqlXHmxpeC6d+1bjyYqOkPB1R\nrynT6hEqMFglwK0ENYPDhM2Lwp7T/3yieM/JRpTsYYvszOh2V3sHYg05+3r0\nCACaffTZIIZMo+F1e+BIVtioR18uq503+cGiNF/I1NFa1SJqiyc03FgSVQvM\nf0tjURP9TBlM+2WbxB9hlBWqnNAvalWUNGSpjBH7Q4KdnINByasaDd6LHccO\nI6E6\r\n=LXxD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFjhU3J+k+CBfNUBl2Ylz8MLfLMywr56dzd68L3l7NU6AiALkdqCgfniGoCUN2/QmOSM+wXDmm/oZABzRz0jJZDrkw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.17_1563985063698_0.2227094867494055"},"_hasShrinkwrap":false},"3.0.18":{"name":"math-clamp-x","version":"3.0.18","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.24"},"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":"18174620e34d09a4063ffab6a5fa81251c0ebc8b","_id":"math-clamp-x@3.0.18","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-yIEkRM+KbikCmBs83p2A9YGVTVwWVVlmi9WTWk0peIwCa8btQyuZMOzitnbm2KksnDIWWvBOvlr8gwwGnxeWBg==","shasum":"1dded794540855568cf3041b1218be0895f89824","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.18.tgz","fileCount":10,"unpackedSize":162741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOiRECRA9TVsSAnZWagAAW3gP/1LKpyqd8KMULhWh3onv\noCf0Z0Gtp02acpKyB92Ef/vsqbaNQCViqhVX2AA7VG8iu6C6DL/Aj1mSdIHL\nn2A9CpeSkO1vcrqjv76/uQSyOtTP6k/qczIwSuoZ6tz10r8rE3MgoG/bM1h9\ni6eUuCfYWkNIlHo1PJ7GrXGTYnn5hUNWUfOTZY0xBW1fguUtWNqyqIL5hinG\n4fZq4VyHhOUSVxnrgSNKEqqXDqQzz5WJOIjmlHlPpY9mQhSk44Aw6GlTjopn\nnaXsi+PDJzs1SLuuImN1qpKMv+rvBSDAIzMT+3zuEixQyiT6zHbavWI7g/e7\nnVOGt+ukDIMKKT1+qPq4itaK/Bj3yntx+yro0hBSXkXzpEgjOLc50Sk2Iyg7\nHJ2PRDONvLPsb03t7UU/1PyCoGCDW50FEesZKnR2ZEdR72jKBwV/N5jM5xWM\nT1uxUZU8+bXtac0I/uXdAQiMDoInnk/nPCMTpLEbg/d1KwXkzQdZBw5zC61p\nbexaZ8VxOnc4O+UR+MtUaAsvPj65HCO9qg51qBH8JYftKH5fM6FG2ILYP89E\nvKba0Cji38b+1LLNOa3JMhJmOnPxpFqyTBuFGiCzi6yuy3h5tKGh9Yw0nfFr\n8zO+0cvK88kJZ3ZDRSA83P1NLzVK1x7X+lBXD5DdJD7yiQPpwi9XHl212V8Z\npz9N\r\n=R0uv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQ6bEXj6sHEOGFZYCY0MZjzBYRF0MOxkmK37vbDSMVuwIhAK7gT1m/JPz4S9tCmrF4+Z8vOIW7MIqRVthvmxKhtGpO"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.18_1564091459720_0.9262759372032567"},"_hasShrinkwrap":false},"3.0.19":{"name":"math-clamp-x","version":"3.0.19","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.25"},"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":"0035e165d051d0f87d625765de34649a2bd8dc1e","_id":"math-clamp-x@3.0.19","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-RlBQ+TBcZGI0f7iqyftlnssVI1nXEujiHsJEY2p8I87RbYSvYo32FbnL+uBAstj9DsEe3M29azqwSaVE6XlLPw==","shasum":"b0166a2adf429a480a634b100d591981db60240c","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.19.tgz","fileCount":10,"unpackedSize":162978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOvvwCRA9TVsSAnZWagAAzLUP/iwOASEi7/9mlW0E3JUp\nUk5U/f7xtcUwFUyUw5fjaRMetBbE3VywV5THpVCQIAxAwrRXgZ343gFFK7s8\n5Gcv3iNOP9wQ9keTfIzHU9LAZBoQDZ54kh+mIvZjwRLHyP/Zk69bUHVe5M1y\n0y6N9Kmbww3dBltgwrZ5qQDLiN0UzeVw4pe6H3OIibxCd73HOaC9gA1526mg\nDa0VzgLe0oeEyifPNUnTa4ata4ybIYBN1983p1C/dmNGj5Rnq49EXtybQ2BX\nkyA61xezEP3omAJyMEg6L+7/+t+f2GCOwWGFICaljyfAc4o/eJYi/JlSxu63\nsmUtmN4mmJmNCDUSfa05qVxmUnWHqAOMyDcaVtuCmAWevhwIyKOnj55gvBnp\nbRfh5JUkSRm2l/vwOXaTa+NUt9IemeAaIe6XSqu+JwckYF3mLncwPvL0i2PX\n1P/2NtdXO+EPTnXpGWxzUg/+Du3NeVXFmUosErFxCYc6I78+zrBzo4jNID0H\nP/aCP5xsc/b45oFGFpIXM+F33669XFW6ENTx2seqPi92ygHtsJB3Ht7Ov9SY\n8HF0TGT2GAA8RTEwAGAM+DneCY7n/zcH8VKIQtAIuc9fGlrxdUn8X3TzOkkm\ngjbglK/9nHYxfUL+2DTa7Y6W43/vSLlrAu5jIPit8rVFmdPDmpR32dfqlKLE\njORe\r\n=t2Zq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDMjlQ447VTOezmFbIMXg2htHVNcXUI3I05AUZ49oJmZAiBr7qIO+r9coazTM8t1BBlKnNZBJpsvzTrvYyMhVep0nA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.19_1564146671768_0.7590703295710841"},"_hasShrinkwrap":false},"3.0.20":{"name":"math-clamp-x","version":"3.0.20","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.26"},"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":"05fbddd30941bdf02b00ee840c496fcd472ae5ef","_id":"math-clamp-x@3.0.20","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-Wdniorii5HyWG1H8WYAv570IKIERbaD98IwDjQKzfeZCQrulHW4FREYOevrtk3pF/JdgzS21ywTw7scdLinMWA==","shasum":"ce61099ed6224a50ce9b7a5559726d4feb374ba2","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.20.tgz","fileCount":10,"unpackedSize":162984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO6DJCRA9TVsSAnZWagAA5Z8P/32hiJhnPtfv0pVAjLax\ntKegXWdk1N90Ml6Wu68A43OrqO7tGPFUXcVgjT3YnNfcfw66Vdi5NhFzTLlr\nKXA1i5dFS9SMofuMzWnnL1JuuAWnj8Zz8xZW9HYJ/c0EGS76VNrBZfIP2m32\nRVeRHS2hylhJipZl4D153pbHUlyw5sOhaxNp4pjSY1mC8Us01r8/yFV8hFdg\nri8WP03C2BVeoAPPg4IHND4+/waSNukTGtzcC/kkEA1TBcDwFc4PjWrSOC/I\n9+KKuK4euu+I5ghEgRI60YUN4HUnP/2XaaApP9XkzUPtaLVUj7CKQktGhHmr\ns/UnWYqDMvvRn/l30FioQMOPUi4+2gZWMeyIw8shXyr9oGAGa37WMcwtUV/n\nVaNhBtaHRshSgc3wvX+wI7R+pxozAqpJ08NkkCowTSLPAzVbqEg0z5CLYkkY\nP1p4p1zWFoagRH07w5FhObf6dAkKoxyf6L/zwefOtE6yf93d6sHJC50RecBO\nWW6LuaUK1RexXCNT+rm9PACM2cANoygO/261HI85l6sVPmvd7ge2AJ1qzOky\nnXsAvPYBpYB+a90OhdGtRlPRo969uOLfVo+x3K6WHDRNnfMMhcykZN/9QsKj\nPrgLvwPELEtZ+KEq2Gi5ndEe2ymbDjUGKivZ1wf9IWj0XqS9lBf409+1i5eX\n1Zct\r\n=Cvbt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDisEce0YPBHzF2TE0tGAY3yWZNGmMFzWy4a25q1kgMCgIhAIbMOqsjCF7ILMHj6NVKZuXiCp5iKBIlr7cG0E7/JSkv"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.20_1564188872683_0.5035992587236644"},"_hasShrinkwrap":false},"3.0.21":{"name":"math-clamp-x","version":"3.0.21","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.27"},"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":"a1ffb0e015cfefe781b9f66fc226a64a00f58403","_id":"math-clamp-x@3.0.21","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-VkMYD5Kev2riIw0PlucKnIsLhjVIALEaox1sQvXMCR/6yk0mySNagTyA9Uyg3pzqJY9SAKHNF8O5Nh3BJ/xa3Q==","shasum":"2ce4be2a1f6f25b5d920cc4e6f6599cab8c5c1bc","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.21.tgz","fileCount":10,"unpackedSize":162984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPFTKCRA9TVsSAnZWagAA3VsP/2CAz9x+O0ioh6dHLaCu\njRuWSITJ/im+sBu6Hvd1SNu1e20Fhqsmo9C/vCpDxvuWaszuOUgeCG23Re+L\nlU0YyG4U1RkOe1pIPs2ScUs6sZKtJ/cvdGf1KVmQ0kRTibz7e3+5qjO7KryN\njKHzmIWYNjij2G7sT8QpL1pIyldEKZjPLWxUmV84g1GSijJxoEfzts7LF/Ux\nEqH4tq4vOe7cxYrDeTdoSni7hWtWHBmWnisujubo9RgrdjzHEEO1AVCuzlEq\nIvHXfdSGBLLd9kAtHb0mbNf1dr4q2ak+KDZhIjoELGQfbh4qEA2M3dQpchzd\ndzzzMjzTfV36LjJntwy6MwbCHyAQk3b4Tk+mE4gmxf9kPN+BS8+YuJABZu0W\nHqXqnz7XsZcVm6/jWY+8UIeGyxQYf7/NUfYQp6rQ7BDnljbx915mzClg9MBM\nkdbZENE/7933+7IH1/ASSWo25HjfEEUON/FQYsfBJklKz46PS+YgdqQG8k/p\ns6Ly0dhEbKyeBNUjocWHcOlliVyRDEA1KStZIIT+HyIfmSDEbWOBJPbDyC99\nV86PuIkTyIC3j/FQFxS/SGathABfcU1CBJ44d1lISp6QrfKxftlnFzIJ4FuA\neXQzEqCAu9zkwGww9lXQSUK6qz8cuIqYOa79h5MUm6IW8PXGNgh+vZrG6mEo\ni/Bc\r\n=kwRc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZO//XdZ5p3X/dgYu77ovNzn5f9cY0LO/Q1CGbiYsMdwIhAOgClJx2nPBDPlY7z/wtcr157aI3ugFALezOgDAA32LZ"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.21_1564234953493_0.9112804443050766"},"_hasShrinkwrap":false},"3.0.22":{"name":"math-clamp-x","version":"3.0.22","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.28"},"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":"06095389349cc797150219f0ceedd9e4f4218cc7","_id":"math-clamp-x@3.0.22","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-XBf6RQRzFrefAuu0h710ih735WjaQF/O3r/2DoWo6ohjYZZ8fFgGtCum35ZrNExbrIdXOmFVWiGJNuJCndxrvw==","shasum":"e70ffdfaf8bc31a3f1758c6e55a9803a001a31d5","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.22.tgz","fileCount":10,"unpackedSize":162876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPFv5CRA9TVsSAnZWagAAUukP/0E+GP3h4dzV3rBhzT6V\nK/GpJhuAwfEa4Eod8RdtYlkogsspRp25eJ6ljJTAWxuGmNc5k/QuXVIKqinF\nSlJ5eoknq7RLAAm6tZeR1Yp2Bcwg5+sCDVntHfVjX3pEa9VflYL7w+UETEV9\nSQRu3TNk1VS1oMzz2ipVMWN5XHu7MmZO7YcFbEwbLI3v7wscOr29AkYXyvYN\nGxfsXtt5d0RuNJwAvCrgIGQb3aYhExx9fQPRcGVE05in7BAu0mZZaDUwC7Wq\nVSjuEkpXR7JrDTto/GUr6zKz3jxhMiTUEXd294f+11pQmXdlHMUVjplUJDY5\n/nPr9gsgyEg/Pm6xKTPDBKAyj1Tc+6T00Wktfr0j40S2h1Hmr4e2oKFs2I5E\n/UHvKLbFXe048lP/DmzccUa5qI5kLdgIgfz87VHmrBgrI5DMum+3H8UaLOeQ\nq9jHslWmncFvxy3arwDbihmKfXsyKTzI3M4yrgBdbbX/qFbcBi5USdos9uUU\nMoWA65l9Bokcxz05c+JizTtxwh60Xw5TIJRl0wirFGUzCg3qt4i4NmCp3kBv\nPt7gqfDTGJrc5jORk5Wme3ykE4OjIcI6pJHr3Gv/VRkl8ahfmNgBGZ4LiilL\neiBMKImpn1AE+3/7YBnVIjPrBXedV/ukkihCXxM48kxrIvnZ/xgSIuHKH3eL\nNMvF\r\n=rPw4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrOfLJlUAExiY4kFKNFpMTodYGdBleqnTF4oYpRYQQpQIgPm6l11sfIuGL8ueliHctJOVIzS/AqELukCI9UJlMqFg="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.22_1564236792451_0.8733165272797137"},"_hasShrinkwrap":false},"3.0.23":{"name":"math-clamp-x","version":"3.0.23","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.0.29"},"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":"d8e5523fbc6f0cf37ce6412a4d1decf08d6ac3f3","_id":"math-clamp-x@3.0.23","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-b77sLzvZ4lkMNdYlYeiaOjzteISxzeprhwvyt7Q2QQtsEysBWNTWeR6EwxqTv1wLmCbxxM7o7DEQbobrEtcCsA==","shasum":"2685b78a116e0a025d6e30792f02b49aefecb2b3","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.23.tgz","fileCount":11,"unpackedSize":167667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQhGwCRA9TVsSAnZWagAAXJYP/RxIiKnmLra2pqP6d552\nPVs8+0jVOHN+rz3h6hBSCH5xqfut34USWLkinEDcEokWHdqnePSDyOtGsUOI\nB74aTOFEWX2MqtOXpH34wo0n4/jdha+cJm0anI7UO3U1Kt+cyNhnI+dVR1Cq\nhMBRy5CbEJ4Fe3JeiiEtnyl3YhpLifZAduEkp/NEmJKyCDyqkRL/BiQ2UKHS\n48v5HTZpn13klvchspj9Qw0h/OTcNQMxQP2JIGoxBYM/cwUCot2u1Mk307g4\n6fNr7Ecxl5FPFtZStzGasOodOmLyyb0S/Ui8eFbLMdjAjykAijgS4LRQJ4SE\nWJLOHf8n6lRnWXp3Ty6+EAY6g7gToXm5ni3VFkbw6GCypuVqQlBAyUU0SmSN\na8rR2I/ffvH9vKzmv5oDPiPVrGtB1iuW+xI6ZWZKiG70ycc4RoMrrPdS0LLc\nsProM8byjM4/njoKR3APcRgv+UBp9m8LkfQdmDG17NQyUOCB1XYcTlP38SVn\nTQeEVanaXv0CDug2JduWhepFSze3LQswbLE+DLxSIdY9jrAZcHUxpEE+c6K4\nLWzvBrIOeHWL2TxOjRN9YYQXroZuQoT3UzECH4d+eIPiHoYlXWGq7S5WslkA\nKXCJw1zMkiEiNS4CfMJNGYGApPeCfQsQHwuQZIxCyUA6/ZcuRUq3vN+Gjf/5\naHkM\r\n=rtL+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA46uKqNq+vuE5tGU1JW11G+VXyyWksR8R8sCpVpQ3FSAiA11EOr4Ul8J0LJbAvmyt0B/zGG6VQCp/VB3a4+/+jOpw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.0.23_1564610991556_0.3508650315773274"},"_hasShrinkwrap":false},"3.1.0":{"name":"math-clamp-x","version":"3.1.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.1.0"},"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":"cd0b8236d38c52d7ed53748685ecda355eda8e55","_id":"math-clamp-x@3.1.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-yE+7fZi70voZfMGGWGnOxLMN7g+Hbwm/kOb5EcxS3mHY5sGKkk5SiiCNf0YY5phLzBlYco0AQaCFWGfCBoyyxA==","shasum":"d6221d0cc251e95f3b37fc43b311113c5b616aef","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.1.0.tgz","fileCount":11,"unpackedSize":171379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVBNmCRA9TVsSAnZWagAAmE0P/2503GyPBe/RvGoH//kW\nqUfY8QOckR1x2bpYTGO9OQpmjyi5Xm6puihLsbuA0o5VbMX+c9TXixo4+/w0\nUnk34cgmbEniY5U2nSRg+k52qkHYDw8sLC/fKC3utU7GUL4xFxxxm1doEJ7I\nus13ykA4/sqaPwlzv3QJl2df/gX+k2yWvPzKNL5rI4efELwssYZl1ySLhbov\nG1KlnBqWBZqvGPzYh9W/XyQwM2X93bQhNNrIdBXjWX2hb89i7QJvI7XIYD/Y\nC/sLGZBDkFC+ApxWq0L2DzmexX7laHj85JkdhQFpvAw30D8j/G/Kkl3rI8RQ\n1+OsbRHy+sKPlj/eSxzpPnxgx5FhqeC/AHXrx40nmjFb6+HDELRT1hG1JElk\n8Pe34Lt3+709E1Q2U0zryT2+yCJj0rRcTtNqEqtjO1keDGwLkOoDoPKfM5XB\nhuCaahYlbjj9Tf3XasX5QWr4l3VCE3LAG6ZMvJgCQuNAlWhF0x/XZLf+360R\nGmnNm9MfnA5+qeU5qTWTKJgJHTVYe0ADARz7mQ8PL+HPhfvOBLCHCLDMvzbc\nFkzDcLVua/pbnpOQSkPJOjujRODAAPa6iCE8w8Ikx4rZ9X+2BUT4wzzFnCNc\nITGDmBxCIj4AnDiQzdojX63N6VxNSV3sLUrcvdoZ1aCLturwUh7Esjme41o+\nc4/b\r\n=P/k7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAoH+Ilx7+kjAHUSY3QJwpdAgueVF+9Se84gRkW6xDxyAiBeUAmpR3DibJu6FI2VUsIEWdxWzFrc2FTR//oSt9/dkg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.1.0_1565791077724_0.5573763588623606"},"_hasShrinkwrap":false},"3.2.0":{"name":"math-clamp-x","version":"3.2.0","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.2.0"},"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":"23a5a7d89b7c0ccda748131f5558dbc3d889ed66","_id":"math-clamp-x@3.2.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-fKaIPX4UHUQLhHy1D54pQCJOwGofANFaizgyBwKbH8Y4+q+b/ClNQdXyrOB+WySykrkqFyxkHDBrL6/ysXm8qw==","shasum":"4df40d9c5f96158687c15bef0225d9e8cf275a17","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.2.0.tgz","fileCount":11,"unpackedSize":171379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVCARCRA9TVsSAnZWagAAuFwQAIWU8pP6Fu3+Np3OYxRN\nRsm/jrQ55eYwZ+je9dbQPXp78uFjI6sohIRfANURxFQuWHEv4I10477PutMG\nK0EEUED47rakCLBbFuPwfH9ePrcTx/7TQj4vjnej671s7CQJq2LJLjn5p7Wf\n1MS4Z9FX28lF1TkaNw5TNkjykMClJMdasI+Ad1o64ggmHaAhV+XMSoHYEQy/\n2+fmAz7Z9R/Rq20v5wDAgRWyyOvmL9t/kv/HIvKLfuq6lnTgPyl3A+sEyg/J\n1hofqfm6joeeewNtgvx4FiLqA/81CRy1KeAtI8lMGkmeD0Uy8UawMDXFZaUo\ndJxU/MjPAsC4+7Cyt9hLO548D4olFQsW66Wxo+dWazoXHEH6XYni/D25oJDX\nPut6m7BhqIGEHpzhq1eRvn3XKHkIaaIL251TdjBP1w15AqJwo/TNI64H9NHs\nvTGOqtjlxwJNIPFFixrbo8jW8bmtgL562BV7LZHPZ+ZQvbQLDkT8IrC5gqdF\niVngETno96YfvGYrF4RQOvd6YsPuOMz//j2CgH1psL7BFkRnQQuxI+yYUVPl\nQLnpXjwfOQG7nZp3Uy1LyA3p2SRSoRxj4UECqd0zwSH392Sc9Fgdel/2rauy\ndl6nlrY94/cQWbd6oQf5b+NC+hANxp4nV88yttrv8aut1pF6SRFLlyMJsnpW\nwNfg\r\n=pDiM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtnJT1M//9lBonhu2n0PPl7fSVO+ewfcTZuzu/xmrnYgIgcgJbDZWyY9GlZT6iQOZGGg8Qoa3YT0PhXj4716qY7aQ="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.2.0_1565794321177_0.4382742877793282"},"_hasShrinkwrap":false},"3.2.1":{"name":"math-clamp-x","version":"3.2.1","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.2.1"},"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.0","@xotic750/eslint-config-recommended":"^1.1.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.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.2.1","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.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.5.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.2","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.7","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":"c2c11d9735db2ae68e7d989a50cf016993403f5c","_id":"math-clamp-x@3.2.1","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-Fgr/w+FWav4nRrq8jm7USFVo0gE1KfZydFuIZQe1TSh84R77qsWd8Eg/vsHW79UB0nYBoPK9BNPFnNZckYx+wA==","shasum":"9bd951b153b58f6dfc0932e37d6ba7d326ddbe67","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.2.1.tgz","fileCount":11,"unpackedSize":231127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXEiQCRA9TVsSAnZWagAA1hoQAIBo8da1op+juUr2GryY\nLbjQUbUh2Ubl51USM2gus0fJ7fakHd71Ainj5f0Lk0bVvIbbAovIh/6rzGyL\nZokZGTtm5YaJJ2wzDPDfA5m6nDNCYpjvWN8iMRX8qdb/lJ+kUl8yRNLWERMR\nSEHqJ+IE4FsUvJGqWSXeLDReDzmmd6xyZSgTOe+HJZwwSgtJHp9TA+8P/SrD\nDubLc/UTIutOOWkoNa44vOSlWXBX403HkTH+tLfH+rthLDVmTYJOtkOFAZvF\nfi1zeODW6SPT6WXlPauS5OBFXSMJZFKNf1zYuG4jxuVmQ2wX3InsI63oTXsK\nXs3GvD4U4rn9k5nNh0C3kLVoACie2N9QbsrI5KQIcWvbQnXgbRcb87yMtZXi\n/agIkvkjozqHUTn6+/aMbjVQzItu7Gd3YgoOl3W0mHuiMEV7834/dCS9qO2z\n6pFi+0OMI/MKD3yzcWq1cCN/LU2cGK927lcF8N1q0X8vvdYwI9mxvBxWf5vL\n3VF3BokO4LoVLFzyofG/+d4iPf7Gds81MQjiudR73GvWUT1xTOqoCWbl2m3I\nSQsqVhX5RUjowsUutwMCMH1B1DdtT4otTd41o3OTPUvUDZvEZxRD165BK3oD\n8W5wKIPQfzRWTldi2rl0UBmFDlOYfYbG4a7/lj2Py0JkyNgpPCGBPnf9vSWb\n/l2i\r\n=3zLO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqCJTLB92YCBMR/ltRhEbGj97+6zUPsvpmLMOQhvCLmgIgbil6L+nnVnSFAxmI9Pn034SVm6TBZfR7m6TzAEKchf8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.2.1_1566328976269_0.18002535086557292"},"_hasShrinkwrap":false},"3.2.2":{"name":"math-clamp-x","version":"3.2.2","description":"Clamp a number to limits.","homepage":"https://github.com/Xotic750/math-clamp-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["math","clamp","module","javascript","nodejs","browser"],"module":"dist/math-clamp-x.esm.js","main":"dist/math-clamp-x.js","jsdelivr":"dist/math-clamp-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/math-clamp-x.js -o dist/math-clamp-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/math-clamp-x.git"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"dependencies":{"to-number-x":"^3.2.2"},"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":"6a3c3672779b8b9003e88278ac9715b98d85f3d1","_id":"math-clamp-x@3.2.2","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-Oi8TI3q8QsIMAR9mhH4u2u52kqUVzvehq6tOoK92ipZO/SNVoFpAgr7alHuIQdevvczP4X71GZfMlkexJAarTw==","shasum":"3944bea3f1c45ad47978f993d8fadec74b5de45f","tarball":"https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.2.2.tgz","fileCount":11,"unpackedSize":231127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZrR3CRA9TVsSAnZWagAAC3kP/1skYuWTGgVwnZPH5+KQ\nBgPg67VIwxA/JnjaLeYrDFWL6cTx8DpGwTyH64jrwnIyu9BRnqQ9Dh75+lV7\n8IpFyc1Zn8NsImDAZ0/8AYvfBd9sajpAH4sWrikK26jmulZ1IG/Oa8UmbYqX\nTP0r01OZ/DOp4KZ9PyFyUqaVGqqJ7awgNGsedmAfXSvN9icTWsV07gvkZTy9\n6jm0gq9DohMLZ8CYkAh1Yvl93tRFCzWTK/7vAtIQFSVjqgCf/YkHe+PyL4ji\nwR3FeE81CxZ+1ldWeQdcdFLXTLiTlhpwCUHN84UmCdpJWO5LTYeKZPsD6fZ5\nzru55NUFjIu3zkebiHuNXJLQPAYcX2em57i4mCnu6zTlCwtkXZ8h0Z9XEfn/\nVNbni9Xr26hodkTgnfYRPz5SSA5Dkpx2Xd6rfsa/3GhUTLvVXZ2ItkTtBPMl\nAY4gzb9wzp8uqh0IG5JuG4dD/Aveux0c7cN8dW72iaVELfn+/cfD5aNCQBvq\nLHwTV0TdXE0s8St1MAy48QCKTQ3Lqumam8e9NL/iN++XcrZeAMEp3WVieN84\nd2nq2I5koN9rbc6//BrTnYiONkdoTN1rhAQaiC8JOaShFJCUTdJJ8pAKi5qG\n1kNAkTlCtMAfEaDiOTPDzKK7aTjAYqf+im0zoUH5ksdcK3KHjbh/6yagpbGv\npxNX\r\n=wpTO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBt5cnwNNMw2shEmJnMyYVvBbxw/67o8t0Fo3yF9Mgh+AiEAhspc+sr2IqUkMRCIYzXcx0XgEMHyNnZCH5Ro3M65pOM="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/math-clamp-x_3.2.2_1567011959358_0.2300664832366921"},"_hasShrinkwrap":false}},"readme":"<a\n  href=\"https://travis-ci.org/Xotic750/math-clamp-x\"\n  title=\"Travis status\">\n<img\n  src=\"https://travis-ci.org/Xotic750/math-clamp-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\">\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/math-clamp-x\"\n  title=\"Dependency status\">\n<img src=\"https://david-dm.org/Xotic750/math-clamp-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/math-clamp-x?type=dev\"\n  title=\"devDependency status\">\n<img src=\"https://david-dm.org/Xotic750/math-clamp-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://badge.fury.io/js/math-clamp-x\"\n  title=\"npm version\">\n<img src=\"https://badge.fury.io/js/math-clamp-x.svg\"\n  alt=\"npm version\" height=\"18\">\n</a>\n<a\n  href=\"https://www.jsdelivr.com/package/npm/math-clamp-x\"\n  title=\"jsDelivr hits\">\n<img src=\"https://data.jsdelivr.com/v1/package/npm/math-clamp-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\">\n</a>\n<a\n  href=\"https://bettercodehub.com/results/Xotic750/math-clamp-x\"\n  title=\"bettercodehub score\">\n<img src=\"https://bettercodehub.com/edge/badge/Xotic750/math-clamp-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\">\n</a>\n<a\n  href=\"https://coveralls.io/github/Xotic750/math-clamp-x?branch=master\"\n  title=\"Coverage Status\">\n<img src=\"https://coveralls.io/repos/github/Xotic750/math-clamp-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\">\n</a>\n\n<a name=\"module_math-clamp-x\"></a>\n\n## math-clamp-x\n\nClamp a number to limits.\n\n<a name=\"exp_module_math-clamp-x--module.exports\"></a>\n\n### `module.exports(value, [min], max)` ⇒ <code>number</code> ⏏\n\nThis method clamp a number to min and max limits inclusive.\n\n**Kind**: Exported function  \n**Returns**: <code>number</code> - The clamped number.  \n**Throws**:\n\n- <code>RangeError</code> If min > max.\n\n| Param | Type                | Default        | Description               |\n| ----- | ------------------- | -------------- | ------------------------- |\n| value | <code>number</code> |                | The number to be clamped. |\n| [min] | <code>number</code> | <code>0</code> | The minimum number.       |\n| max   | <code>number</code> |                | The maximum number.       |\n\n**Example**\n\n```js\nimport mathClamp from 'math-clamp-x';\n\nconsole.log(mathClamp(-5, 3, 3)); // 3\nconsole.log(mathClamp(0, 3, 3)); // 3\nconsole.log(mathClamp(5, 3, 3)); // 3\n```\n","maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"time":{"modified":"2022-05-08T22:32:58.759Z","created":"2017-09-01T22:20:12.276Z","1.0.0":"2017-09-01T22:20:12.276Z","1.1.0":"2017-09-03T18:32:08.824Z","1.2.0":"2017-10-18T21:05:54.717Z","3.0.0":"2019-07-14T21:52:44.637Z","3.0.1":"2019-07-15T10:51:01.689Z","3.0.2":"2019-07-15T12:27:32.680Z","3.0.3":"2019-07-16T10:37:41.665Z","3.0.4":"2019-07-16T12:23:07.208Z","3.0.5":"2019-07-16T21:17:38.722Z","3.0.6":"2019-07-17T16:53:38.615Z","3.0.7":"2019-07-17T17:30:55.409Z","3.0.8":"2019-07-17T18:33:55.492Z","3.0.9":"2019-07-17T23:40:25.096Z","3.0.10":"2019-07-18T16:18:13.626Z","3.0.11":"2019-07-18T18:37:26.273Z","3.0.12":"2019-07-19T21:46:02.921Z","3.0.13":"2019-07-21T22:33:09.949Z","3.0.14":"2019-07-22T12:30:45.294Z","3.0.15":"2019-07-24T00:04:58.911Z","3.0.16":"2019-07-24T13:38:26.489Z","3.0.17":"2019-07-24T16:17:43.863Z","3.0.18":"2019-07-25T21:50:59.888Z","3.0.19":"2019-07-26T13:11:11.929Z","3.0.20":"2019-07-27T00:54:32.904Z","3.0.21":"2019-07-27T13:42:33.694Z","3.0.22":"2019-07-27T14:13:12.630Z","3.0.23":"2019-07-31T22:09:51.697Z","3.1.0":"2019-08-14T13:57:57.915Z","3.2.0":"2019-08-14T14:52:01.325Z","3.2.1":"2019-08-20T19:22:56.479Z","3.2.2":"2019-08-28T17:05:59.546Z"},"homepage":"https://github.com/Xotic750/math-clamp-x","keywords":["math","clamp","module","javascript","nodejs","browser"],"repository":{"type":"git","url":"git+https://github.com/Xotic750/math-clamp-x.git"},"author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"bugs":{"url":"https://github.com/Xotic750/math-clamp-x/issues"},"license":"MIT","readmeFilename":"README.md"}