{"_id":"nan-x","_rev":"40-376cc84f2df60e8fd7f27f4a30bf69c8","name":"nan-x","description":"The constant NaN derived mathematically by 0 / 0.","dist-tags":{"latest":"2.2.1"},"versions":{"1.0.0":{"name":"nan-x","version":"1.0.0","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017","keywords":["number","NaN","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^2.2.1","browserify":"^14.4.0","browserify-derequire":"^0.9.4","cross-env":"^5.0.1","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.2.0","eslint-plugin-compat":"^1.0.4","eslint-plugin-css-modules":"^2.7.2","eslint-plugin-eslint-comments":"^1.0.2","eslint-plugin-jsdoc":"^3.1.1","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.11.0","nsp":"^2.6.3","parallelshell":"^3.0.1","replace-x":"^1.5.0","rimraf":"^2.6.1","serve":"^6.0.2","uglify-js":"^3.0.24"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/nan-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/nan-x.js -o lib/nan-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"b2a1779fd8a99eea424bd1427c719309afee2100","_id":"nan-x@1.0.0","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-yw4Fhe2/UTzanQ4f0yHWkRnfTuHZFAi4GZDjXS4G+qv5BqXTqPJBbSxpa7MyyW9v4Y4ZySZQik1vcbNkhdnIOg==","shasum":"0ee78e8d1cd0592d5b4260a5940154545c61c121","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1h34oQSwwtCbAkTmL5zwLWy1FeMU7BrH+lJ1ER/qGfwIge8O/myUuQynZzh12IDBia6BM23ddZPa+5HuHPdbTnEQ="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x-1.0.0.tgz_1506361335528_0.21883600996807218"},"directories":{}},"1.0.1":{"name":"nan-x","version":"1.0.1","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^3.1.0","browserify":"^16.1.0","browserify-derequire":"^0.9.4","cross-env":"^5.1.3","es5-shim":"^4.5.10","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.18.1","eslint-plugin-compat":"^2.2.0","eslint-plugin-css-modules":"^2.7.5","eslint-plugin-eslint-comments":"^2.0.2","eslint-plugin-jsdoc":"^3.5.0","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^4.0.1","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.15.1","nsp":"^3.2.1","parallelshell":"^3.0.2","replace-x":"^1.5.0","rimraf":"^2.6.2","serve":"^6.4.11","uglify-js":"^3.3.12"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/nan-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/nan-x.js -o lib/nan-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"ee22eeaad426919dc0a41ae5aa7c7451f6e66feb","_id":"nan-x@1.0.1","_shasum":"9e6d22a8b212028986f46e9c45dc54aac001c937","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.7","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"shasum":"9e6d22a8b212028986f46e9c45dc54aac001c937","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-1.0.1.tgz","fileCount":19,"unpackedSize":299529,"integrity":"sha512-iPsd6PZyeVRX7O3WObtii3qBlmt0Q9RGORgayuI0A0NSpvEAzqxRJ/L6yU7yxY4j2YBldVkY6QsSUi1DqL1gVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjNZ0ZA6tbSLp8YEzAA9JaqQF0QwUxEpw43Coe3H/sYAiEAs74Cf+XCLF45AVn75Gy5F/PKhe7n8K1w/epm4TOo6l0="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_1.0.1_1519421076140_0.5338943569005934"},"_hasShrinkwrap":false},"1.0.2":{"name":"nan-x","version":"1.0.2","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^3.1.1","ajv":"^6.1.1","browserify":"^16.1.0","browserify-derequire":"^0.9.4","cross-env":"^5.1.3","es5-shim":"^4.5.10","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^4.18.1","eslint-plugin-compat":"^2.2.0","eslint-plugin-css-modules":"^2.7.5","eslint-plugin-eslint-comments":"^2.0.2","eslint-plugin-jsdoc":"^3.5.0","eslint-plugin-json":"^1.2.0","eslint-plugin-no-use-extend-native":"^0.3.12","husky":"^0.13.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^4.0.1","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.3.0","ncp":"^2.0.0","nodemon":"^1.15.1","nsp":"^3.2.1","parallelshell":"^3.0.2","replace-x":"^1.5.0","rimraf":"^2.6.2","serve":"^6.4.11","uglify-js":"^3.3.12"},"scripts":{"clean":"rimraf README.md lib/*","clean:jasmine":"rimraf tests/index.html tests/run.js","clean:all":"npm run clean:jasmine && npm run clean","build":"npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security","build:jasmine":"npm run clean:jasmine && make-jasmine-spec-runner-html","build:setver":"replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js","build:name":"replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js","build:description":"replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js","build:replace":"npm run build:setver && npm run build:name && npm run build:description","production":"npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs:name":"replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md","docs:badges":"ncp badges.html README.md && npm run docs:name","docs":"npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"npm run lint -- --fix","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/nan-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/nan-x.js -o lib/nan-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"6b258b1d0953114d12b45eea3a41e063af8bfcf3","_id":"nan-x@1.0.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-dndRmy03JQEN+Nh6WjQl7/OstIozeEmrtWe4TE7mEqJ8W8oMD8m2tHjsLPWt//e3hLAeRSbs4pxMyc5pk/nCkQ==","shasum":"5f34e9d3115242486219eee3c8bc49fd2425b19a","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-1.0.2.tgz","fileCount":17,"unpackedSize":16475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPkK1/3qckJ2UixrGdU6SWJWExpIYPQt4L04uY4DtCqAiBCE7trXjpL78yvBEOyeGCG8S5J2stI/wXjASFStGepQQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_1.0.2_1519471737936_0.957264968499006"},"_hasShrinkwrap":false},"2.0.0":{"name":"nan-x","version":"2.0.0","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"browser":"dist/nan-x.min.js","module":"src/nan-x.js","main":"dist/nan-x.js","scripts":{"build:base":"webpack --bail --progress --profile --colors","build":"cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.5","@types/jest":"^24.0.15","@types/node":"^12.6.1","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-css":"^1.0.1","jest-file":"^1.0.0","lodash":"^4.17.13","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"70fec67adb16d7baadc70c0ba99412a26ba770ed","_id":"nan-x@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-EDqX9gXbajectHD+PQ4yKhm0NQciRPsspgLc5gWGgRWdtP5alFUNPzt9wbnd50MohRMNNzaK27JUslxwbj0w/w==","shasum":"f6682b27b8914eaf7f749fd5d2e267d83c4a69ce","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.0.tgz","fileCount":8,"unpackedSize":22994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJeGPCRA9TVsSAnZWagAAuKsP/iziPoGn+7VMOXLXO03/\ncLrPxGhqd9y2zOE7p5GqsptSxVoUzZk4GkQmgAvS1I+cN2xsBKVzvinoGpME\nv2yppgY1HvSkhrVVeyzgpBsy532TtZ9Bb9L7pMRG1al2BhZwGEjxG+9VVd5c\nyIVGwUqQUlUoLrVtYlPTbC8ZshN3P5I5jkob7Z8OKJPivW1Z9R1HEPsb99oy\nRblVZlPZu7eFItsSoncUSz9zO1clmHldzFYof26DapTbjatSarRUYGAP3Gnw\n0cDB8u8ehhWKU8bfJNJ7ysGpL+y5VX+GplOJ1nt60zjnP8jj59wbQIywta8o\nAJASaZiTKKOgpHW1ZuTb6EbdmpvcdkGC+r5aWlK+eTjYvsT4TjXV7z2Dhk+L\nZ4eBI6b0Dm8Vh3WY8BG5qWz91IxQaBO00uRdTspIK23lI7XfSRqyRxM0zztE\nPScl4qu3Psh9wNMF3tXEa3S9qeXi8O+3aOY8TPQV/ghyAbk7g5Yp6u6fOJqL\njd0dYSmmmCJQTqxqQLcFskG89XXwIIC4N7Prg94wNbWzo0iloNiR8vRn0diy\n6ouXBGTibNp7imtECvclq5S65KKOKalxqSD/PTL+GTdCmDQXxIjllRh46BCb\nuSTairGagcZ2UXznEusGY7KwHVM/becGjdOVdypqZwM0jpXCaMHzIkt8TvAK\nRdgt\r\n=tvRA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGWSCFMDor6lMhbaf+PDRLP4NO8YQ/edRXZ3V0tS38J0AiEA6daDh2IlAP6waHLNc6B1vhkt8FVU9AORVUCGO815Ue4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.0_1562763663233_0.20331749648401387"},"_hasShrinkwrap":false},"2.0.1":{"name":"nan-x","version":"2.0.1","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"browser":"dist/nan-x.min.js","module":"src/nan-x.js","main":"dist/nan-x.js","scripts":{"build:base":"webpack --bail --progress --profile --colors","build":"cross-env NODE_ENV=production npm run build:base --","build:dev":"npm run build:base --","clean":"rimraf dist && npm run clean:coverage","clean:coverage":"rimraf __tests__/coverage","lint":"eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .","lint-fix":"npm run lint -- --fix","report":"npm run build -- --env.report","report:dev":"npm run build:dev -- --env.report","security":"npm audit","security-fix":"npm run security -- fix","start":"nodemon --exec \"npm run build\" --watch src","test":"npm run clean:coverage && jest","test:ci":"npm run test -- --ci --maxWorkers=2","test:coverage":"npm run test -- --coverage"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.5","@types/jest":"^24.0.15","@types/node":"^12.6.1","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-css":"^1.0.1","jest-file":"^1.0.0","lodash":"^4.17.13","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"dc7edd8dcd93ac3946efeb4dec057912587b8e4b","_id":"nan-x@2.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-c3xDBJGknWuTXySHN8o7LK/qx4lykZIhp5QZ/iUOKcAWS37yvPR3vmqcM7u2EIT2DSHiTrVnHRtuitGZ/DB9sw==","shasum":"80d87484e0f21fffa9d4fd86ccdc17daf1291c87","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.1.tgz","fileCount":8,"unpackedSize":22861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgU0CRA9TVsSAnZWagAA2NUP/0s1yntFEiPzivx5Mqd8\njfiqDibDQMUGjJoGbSSRh7OYBD+aq7ODMyXFDGnmEjBSI4lG81qYa2yefGKZ\n537SrGGcYVZta4wtZgwYo3j7AayUqF/i8pQqO/x+kRWNZM+mZYaoNs6RUVhH\nrnixsY+fTYLT2gK51dNMEMr43toK1wpEADV/6OimgAY+JlfA6afIIIB9mRhf\nUGbsjodL6rDnP4dIixQ0bRaPr/QBllzWIYY0/OUYqg+5lpyj6wF6n2ojEK55\naKPB4rEfSXeLVjAfvfnaWKXgsGVupmkZ7Xncl3vbs5kwuACAErIHcklAaPcD\n6P368Wuw9lW9on6GiUOiOweegTzRTjgiXS9SW0qfmqV/Ra3JQqQBSOHPhvSl\nyKL9aaVPukvWVyovdiZo0IV6zW0iPVnPmYmMPvte1M7DnLyM35pw2AygWdEU\n8pNqFbDiZi9O2pI6LbhioUeQzz7dOZLBQGs5lXrzPWgMOxBwi5cruo6jMfsI\nGrcxuh/XZ6iTzWmM3k1uXPbvZ7LFpApZRqPOCb/Upv/NCEasyoiLQXsod5uw\njcH9Cx0FWnvf1VcKaxf1Z003T3pv8BKTBU9RTa8C+qSYvnZ265E3/MgCZVz+\n9DQR6vN68Yef+6fz/XBKLQqc0Cf56cT1JYrenkVyt/KxxbihOgjZBjGt3xkS\nkvHX\r\n=T224\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuk2Q+ELKFXcOndVoqp2Qn8wsMwbXu9ytJp/cCODghUwIgNtjg3lVzM6UwNOusYXDYHE/lT0xyoPqtJXNKdR4mjww="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.1_1562772787940_0.14637499646692587"},"_hasShrinkwrap":false},"2.0.2":{"name":"nan-x","version":"2.0.2","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"4aa6b35c5b0b80764c3a0f1fb64e2c303f5d22fa","_id":"nan-x@2.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-9/WFYe9WUZBxmVokfU1dKyzwPygVNEN4+nbXgRphMUB8fd3Eg6/1s6rPpKH/h+iUkYyJQOYtx5qIqtTvmX/J9A==","shasum":"72d61e4e56d13b1df89cef83b5ec3ae873a9b059","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.2.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKIHzCRA9TVsSAnZWagAAtc0P/0xpr6tF6fXb5G92NrZr\n0THnYuJrDJFlu0bC+Y5BlCwiF0JNtdYzEM5YVn5Qxy3Q5Q0FJf2LOvOhaLX+\nroewAJANh6QcuU0ms4slVxvkh5fc0dpstQuQfByWs0wi3qHmb6P0ih7l6HGU\nT6dg3HyuYU8oaeyfbDlmDyAAbvz+jaXtYc+ImZjVPJAoqoU9+GKQbc4kjc9e\nrDfnWbyG11gZcYseU3nPN1ihQ/NAiUb/xkF2fipLh9eO9C9gZPflcaRemiO6\nw/bH6zp6zeZX8ILyu76yZO8etlWFNr9RND5Bx33443CJfGYNp/uNwoEsJzZq\naIzAlOxGLJQPnuzSn+jTADwfyhhn42VSSMGkepCP64tfCsJm184fxhZ9+BnH\nGzV5ox8DsrVroJHlSoACgdSVl5suSvNYuFys2XBiGVIprqp5HKiP75S6DIzS\nbx9zqo4FDCgRjGjYnyJcWWxUz1WA6jQXpKOY7IPEkp7rfwIh2LPOpNB5+E5U\nPorCimXnHgSPnEK9YFAqCPqlZhhY++KfLuno5f1dKLOdLjjC4gqNyzAypj8T\nb3Vm03YPIS4Y0q5huD5qxa2UG+n5s/WuYd9bTm6HOEAtCUpJ5Czdh0JEeES5\ndNaPs0LTJaYhm7y3HYYLjSPRubSwqvTOKYDOZLMIb8SbGN8u3RoUfzp6JUZ6\nwLBA\r\n=1QZT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsanrzStkhSFyhpW6w2mUzLBxukUYpEWrI67b1RVYYHAiEAhDHP5CA5Lwd2PIZIEX5Y0+Fn4hi1QT1JBJwrMQdu3hE="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.2_1562935794661_0.7496683624377891"},"_hasShrinkwrap":false},"2.0.3":{"name":"nan-x","version":"2.0.3","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"079e2261b7c6dc5075127dad42a577c3a5b8098c","_id":"nan-x@2.0.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-r82p29wtOnP4601el9IJx7IaTbcvIY3hrFGLOzpXVjtwiBWUcVRLk3NQJnpn/9nMefoYjl4Dd9zf93Cup+rqfw==","shasum":"6a9cb57ba16fd7c80b1d389769e8623d7fb4fc2f","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.3.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKTqqCRA9TVsSAnZWagAAPxgP/1NZL9Oia3/Kbs6RaZ07\nwHyfqPK7tqaUMD3MBjD1wV5qNAg/MxPH5YBRvRvFH3DDiNsSURfCAPSI8E8M\nQXcOqjd+AQglYn+Gqo/p8nGsnxEIdhF/5tnWEFRxAQd6O3T+iDRKzPfWnZ9a\ngQvK5CSqc/Nl6ijN0iSk+9wVngtKgUZ5SCY9nPf08iEIiDgD7F2QPwymnaAO\ngqk+7ACNu73lKFwrrvZFNiX/NSnqxcURPi26YuvoXz2sCOwlT5wi0LqJjPNb\nOu2BDQa9zHOzsLbhvtmEMhqhikqvpY/r1accBGjcrDuSm9MizIY0RBHGCGdW\n0rpn8MuH2VuGij7NjcQN38NdoWGkvoJ64d9hLKOr3O/D1V8G/R7PVYd748dx\ntTXXfaILdEVda+2K2Xv7NnzkTaqveaXnGre3A7MnemiGiF/VhiPDfV/l95dT\nQv9wcV967G9zslZcxYy7/GSxA++cddCA9y4cGbEHVODrW2aclol1Ejywetyz\nysZ34ZyjdtmEvfGH7t9BApTBlO8WvXyAx2zsw0T5BuF/JLy6X4NVz0WEgN81\nI8Cw8+kFCxZgc9elTR0ec9J/BQhKHWDBCxDKh/wIQmrbbh08wNahwO7fsb+H\nPCWsdZa6GhvxTS75CJcR86umTnfbJSWhIOPgevT9AHx9/zfSXR0YE0CDyfg8\nDQs5\r\n=VqJd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFZkn0nC7jugySRy22O7lA1EwexpFlEysxN1HktQkzAGAiBeyB+J8vG9FoNMoDZpxPaKpAHFV4ihS57ZgoDvGI9q0Q=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.3_1562983081355_0.9553655369162675"},"_hasShrinkwrap":false},"2.0.4":{"name":"nan-x","version":"2.0.4","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"fa1e9a21e60bb78a7013ba5e9dacb4b00a80efe7","_id":"nan-x@2.0.4","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-uh9WpqC3muiQH6wOqa9k2vsroiN2ht5RevJ4LY78cFZq40H6APAkx04OuOMKDsl2IxwJR753YLXS3rqNBOuRbA==","shasum":"6831bb2638d2508cbf51c16c44c2359fa7cb4524","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.4.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK5y/CRA9TVsSAnZWagAAdWwP/A6EDJdvHkIPqkPxjVNg\n+SH2HIyfl/i6YcYcqIptxKXBQ/DPqYdQNOGij/N1c5KAB6ynzboEZKAnp2cF\n1KASv5oVKN4o+VAJ6o/OlNPnRVjg6aZxLy5o5RbTnj1xGFjFBhYzrZgK+HqB\nJM/HR6k4jhfTc4RjxZYPoDhGoJ2+e7fNf7J/eUaGyjKAC5Ej3sqhVgQmKE4t\ntOTK3OlCNT8fsGLeFKFYM3wAB9NGt1s6aTVF0tcrcqPYyCI+D792q3I80o+I\n6vNRH4hD9ledXHj56fCzp0tArZCkL6xNRzgCoqdKJwVpK8ckzCne5m6lQHpB\ntTA+5jCE5LcdErtiuEOEl8GNYWh+UrRGBLVv6zOy29pYNm6LbTSQeGe3pqTJ\nd69Ber//xvnIVtVWe9LKAe7LFGRbW6xN1/Ptkz2ACHujlVT/KdeZkQd0/btN\ncaEy/LXtJsSMYYzrlel4K/X0BxLmeWVUmKAWw/YA/Wyu8rl4JDPatWftQSgV\n27hq6q3mgY5x3jZsA6hP6Z++L2c4o6l3TC2v/ODD8kRKRZEOqf5uY3mXmfiJ\nbpRVV9qASDrbQ969t8S7DH0KM5d2RmJ1XOVy8oPJRBQK/34HmY3j5QydtA0j\nBZt4cHFC+CnElTFhNuOsyS7+nZ5d85r7B5f/XucvxQVnxL3yaV2bAxlraHfh\nxxUo\r\n=Ys8e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDciIMIr3qJx9uBSXZkDda6LRhxcKUHQPzR6MPdb4GqrgIgYcSJU71NNqn3EhpHJmrBRCW/tdpMu93pdVQhdW4PB3U="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.4_1563139262612_0.7989624005067109"},"_hasShrinkwrap":false},"2.0.5":{"name":"nan-x","version":"2.0.5","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"cebd2119b29b2f07e2a444168f829c4bb9324844","_id":"nan-x@2.0.5","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-avGXyIwF/5AmGAneMyzNgiIvyj5Ca49liMJuGd3U+nPTf82W2wJewrAqCS7od92PTpgxNH1EEuVUJ763+CA5nw==","shasum":"081ce26a70a4665f99635934d1f4385ce685a2d5","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.5.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK55HCRA9TVsSAnZWagAAD0wQAKC8CfLHA8VuIK4ksYVd\nGqV/UB27r4+x1GMiQCcOloO3JKmRBrJA+RfPs4zztebuqaGOT2iuARt8lndA\nS0RzCJf2NC+mnt8+ZoMvNrj+aYznN8DFSD1nktFIUcinEDob8mpXZC8u5ZZ5\nBbagnrkcsMZml4H3bK41DFsDaSffeLZxDMfThS1T1GRxDzsLKFQOA+k55RXc\nmMdwDEURytigrYnKQQfkdKPad9mzpc0oyOkWDxgW7IIGTmUYZuyAbI3N3f5a\nnQcFGIVRZxhtwgUIOKva3KpN0uhVutGY/zRgVwasJptetHpFeYat4Wqj0t3C\nidCaD29OVSiBqRH1xIbUWREnaJzp4SXNWE9NEgv40tNcRbb4Qb/KqPvIvRx4\nyc6vAjoMhNtiJLyzHTdHOy8D0QNraWIxAN93632Gkc5Io7s99PW0GXpQKNaN\nYRHVSqXM+JI6Xq3GjLhxN+QbppxV5PBlzMrp3Kx8e2F0b8Q3VfLGgfyA/zQI\ne5gUjTR2OrVhtCPetSWJ0+1x0TFquHNUni5DJMrqTkpHh0iGHRd26Bis5KgJ\nfLi0YakIotYoW4M9lP6Qk7FukEDqsjJHBsUJ0zP1nkB2bGy8lNfweO2j5ufu\n++VbO2wuPnetRdNpdZdg3YomBEEhuvkjg6jKTic76B6Kisrldx/BC80CYsyv\nE/cQ\r\n=c3v6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLsb5wxv7HWcHHJpAGOcAkEd9Jqo0w1jPuRh4NzkzISwIgN552P1QG4AC1fAjhQnPwcdU5fYZDmbydNoY0vkDYoJs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.5_1563139655302_0.7918553007124742"},"_hasShrinkwrap":false},"2.0.7":{"name":"nan-x","version":"2.0.7","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000983","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.5","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"58fcacbb6c7ef420eaa5165c155a30c026a4ad48","_id":"nan-x@2.0.7","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-E8oPwhVtXLEg6+br2lZnEF7PbaY75F5L0O2VyuPqeZLX9Fs2DHCFQ96ANI0BDmsV/VB21Hn8f7IHrGre1IcG3A==","shasum":"3e9e9d0510339ff34c1f73c810bf3b8dd77e23bc","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.7.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLFNKCRA9TVsSAnZWagAA79QP/R+TIxd1mWFftuDX18Hy\nHtAaHUqbO17vZAyYhDgiV6UVfssmdklSNubaCgEAC8dr65i2Isko9z2x9+fn\n5VvNVIHCcccYFufzOG2mw4a4MTHfmhN5H4A7oOAm0wERgLIFYUuGymfG7bBR\nqk+3tPwHZYGJmmjXfdYd0bIruX21AYKu24dRmA89M55EQ6HQFR+uZLHeQaha\nu5gQyCtUVNx7m83XrUuOyeiqTlnMTyCe4llZ/FgAwL6el+122WujX0iGygPp\nFVJXYuzaiH6iqIyfI0L86D7CUSI3mCJLbC9YCQLzNAyM7beuv7mB6jX2v4DN\n+aaz8vcaKqQEE22c2zI67oM/Zk2xk5OEwFsr2JAN2p0YSBnbbtCSmjLoAAR1\nG8kViztntzU30KfHNKZPSCzozycTJzMgIHsPqhX0/gadYztkoGmR/67yo0nd\nlQgcxUgypZfE+uE/VfZOJ3yFu1B320cCpmEY+p96t/AB69ReLgQkWtxVlOKS\nq0R++PaTvB5MUuohdH8ZbWd5PEL2dkjqsTlv7VRabOufe4fNyt7vXT9qHzFS\n3X0eLEOCW0IAuxfNsWgg/ZVwQbn0BGrrTJhtKdYymEUAu0YQ0wOwz1o/tjY5\nthxZVyr0G1dtLZKkMxGQNkc+3mkaRvsTnc0F3whi3KJWRfs6npfYpx10qd/L\n0kbg\r\n=xROI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXg4SERd0xjr0+bn5fQdVgBfDKJ9NXQ+oQC21UKlmJKAiBcYqjRFJmLCSmapwPkj4PdNUcCnxiR1QBlyEmT/910gQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.7_1563185993695_0.4142950984099818"},"_hasShrinkwrap":false},"2.0.8":{"name":"nan-x","version":"2.0.8","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"06a997cfd9266a70da3adef1684d21e9ebe421d8","_id":"nan-x@2.0.8","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-b0nh/J/JXyR46P83IfJJRUin52V1oVMqTGf0mtMARnaSWI53j9EtO6Ejbc04D1sJIPnowoIr6h8g1kKMlPSLNw==","shasum":"1d83fa5e34730797a5b2cc319e3b451d5b3f5650","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.8.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLZnbCRA9TVsSAnZWagAAPq4P/RoK3D7BtwpfV+EiS4YB\nu+jdxonXlajPFA8V9NE6Xu7v6ioaZq6HhXrAhvi5VldVsVHIaevy123s9o8M\nUwBtanhgIsVqFkEIZwKmcF+yT5VndHkehoMpe9rxd7BSg6f4M+cRgXk61k2o\n0ozdFYMVtUIpWp+t/KLlGfNmMO91boj3E9nxdKS4e7oXmjhKmUNjcZFv1ilx\nyN6vBuHyyfsm0qWPE651l7SupL/gOvV8GGCHqxfRO7EPOXAzCuzoIlcOFtev\np6DkexlzVHreA3COoZHHJ4QF2pJ2ZIEw96YUbHA11K38vuzIs6C6SDSMV22A\nyfSS4rPtXh4wXX6udikXtoDO6g9xOgXg+bs3WE2V4Jz6p04mTpn8Cpan6RZo\ndglClPSXjA94f6H8xwa74zCAFEjoonQbP33GoeWZG2cA2AMp0GWNiU4qghBa\nNv2YJR43aiHLQjUC8U5YKKLdz5aG9sFlKVbHJQj/6d6mFpnuLcqGUa4rezYr\nkaYySRPK17yiiZV7xnuk5kKOdrUcr5z0SsxtAzSCENkruYuF47diJCxDhW5k\nI0MD8fUoNOiRRE9t6dn2lpyv3w0tIOcOTKCIbFPZ9gaYlZTGfb0PtHsdepMA\nWVJKihGT4NvIIcACBaye/jkzU09quW+K+GaVVlMw59L1/3zQGO6VuX9OoGPP\nQzVE\r\n=hr5w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqTuE3SPYeIIY8jSkWoeKDXN7+lM3u5AgyaUX2HN1LfgIhAMnQ3QHJbOmTRsEgiLBWW1+Q4A7TgD81VpGY9dfKTrTA"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.8_1563269594582_0.3209202556881581"},"_hasShrinkwrap":false},"2.0.9":{"name":"nan-x","version":"2.0.9","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e2621f74ab86831277229794864e07fb803abfee","_id":"nan-x@2.0.9","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-pE3E3OsaFaHPTBsWzmYRUiRiyIaFCy8C1dhTG1YCScsaYKWhrHhLH49Hy8XqPO+D1iCkqu5yShWdWcsC4c3zOg==","shasum":"b80c29e1a35730653fd599cc26c9df6ca4e78612","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.9.tgz","fileCount":10,"unpackedSize":23879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLbx5CRA9TVsSAnZWagAA4F0P/1bmbk7anOeQtvVCCiCE\nu66Y1MVSjGloW+P0jR3uJ3sCOsDIM2FzU+Yx7mM/xXkWCgF3LfGimSIZVDgv\nGzXgqV4Wl5pDNx3ChUlitb4oRN20ffg8bhmJY36dS4BdHZDCTpHsIaz0CGD0\n9yF7bmrNIqiP7EDpATIe10YzaSBU0fukWYRw/+Iv8rAMen99H2seIJ5Aw8Ei\n/y+1vTXtf63LkpQiTGwTDMmHvT7DHjp1dftDhmIjzX++80soEPBDXS1RzcZO\nVykOS2Ahpg0zFAKJ/Edwa/hlJq/KVAcLyeL6qJC5Xj9M0TCiRzNxBdiFPvV5\nTFahwCXz57jTda9rbcfZtarXLeeQF/w0KZ2JRzi1SQpU04CmPTHZvZcrsBeK\nfLHwCQBW+bhmJXgnIqa585Fe1C12+UFUU9y1Vwoi1I93oyc+2WDRuhJ/yzKF\n/L90oyTxWRsIrwu4OLQp69D9qij8raHc/A79XbepUHZxkGwOCQ3lT2IU0nhB\noz7diPHNhfHbl6+sb8K8TzEuNP1GBoOt+UYCk8MyNJhvxWgnrdYlRayO/BjG\nTLzaJdg1Z5sF2ZF2fNrItNI6mAS6/fq5TR/f/AMu+WNZ0qemXqfQyvkcvB/r\nDymh97bovxcNHY7ABxbpCXNbCm8HuvVPjh3nqDQjaQDQrhMFNgbcVI32AJIu\ntbkE\r\n=y4i9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvrXvv5Mg0u7DyI+rqtrrW8gdpv6vxtTsDyr2X5WYGcQIgDEwfS134J+I6kjX5y9GNiULlZ4wPtgFBs5Z6i834Gw8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.9_1563278456983_0.17480166853110823"},"_hasShrinkwrap":false},"2.0.10":{"name":"nan-x","version":"2.0.10","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.3","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.2.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.7.2","eslint-plugin-jsdoc":"^15.3.5","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.35.3","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"f127beddb5c67e14a80c2cecf34f98764a0d2d11","_id":"nan-x@2.0.10","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-oKy1z4PnxQ7f3LFTQcoGdyXS8wGrozElLMpDVKNgS+PYeOPPWok5PUsm9PbYwkUVZxymOClkdIYFII8dq+Q40g==","shasum":"a80f8320674f8c9891cf583e8cc044891f29bc8b","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.10.tgz","fileCount":10,"unpackedSize":23882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLjhzCRA9TVsSAnZWagAA4Z0P/iqaLZwhUNoR21YLhdY6\nE3NH69pZ3eyZxS2y1IL2oPTW3+yHXebb/KpqfMXizhvxYkr7L+y7Pn83N512\nhx1uCFxf+ubRqijRVond7L39CR5Q8kBEUsvOBzz6KL2+8Coubs8Hg1d64Q1L\n9tWsFtu54jkuXKExN0OyFIq2ViRB6HyVUX5LdJ1E/K+67JBdNhzElBbMTF7K\nPyZq7iGQfKWjfUv0V1cCc8U+uTWSKo3DV64AEp3Sqw1bmJR6lHIOJr8v9mpU\nT+EgmbSAf0dNMG01LdbsegutGgNGmVGRV7qcRAQJhD3RiFjr4w9qZ9zy9Nk/\neDdhNyjBuCjHXoCD4QdYfRMbQdGXpS55PYABx3k9MvN48A/OG+uIwkrwM+ji\n0zVy4g8z9lZgKs8i1dd9nPZmbuRaELrG6yZGqzMj+KK0EUZosEldHIv64W30\nj63w2F1rmWRKC7goXbHzU0Dm22kBahp52/iG9oYBXlzQ4aQ8zbUCVI0eoMos\nS6bn1yOqGTdY+pEJ3kHmi1MMIilSBapltEkqhyAYLrSK5hukiCFbhzOZs839\nQA52m1QDOO2g/UfH6dtac6b9mgYNlMNNJeyNdKFYf66AExGBYj7JoTeEYzI7\nKTS+YG7s9yC6tG9lgvCFeE2gbwxGAxPclJK5BqZUmb8hZC/pTf/+8RJACddz\n9A/b\r\n=YhSH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBF7c13XOAOVtwFUPNIObk6eaeTTQkeWW5S1nRyCX49VAiEAik4eOiax9wbR+cfd5HubxD1mgw/z5Q9AqWorRZyG9SE="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.10_1563310194599_0.09720577290329091"},"_hasShrinkwrap":false},"2.0.11":{"name":"nan-x","version":"2.0.11","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.6","@types/jest":"^24.0.15","@types/node":"^12.6.6","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.9.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"42eec166f423f158a06a647b5a2ef52ef118a160","_id":"nan-x@2.0.11","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-otE8Dcv753/REDOSFBfhBTJyocedKvu8/C4BU9Qob4p3NfbdKtzvnyWFi/0pgrraLXMDgaBzCQq/aiQzel/Hwg==","shasum":"3cf6081a4ebfe2a8535a18d62d1b41577946a911","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.11.tgz","fileCount":10,"unpackedSize":23882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLyCRCRA9TVsSAnZWagAAkVEP/05DGn4ct1mP3BfBOyNR\nh5bXtoAVC1pwdNVGX7NrnCsS+tQ+eIX8LXfqkVxQW3++EImYQTg/Ijj0Fmoc\nPfpaRr4JFOhw1JsHE9gregUVqvVScCfbGfTfgq8bi8hbwAM45rwVhUOoAi5R\noN2wpde2E/HUKw76DP7QNPmYVfKN2TZkAGA06VyD7cCuJifqC1UPT0cqUxJI\nKEoxpqjiZU4px3xgxFyTWLtwnSkF6gXJqVeQrOIeaRsC96FqdSWjSmaluwWC\nlhUbvGd95rt5amgXmhuMzFQXj21tXCslV02J/tuFy9taJr71dekCgmotX3GZ\niFqjVodzRzmzVk5K8VF6P2audXgsQl7tc5kXUslppVC92yyMqddwzFHwRoXf\nStPwg1CUTVJmlIfqhdm5A19lyoAdQ4LGos1Exy+G6bGkqR+CKiXUsewsFWwX\nSmfHn7pCpSELYmSswVUoshDjtyzIcIeOQ1VAz5zeN7AJcUejGyHyzSzJp3KL\nPD/KgCI0UHilBreBcFmBm12DwAqEz/U0BnraowmerRxt+xbtd06typQg2lIb\n6Om+HzXDEgvg9CFL+VIqQoT/X78L/t2dhqNux4Cqn86w9lFMbVTwHvljE7Af\nBA4rDCLzin6OAqN7VCyLbO/wFsgcjFmdGLeaUy2uz0ynzSbD62hTrsS7/OnC\nj+zG\r\n=ex6R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9pEspEAHH3RtC0fSqVPpiqetFaC5VuJsUy2qOiGSsHAIgCXpsPf8vtnZGKf5WSAbOcYRytMiHv296ALdAeVLP08Y="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.11_1563369616853_0.8723142158180108"},"_hasShrinkwrap":false},"2.0.12":{"name":"nan-x","version":"2.0.12","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.0","@babel/core":"^7.5.4","@babel/node":"^7.5.0","@babel/plugin-proposal-class-properties":"^7.5.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.0","@babel/preset-env":"^7.5.4","@babel/runtime":"^7.5.4","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.6","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"096c21da5c8af2b919112de7174e2e93f9506745","_id":"nan-x@2.0.12","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-9Fb8AImLiXdNyBbFuP3EGvOSc4Yp99InYnx68mbyJJAPMvX/as7BFctU+X4vuQU/12Wh5PU5blE3g1QBHv8zWQ==","shasum":"3a34f04b2aaaf11308e0b23c98b62aeec4050b83","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.12.tgz","fileCount":10,"unpackedSize":23883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL2OfCRA9TVsSAnZWagAAJiwP/3/KpMsCmoAYGVvFz63P\n3FgpieswPwhJbQzdixfbqzr0ShedDphGNvFPZwbHnRqm4icx7jlDceAiCGYp\nyiSG87B/uoY76Ds03q+QHoDSQIDPK+4egk8ZXVCmyRiacrfV50wA5+5d/Y49\n36Xy9rHh2pSsNu3UOQ5drvivG52Hix21j+xvMGQ8loJNFQ8muEqkVJm9gbD1\ndjAZxIbuk7yHpghQqOOzAY+GXk3iGa49ctmomfYU6gNN+dqXcJKmCqir1mjC\nES56cwkkMUzUwqzdYMg9Kj4L9ypk5bZveaBvCNw6BXuhMRn27L2teIotvfOD\neEg9dBRBFXZUYjy276bUWuiH5+GGjBU/ak4PQoSVWoR0d+ze+aK8mJQRuy61\nSDtm5QK0t5/FDK1QCOJvuszreetf69L7bec3wPbckdRJ7SHXlPzWWh3dYDRP\ns0Xbmx+yoHGg7ayVERIyKE7o5Mkgztpx4e3YO/hSkeXAmL4h1rUD8WpiAyfm\nGOU+6xq4nLYiVxMC9ka3uFA12Yp52r+fFBB+rGPl8UPdcKH+oqaORGVzxxZF\nRy7+wTfvMBiy63BWxgoyTkzbCm9AxTzoGQpaqSBmP2pvnNDAp9y55hsdvIYu\n+BKKLEg3ZIMpWh90atqsVMrZEonGpGiFkMroaI+W37h6+PdWCeiDPNbPW4t+\nvvWt\r\n=2SAP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICvl8xXUN2RWIVz2qw9793xVUGwRR2IpiUHVJh4/161XAiEAqGeVajx9BDnbkG2qw+8+PjotHSAkDg8cMaLvLCij2oc="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.12_1563386782658_0.5935789990667886"},"_hasShrinkwrap":false},"2.0.13":{"name":"nan-x","version":"2.0.13","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"237cc8007b967661c74f9cac9eafc95006140d85","_id":"nan-x@2.0.13","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-kfBARYIgBQg9wgMl/tWyFyE+eJdAna/RQ3tMsCBD+H1Rc3OpXF6hJUWwC3iwhrVjv0SEW4AEX99amrbyJwMTXg==","shasum":"4687565511f55530e6f36e3027502abfe6c0535a","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.13.tgz","fileCount":10,"unpackedSize":23883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL6qRCRA9TVsSAnZWagAAVd4P/jtW0nePGfERUO/hBFBb\n32FtQLPVpK3+CETQvDKxnhNnH1Iv1tY/a5U84gQI0Dwe0BuL17JQ682cKsAO\nGgeb/+VZ6QxGMuoqDIPeDXek+UwvQsfHku1vDEGFr200ubGo1e56x4Yf21na\n83hBi3aqjsna1W0jYkZ9+QZtg2lEUpN31m6oeaBvmCcy0ixesd3GMW55WTT3\nQRDtQ2VEkZFg0vJkCyIyze97OTCEEO7SIb+IrL8i+41wwmsbxe2+yR3av2i0\nr/6OGG2SbsXIHGDbh+lqZz6mjJClHLhxi60M7JPmmW4D6F+dphAvwGoh9C5j\nJa8oLWB8JEAtGy1JBnbf+53lVhSVA/zpttVmuawuXKBOU94+dZigJxmkgNx/\nrjMdll6sfzNVmaNSAd04mIAG72ruyBfcCADT+65YVP4xkqAbP5mtq/PIC8VZ\nVvFGvj4Sq9kuNweRG+vfRp6eqVswNJZJGRUVmpjnfOb/Y3EF1a2KBPSn3Grt\n7Wv83LSlzGG3H+gpzzpXZJdN28hd+/r97XzjQBLi4Jq0p07PPn98OYGiFUqG\nGkGDTxJHL9LdWf7misGJPQG19l89igZldh7mszx6L4E+rXVL3+iYTBp13rCK\nWvaS+XL6M/FN8Tk3LP8AR+f4w2JVM+eySd3n5H3dssD0zWLPpUz7YmXeOaou\ne49U\r\n=toUy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDezyr9JlENQ7Gz2hjK7nzhnMX5QbZQYioJrA8C+TNuJAIgBNo6/LUP9AOIqZrcMcoZ1bHeW0j3+/v1NIHWnxswYIk="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.13_1563404944420_0.8147516393851388"},"_hasShrinkwrap":false},"2.0.14":{"name":"nan-x","version":"2.0.14","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"5bc2ec87e1de8ce72bc918df286633b53a741d48","_id":"nan-x@2.0.14","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-S6FoRTIwpgoTSo7veCm3aXrFCj2c5xjcYqBC3oHZj1vlJGfKQx+D7qVFbf9h33OrfiivK7TBrt1WbPhvHKnfHQ==","shasum":"289e378c26347c0b7cfd56207a469729af0957a6","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.14.tgz","fileCount":10,"unpackedSize":23883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJTJCRA9TVsSAnZWagAAPp4P/RAJslk4o6Kku43U2lWs\njlGBq75lKH+TyXFuO6HE4uMJ6pDyOcIcLnm521/g+WM/7nbV1VueSer7gbO7\nj54zZcn/cEmrGYiZNcPI/pKc7lWnU9nU8NlrzKQfADSqZr/JneLGcY7keDtn\nln83As67RCQ2iPKnAQ0HT/UWvfZph4MIHLP4wmS1s+m9hMEv9D7jVWYcIDCB\nsunv7O+Yn9xl1uFKy5DsjzVdvivpptBtaFpmln6M5XvTib/O9ibsTz0XhFV9\nDITHLcwn3Si5n3I5u5UWGujYcIS9ff6HF7fHb0Q5WFzw5unVjLLd6Dswmb2a\nBQxm5TTWnKC6Sa1s7Jjn4DZXtwl3Vyt4m+XMv2YwP0Z00g+Ro3aIeDHE6oQ6\nGbTzP1oezunBXBXK6OCV1OQ8+Nm8SKOt5DSSghkhbH9pKchzDoo5FShsmvdW\nhDWkwH7rmXmwnfCS+k+S25XZd63EctQqybcoFOYs3/V2TAPVi1/Y7D/VCeCI\n+HbwYE028X/kXPRJFhC3UaCL/aqhDBTCmxuSuCNSoI+YahSnzNGBYtcEPJK1\nJoCU+cOkECaI5pkjySO/Y6j06yEisZMHRuvQYjR8hxwNuNPg9vi1z071biwV\nuXGvDlI9EH0rLeCuLnn9wR1GhUKCs4UgDBX2n2DSLLTbEg9MTOVvBSI3Ymx0\nhOc8\r\n=Sryr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyDkpUmHb96BhratZh6nkBhLQkzq0i/SD4THoFXbv7aQIgItu1xE2dbsu5FrfA62f/gXCWTqRi0kjE4D/IQkNfwY0="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.14_1563464904905_0.3825033785387937"},"_hasShrinkwrap":false},"2.0.15":{"name":"nan-x","version":"2.0.15","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"94229e9f4461a9570f21a5c764f0d646e5d75166","_id":"nan-x@2.0.15","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-tJK5ilsOQLYX0tRcQImluQBnPuGu+dc8e3Ujr79TqU3IuQAZEaNgBEMpNVMg6FyQMoFGEeOZ1rdIUJ13U3rpfA==","shasum":"7e59708e2983c37715c6fdd643153b60826b39fa","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.15.tgz","fileCount":10,"unpackedSize":23883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJ2DCRA9TVsSAnZWagAAwl8P/j9CYFtUbZVZuAcz2VPN\nPNAf4AYqT538AvIkrmP3up+pFWhDMYaBsGSvMoL1kkTFGqW/EmQYy9sS3U/Z\nzxzS+eIHak1EzavysXqhIfkNcK437StyTJRXA4gKmD7hDdUx3Vr1+OVyYyQM\nqJICWVPN/i0FIZf3q3e7LbWJeypLWHCUY4kwSuYZb/hGgDNaUPPBwi+C7l0q\nGULUdj+Fp3krMCJOTUBTBYxzJUJc7Trhm5AXow0qstt8e9m/KonDpzVIQDYg\nf1XdYkqNWAxGMKQwplcfdxCbB6FgLwoP6hJrJCH6/EAa/+jbpCk8x+Hf9ce7\ngiPlm7bWtza3x2Uj9G4VhEakp7+wwwnlD1mx8/Bu+RhOMCJzv2WbSgwmjqGs\nNRUHh9rkPuocYHsMRXVaMbW83BUlS2a9S9XVDZ2YWLlmNEHBSiTfnW0xg5r0\ngWOoDmvwOouoj3UAYnEXL954EUD34L/GJyR7IZHB0onw6zhIgL1nwzJpRYWp\n1Hkp4fHX1dQmK89eeiwe1mNwnVZ6PSNvUgU7x13+n53zkiwUdC8JzJGWWduA\no40XqMWolTcIhtKUQcC5oXSySvAPjpdj3z8FDsdkYiiGi4uD/TOpDSRKDDxu\nvkkFW7HgmhZ3vJYuUjsp1b7aFNo7NPHR1Oi9Te16soPHXLYi3qeKler/+T4C\nrx4G\r\n=UrVN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgEA2ZPV12FBOVLN9Mk9LPG8DSbFa+FfjaflzGN0oE3AIhAPvKAJgsSHkUX5XKCIN4ptoX7zXemd9OwuXN9Q5AiTOX"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.15_1563467139051_0.05014848211268852"},"_hasShrinkwrap":false},"2.0.16":{"name":"nan-x","version":"2.0.16","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.7","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000984","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.0","eslint-plugin-jest":"^22.10.0","eslint-plugin-jsdoc":"^15.5.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.14","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"3a59260ac86774e72227711ff13b5d36e46087eb","_id":"nan-x@2.0.16","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-dMv34Q/+CRCNACaR35g7YnsuEu7+Okr8sgUkYajVOUVqPaXC0UyjIknBHt+A6IIrcGAg0U/MxJNcN33BfGSgCA==","shasum":"24d588ddcd8804170776d126e0b316878cf2193d","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.16.tgz","fileCount":10,"unpackedSize":23883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMjMkCRA9TVsSAnZWagAA88IP/2ryj3H/DU0s4EfdoIDm\nrRrGloYQyUVggX7nio1+4llfPCdImR4B8PVZ5PTuEqgGaOESBZ+MkKcWbUJP\nRJ1prsvQw6rVPBc+r3Mtz0n4voLU4KEYwyh5+kWV6V2mKXBLh9SGKJ2X+2N/\n6UzqK6pOxRborNMJgxnsAAhoaDjixD78U3xKhxTX6up6vU0OiUEwlT7ysk/q\nXG7K7D3EdAJkYulG4h2Yp+UlEKelvVGlQHzyj/iQnR3jGSg9/kbW7eFzoNpu\nhOJvCx9XkaEjoZpd3ak/ccCOeB4nReWaNLJ4TH/EK83JxTW6V4D2sNcaHLn/\n3yIobUhFe0ccNo/TBBsckosU7thK4i8ZAzBAbZrZ76saW6UJNlwLQT4ZzxBB\ns6OX6rRMGtl4hJijoan26+Pucu2IQ+ObseF4drUT2JoAOlAG6fevh/2yw3fC\np6jmkMSRBcH+hf5S6akb3pp3jCUYMnqPZqfamG2S4uqPDmt2vHko4qr52LOw\nin3ITHVSq3nmZ/NrxiyzFfQH/QiMocp5mXGyioLhsbcIyVFrANyvpXYdpAWn\nlTIVT39ow5AeteTAHxrctc8iWXp0d/kJK+LkIJewothakWl4n7KJMpSDf5Rn\n1MX9Yr4KhpkeSLUUamLA7oDz8pVRcl5n/Nt6hge4y/hv3FwQyGj/O5nyRC/2\nj+p0\r\n=QBkc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCp24fMehD8M9tXbDvpkZIxpkpaCntYXnNgIdpfDHBPzwIgBOm9PpGok+4/YjB/P6upYKRz99eth8QoxgRMxs4rDOE="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.16_1563570979528_0.859907459072548"},"_hasShrinkwrap":false},"2.0.17":{"name":"nan-x","version":"2.0.17","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.8","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"489d8a4fbad02be143989ddfbec60b5388274404","_id":"nan-x@2.0.17","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-3YIltR6JKsLp2I8PoGQkQFHvqQC9SdAqweSCS5e+rIy2Lgt/IoPA/n91g3EtxuwQP0cY2nvhXSJXJOyfAeb7ew==","shasum":"cabbcfb68a34c62cdf784d7fb1a44a706f3eb4ab","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.17.tgz","fileCount":10,"unpackedSize":23911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNNsbCRA9TVsSAnZWagAAbc4P+wbXXlsgQfpOOsF9Hife\nM+SrOmkD9aLy9TUNfbN18dfDQtMnp7oYozCjo/X5FTtlFheK25JhPt3cqwXx\nTcFeBlmLQokQTnWwyMgRPze2LI3x+Eo0ZmutTViyISasTmZPC6ib2PlaOTMW\n1k5fc56TKkL4+KGxwsV7px2RhBpCTl3hb6FiJAdkzGVc6UjyUFZk+geuhhyg\n7W15PZdND9qEJLwYDmqnpBRPqWHd84+X2+pBwhIsXSKRicIILZp/P9HI8j1l\nW9xMcpmw64H5BNIae/7Xq0HzUpRaxOAsFUVtmXp7oFWQEZL2OerTrJkjeBHy\nT5en+Ch0yI40KX9PuWTE2aKxvb+QAGwVwJFU0mZ+VNgYYQXj2iIbLl2VpZbW\nVZO/EtYvHjHtAqfIaupbMCOVHz+QD0mDmWeXakcQcHf1fNirBUA/OvIl4g/5\n53tPMgIk0t65xzlx1gkdPNMPy9KmKtZ/YpGfMPtvytQqM+VkO4BUpipigMDc\n5fAZU5/ArgabtoqeIquWVVSu8nGdpgHDPGMFUmlKSvf/VB0OvdcvlgY1rPJi\nDdcVucqp7KYUxDpauBUXICms5YZkoRHRkVQnvKDaLbuKBRWqXsZz92hqCPPw\n4ffsIRRKODdJWAVO0jaSkunn2MxmIDQLYklRap4vG+eK0Y5aG4/NhwnBvvfQ\n/+NW\r\n=W29J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbk2/+b+13uVIGKsXzj5KyguCYDipy0YsEEEw/F/2NLQIgZmSiWsG1RI++oJRVBvpy8r07U3n5BTBVIUw8Od8Kk3g="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.17_1563745050100_0.25302770722582935"},"_hasShrinkwrap":false},"2.0.18":{"name":"nan-x","version":"2.0.18","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.9","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.4.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"477f79021104603983655d079503b42d88c0e164","_id":"nan-x@2.0.18","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-bKe8AuR+6UGh3zl472GjMc+AWRBvv+qYJahb8IrjXh7mgmC8lX8q3qB8b//bBXbmgNcEYdOR4BrpVgRAgc1k2Q==","shasum":"e01623a9c985665bf48c68035d1af6137865a943","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.18.tgz","fileCount":10,"unpackedSize":23911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNOFRCRA9TVsSAnZWagAAapQP/3mMmyRo4HsqfAw/w0o2\n5rFI5KE3WgnaR/6X5Lxa0pJ12PAw9e27gWEbyJGJ6Y5nKTaKCeqPfKPv3ZWS\nB3/7eTtcnWaRgYeRGq1uO4Q0qkwH9ip/nd2fGfsRtrsOi99c2md8XVs/Qi1l\nJRJN6s3RunZZp0JqTp2IMT/3c0k+VCruDanLGw46aRDGrbkO8gqrYUalfwV5\nzaoEWXqZisEzuRv88CN9BTA3oVnZT8LUYqplGvx0ymG4Ae7LBUtn8pioxUef\nOIz1wzGPD138Chm12gD/LqG3U5IrNmReMMHGM8V0hPzY2jAkbHKL3yptiA6M\nYCwEPQ9eEV0zyI/PLBmvtGcdPQoluFilwu54ayx5QlR6wxexf2gKXPxZZ9kE\n1WX8lqzTCbosPIu+KPQLwkoLKdKfCG6Mc7mr0JWefXt6lLA7+GNiPuLpsYN+\ndKFDVyQyKkU18DIcD+LzT03S1nCb6k6fgvfeyOkHF2rpWAS4I8EJ7U0Pk47c\nUAySu1C3BJJGwUJu7ARPIv436+onbUW23RzAp7WUPvVjFg0KtpSXE3c49erN\nhRLSnY3s/VPMB/D5MmxRzJuXYbwvpRE0x0PDAKR4rddzegAvpz6XCIpHdvT/\nS56AnCHKCx4awLzdsDXre6yTcnjCOP9Iei+QIYN3ZNvcwxyLYmJbL4AUIcl4\nMWss\r\n=uJYr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoo0V+9OXyyBdKH/ZL5cLsr5wAUQcab35qbToUPRekdAIgNSnejb8Jq3TtZVkhzhbO+N1b3UuZ1bi+Iz5ExeVbC+c="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.18_1563746641053_0.3943871255829181"},"_hasShrinkwrap":false},"2.0.19":{"name":"nan-x","version":"2.0.19","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.10","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.0","eslint-plugin-jsdoc":"^15.6.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.2.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.36.1","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"80aaa9675d66f9dcf86c05d4959be627e47a7cea","_id":"nan-x@2.0.19","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-Y/vwJ3FK34Rs+RmxHir4Zaw3GfnADTWAdOzjGtPna1Gpm306mOCo6+hdbBGM9YvGvI10M1oGSLzzEZkf9IKceQ==","shasum":"2aeead6bb774936ca256d487fe57ca7be0862a4b","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.19.tgz","fileCount":10,"unpackedSize":23913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNaUFCRA9TVsSAnZWagAAVJkP/A20wx3X1Er9OYG67ZzU\n8sYf5iSDBrvMQyDKHe3ItOjIQDNMdZdt3klvWiHc2DpRROz21WtLQ8jLuNl1\ngJ1WoRuvhMHimCT+I7y2fnbFoqJ6jTRFXcj5RkPOximhhbxzDmWqQuPLjhqU\nnBImM0elp4nBvQJn3OdW1JpXmTVgiamLplteko+u4ACWbTYtIhTJgTyefZFd\nzoFp5VhvrZoIr80pbFbPJbS3ty9PwrMX2r+1YXTAxhP0Z+26spCBinoZDr8+\n6HNUki6UZ7uYCKgjBAx9U4j+c0Ytd9D0huVibAFSB9+y+XRQYqzytipxPaaU\nwOnbYrGmzSX3KV0ruRK65TF7gM3VhwjLiYT+Vr8rkuk6UtWqVOqGAAtcssy7\npIVl/HERctNjtkA48BSNl8m5ixyDIHxZsmU84K/tFd9w8FU1wivkU5xAOhcO\nzxhDr8GsGjWPhjTitmrk5bhNKMix/Ngnb51B6T97HyVnxta0QUjTvJwoEcN4\nQrQCIxRplVWycXaL7ApSxHUk+bAwG7rM4QVgt1uSW/lm9wHeYIBQGCnRPvJ3\nwz8XaXlsXVAaPUn2SQi+mRdEx8bLxvPh9fs/yuFSXJSwyuGUbhaGBkzaf7Dx\nYUxw+uNaQ4IL7JRLAk9Awv7ZdLZAinrvWF9HtU8Qlm5Ss3eW6kgMzQXXoj3+\n06+D\r\n=AbAo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4Qz7lqhPP8Q9zzLYRr8wnweLehLTGmnOfWZ2H0GA1OQIhAM6mQHtWDgfyp1pA8bu3UThgWKb5WJieJhKf95W2Q7QA"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.19_1563796741000_0.3263380410308503"},"_hasShrinkwrap":false},"2.0.20":{"name":"nan-x","version":"2.0.20","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"a7dad2b8d447b26beb4a86e3933d1a9a6301483e","_id":"nan-x@2.0.20","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-5EuinxaaUW7SEebFrc7eCpFXsmd1kZECdLTekoNBLbxCxG09Bu3Ma3hK4t6P6OFsmohOHZ8KdUBwHOCKKTmtHQ==","shasum":"82ed5c02e54031a558c6cd08112788cf5273ffb3","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.20.tgz","fileCount":10,"unpackedSize":23913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN5e7CRA9TVsSAnZWagAAIWMP/i1CR4ZbMWqpS7qcmLU/\n9QyAE5vqZ9IZ0hxBdIkUMQ+YlRNbOJ5KJCuyHENMdgWN3bXWhEjO473ZSp+R\nDTjMTJ9k6d9FOwQafaeebX2iXQ2qC0hbcNlfRHPAlsA5fF31EWdXZbG1Ttgm\nre76IKegZKbEuvpPsW29K5jwTxrLiuAbg2skcxyRwqGnuuAzl/uE+saYNF3l\niLgSyNFHxsAg9Wh41VIM0ikt1+nXnrQYfRRHtPscTBEYEreQuYQ30JilG5bC\nwL3bE0O0C+0HDDUAvVDZveEXTaQdD5+yQNH2WLMMXi+MTgzdfnBK/RU1U6QK\n3nCWxk8qpsxvHfpN2sfpnii2AkOYvmrXC0iPIgqTj76j2aMzVBYr+UOeBOvm\nzCewThjVRIDViUR6VMBnGXRd+bSZWG1f3ZYKaYqx2NElEHVbErZKsnYyHuO7\nOb0KPA5lD5JCa3vHzUd6w+aUu+ckgtS5dU2K7ifMOttFER/mIrFeQDw8wCsR\n+GRDEwOpVoxLTFwrLUJztoZryqOb1HkO2m5GNR4v8+3FjRz67lKYlCGLAXiF\nUcpnsj//vUJEKNRPB6ayhr/LJq1SWbCaNo36cHPlPmtdholwPkTm5ZJJhNwl\n7b5E6Svd8zwftYH/g0uH0avLUyjrxmlqo2aw/P6ydVvAdXyxGz3L+F37nodz\nXpQV\r\n=Jgby\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZ+ApuC/6DDTU7J91CBymogYnSuxntVQGaFGmX+BP+jAiEAzr0OTXB85B+iqJP5/LpcHy8sijikYyRPqWaAQKu6/9Y="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.20_1563924410594_0.8025410125338828"},"_hasShrinkwrap":false},"2.0.21":{"name":"nan-x","version":"2.0.21","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"b308361ec21e37cc8fdd82e3a13eb844db9b5080","_id":"nan-x@2.0.21","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-QYiZxIP//W+gFpzHu/uTFKhBGo57dlkV7UTvoSFaVeHmzc6s7RNId8c/Z7D7lXblf0YqMwtjWCfOK3hy3D5EzQ==","shasum":"c7b5120c6727c3211ae2955c0dc5a6510bc1b869","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.21.tgz","fileCount":10,"unpackedSize":23948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOFfyCRA9TVsSAnZWagAAAmQP/0cwbL0Ib5hDgWO3eNKc\n/vBOirCSP/1ZKH9lZBvyMKB6nrPcQko3pWUPrNzjFvnoMdLSSKb+LwK8ZVKq\nhg2n8IyaaG/RQoJhIQ0TbWuC5cGtpMpOeIeQ4rR4tHM0prnxVDUK75L0qkoh\nKRf5zZJr8rmcz+ERhno/pXjQ43Ed0JN+Cjz3qpkIdRVCAqdD43RmNIVilBQM\nABJsV56ool5aLv/zBpq4R9JtJHCMB/nG+fAIwk00ze5iS0R5JfOy6Jl9QGxP\nTaeiNbjFlwvm9DVi6+1fxgGqp2p1rwdpu2XYoSv3wuIuV3iJvqdF3JevreEV\nuMOUnA84ZDf0Qqk48NuH0gaGqkP2KJ5sLHIhF/YY9kCCKSdZCqY8YQ9W0uS4\nhxsFEspTyQAI/CYRUSHna1Wdo+wxXcHr8Hr+oLJO1rEjNSW5uhrEMZJWFU5k\ngN6ACciCGVE9AqOd+3J5vIYp0Zuh2HswEvlRdFsaxZXVVyVPqg1XVvJFJchK\nm9oPJG2samYf4g9CF8w9qf+K+vJWzp7YvPX2Y4ndMAOaPv4JRIJpC95m9sp6\nD+xHdRBfDkYF7+8s3er3u1p8R2dLu8W6N/KVfXJkeo91z29jLzG72wC/f7lQ\nX5/uIZ0WNBeza3r3ue+xUm8VJZ8P4TZHE1l7vfXYfuUEMxcnfcQt5MnxqYMr\n/hxN\r\n=O1Hh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXH1I96iBjvNEGKW0AElfVTtsKI5hgXADM6hQTRZlLRAiBn3fwwDBk3flIzbQqeRwWhfY/AfujQyzYNPD5ubI3MTw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.21_1563973617553_0.6330795160946581"},"_hasShrinkwrap":false},"2.0.22":{"name":"nan-x","version":"2.0.22","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.1","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"5c36bb22aca7647fd6433fd2fdc5a8e8bd261094","_id":"nan-x@2.0.22","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-etjwJNCYevMKW6IhkRDQ6pDLX/pdYNX6GR+dFpyCGsdZr9lbxXGhHFXj7cGiit6Cnb6Q+5U6niiJcgvvBwz2Ow==","shasum":"2e3f6827be61cc25a4d9132a9f888467bfef1b40","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.22.tgz","fileCount":10,"unpackedSize":24081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOHiuCRA9TVsSAnZWagAA608P/RZxPxz6TlW23j3JpwZf\nB5hNFxVsWOQ8e9bA1nQHRZL/DIQo5PU880erPwBxajXkaEKLLk1SJGcpA+rJ\n08/Dw37xoNy5cdZTHvBXky9NcwP56JZALV0hcoGNXeldXkDVF/z7el5ff6rJ\niPDesAV1PIU3LxyeZDZb448Hti9iFQCJYNfkorEni8fvMfWcpDXBqA5IlH+Z\nK9x0/G8KlzFuodFbWQyIjLoo7+B8/MT1l6e0NdUAK5BrkdODBlk/Umi00G8B\nxWUSDmSWOUg3cEYbdym0PGp2tFD9Pb15o9C+fOiHf20JzJiScu5zKvRSwEM7\nOxD1OdLCXigm/mIDmWIuTckxd6yRfJJGICtFZJR85e2utwBAx+DPHDg4eKW1\nBWjSg+iGw9ISe2wYDzssrptTB3CkPcNHFjXMCFxh7mADD+4nONL4o6m5BXiq\n90udDbtPVWiZ8HywLpuzLQH23IfTpTzY5gkz+XlgaQpQGA8JmirlQHMpP5QG\nhZDzE/4FMDTIfdEtP/uBYooNC/Xfzm7wCjodpzmXQAWBMb5AJs8VdWHFZfv3\n2UTLZ3pXuYOo1xeJxbJS78KwK9hwQ+NUcEPNbK3djW+rxkpyaTd+QlfvKBfS\nH7mrs8/AMbnvZE8fmYtyYOWFa6IgbomEGtwg0uDGhjYuAb8unGw++PC71d5p\n/6DC\r\n=H5QS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOCzcVKBdR2Vc7hFfg2TsW1CbrkmmBSsOaBioIIm28+AIhAKgngmuJ8Y/X9TkL3tjeQO/o+UhdL8EOYdELsOPykXGr"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.22_1563981998271_0.6554064048958534"},"_hasShrinkwrap":false},"2.0.24":{"name":"nan-x","version":"2.0.24","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e9bb45ff318b4d8f8fdf7ad8f775f7fd5772b388","_id":"nan-x@2.0.24","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-2uFzcT3gwAP+vie+R1R/vlfrfBR5Q1m6DPCz69LtWBBf13AMfSyS4rKzGr5QZHmToLoRLvtnko24uf6tr83L0Q==","shasum":"dd1da268382a01bd6d16ab5faa39357ebc7c516f","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.24.tgz","fileCount":10,"unpackedSize":24136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOH0oCRA9TVsSAnZWagAAXQkP/2IPYjiPi+IjbN+gnrIF\nPpl9KLNyaSqzWOmfbrX/RjLY6hm2lra/aje03YJz4/FiJ6wtxa3mL5si1ifo\nCybmMOEAjbVXpvZ+cVS+g0/c2Wgep5gV/O1QRrj58b0s/PzfL3JJPmrLYeql\nSO1T0hnC3nnLgOwSZIK3a2bOHdnOH3yneE3vymaGs/BHfOIh6ZT4FmI96xpY\n/43zpTklqZr4x1g1/d9O6ZQXw3J8qqG9v+2V3mTVcq0FRfTosL6GqLqeBppj\nltr89CvI/vgeXQ+kIWENeVnSXlT3t5mlPZyZ104OuoiOT/CZEGzm5/j8c/t+\n5C2nzDLlhyjKK/hb8jSHw+XWDZhZxmLMu7AeXtLuJurRcvQeoaCroyourY6d\n2VFiFcjBouPAGwsaOI2+fyIcSHbGpg18BN0mTg/KoUEXWD+k1+zz46MkqMbu\nwe+lyi3DA4UYLjlN0Fuib1dkW2ZkltnhAzt60bCgqffJKGxkdmyaWaI1Nnjj\nCcTldBJKnm2IzQAJzyWGbo8TLG3tb7HcfRAkhfJSBU+lvPC5O3AbTfqIHIQT\nU4IMX3l1WXN33lB7DoSNGYCgcb1+jPsv6SULTnL0UmzUVVJ6uTX9EbY6Czh+\n8H8ZVLPImJKRtD3sOz/HqPSait3uWDqhTF/Hn/qSE1BDR3mCw+VioLBHOD4u\ncXYk\r\n=dDSH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmDB44uDD/xEtCklL57setqIGgmyCWQc4J91S+pwfaLAiEAy+39TLil9mFV7Gi2yrdz5yKgmczMh62DF2DGRD9zdhM="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.24_1563983143956_0.4893369586620353"},"_hasShrinkwrap":false},"2.0.25":{"name":"nan-x","version":"2.0.25","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.11","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"fb7dc18a207b457bf9415e0d7d63051e03ecea27","_id":"nan-x@2.0.25","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-4TbMYkp2iVViRNICDrCyeP7sinAdW6RE0ZmhGW61rriWDi1dxnX9eZO0ByQ2KThCEfd3gG3A0VCZyOaYRrrBXQ==","shasum":"c75dc666db9b4a624f6f480ba0782f2fcf42a710","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.25.tgz","fileCount":10,"unpackedSize":24134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOH35CRA9TVsSAnZWagAAvxoP/1R5HU4UuaJg49LjrPK9\ndw8aQjFNDArigwqfbIJci4cOj/i83C8IgK7JqFLYPAki7le9pxzVMf2FMlWV\nZCFk0GUAS9hYpuljTTVl87ViY2ijd0tuPkH6l9QM5uNNc5bPokO/oVYOyzJU\nJxy8Seuso0LN1OXo73ychP+0N4e0ZMzA6Q0BrHqfkK8TvhiaF6AeIfOuhjLy\nFJmRK2OQuXGIOJCxBLGqglp58R1X3qVrhUIrsYvTB2yRTudhEqZ/Dd+jSOXJ\ni0LwKwPM+mM0atBS5zsDBAZ/o55j8JmVGvYe8Q0zwkJpAVPUWQCaeC6TsccB\ngmTp4ISWB+aDZApJDD4k2jU8TFXP6YLnB+B9xhL20dK+h+M0hGPrVz7AK74j\nDfNkkrWVGK/3YRu6Iball4uD46lp8pWW9SKJqSkCeqd4VuTcqApjkWUjBeJL\nBU/HnpSks+biRtbZpR+wEAdtPQVevjnSfofZWRD8qMnMprnnLIbO7iiIhak1\n3SpNkr7ykc565ODG7yaWLIUr5Po/YpompWHBzm152lmjg20xxcAz59x87tni\nibTb4LlwDsi6NiZBNcs2uQ4Fr2953VnRHgn6lo4GVLoM1xOeP/6MHHdF7RLB\nL2XdM/gK/KqCGCDLcyuJWbLpQQrMk7D5J+toOaBz6VLsrIarbDBrXYH/DlcS\nLy87\r\n=SxqY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCvme4OXpVllC7zRyqjFlfmNI/ws6Wm3OcDjMGfmGYGAiAPK2fYzGXNTlA/Jy3taPTr1lnHkp6C1MDfqsScAD2dPA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.25_1563983352683_0.980929274584383"},"_hasShrinkwrap":false},"2.0.26":{"name":"nan-x","version":"2.0.26","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.12","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.6","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.37.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"d1b53027d8cb3cee3ff468d5f16ac65c52349232","_id":"nan-x@2.0.26","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-/wm0gdOJMQ7/0yBaRds50fId2JwJShul2ekegAdN8ZDp4aaBuXtyyo/YuyVu0Ud1Z+g+ge0ZqcHaqkhP7nI9qw==","shasum":"5d39ac1d7977815f380f2db44fd6a5100524ae6c","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.26.tgz","fileCount":10,"unpackedSize":24134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOh0SCRA9TVsSAnZWagAAAXQQAJn9JK3OKVlNgbb+0hUa\nh7/wuhhCScqvZPEq3Y7HosJ5uqvH5uZhygTADpnUl9vSo5L74B1dpFnluTxN\nB4usx9RUssFvp/4CE4lgK1/+DEpz6+Y2pMsR8Z0r91nFD3aiqN9JjUtJJq4z\nzCyxD2DCAtr8YdO2LBVMX99pFr1zcc4FxVT0Ss5R/AeNl4/gVwunQTsUyh85\n/vPdLxZFiIBXRN50DCgFvjIPMSvYAuSQcZJRGtypFtIac+o1YETenkDOWR2q\nsgA77kzL1RM9M9yHdk6Xog4UuaRmd+d57WzQKuQnFeg87sUp4LhcRqX5UYdo\nEc/OvS096NVY5vD3cFjhNB/sobhIjwwHkK/2laLwteMkvtlM3DkFiEieLZH4\nKUM5/m1svHyRtXS6yoxORxO9hDt/lu7dah4xcDHuOvC8zt5zrAu71t1hUWeU\n3oGPO+cjId8b1pj2d4ynK1FQrlRxffihFhYs63jFzm26cocSwD320I+vwd16\n+2aFcPFovvQtZz3WQcTEqPdsLJpLfehvdKWWUD43/+Wdx41fBnp1GwM4rQUP\nUhr7y0vlytZqN4Im/n6HYairVr8fVAymHWoq/QeKRi9sOm2LAX0nIIv0lFon\n2SFGoFNC/DRzbuZssYRHesYs+BtbM9rx3J99OtLK1ILeGhlpJ+pzmL+FlWNt\nmBOI\r\n=BfiM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFRDIXYN1zaAQmxRbxWurq0mzRP+7o9VI1yr0S62agvhAiBcAqPq65hEI+2nBaKCiqFUHfHlrlh3CBTtrOG9a/poPA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.26_1564089618246_0.2589701335789889"},"_hasShrinkwrap":false},"2.0.27":{"name":"nan-x","version":"2.0.27","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.12","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.7","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"e0bcee8114f6bcc8784bd97d825e0c6bc5b3f6e7","_id":"nan-x@2.0.27","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-S1VJKh+ra8bZXTDs25DVyDY+No5sd9AmRSUX94+q+RZRQqFhnmHXgRPR9jdJWT1WEDx3SIJQ+Zr9L8+RoVcu1g==","shasum":"0a818a3765332832aaa4c97b8d8554b13107d277","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.27.tgz","fileCount":10,"unpackedSize":24134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOuwMCRA9TVsSAnZWagAAutcP/1Q+TcRtIwspUqFiIUG6\nn7fErlsL5C7NJXBGod6GUiRfAwQDbf51oeGV8iRPV/3kQAiJAsRo7BDataLl\nuOv4dyU7AZgzUUIr8NcRdehaL5Fn+WlRA82UoyjOwUBm1I+SU+6rYq4V5wYH\nzHagcJfXSDElaf2K3ppKsTCxZGQbe89rzHdLNB8BpLjl/qMDicw+VlWVPjoi\nTVmwj7iicaXB8ho3VkZlem9oM7bdp7zfokX6NRXqKabeEG0yI1DQ/VI4DBOo\nfcy/iZ+JQGNJxEORWCSEH3UP9YHnUcqdey3va1jkSSgdzv0VzXEXYUhmBE3b\n4K807fKPg+ZOHHGx5u7DXIiFkkXP8cqAeFuTa0Fbf8BjshSk9mPdBmqMGES2\nysWE28/oYwNgLTb3spEmr8fnuohamw605+5tVcTjp6Pb9JUpDV8KutwJgZiT\nkTxj0/HPu1yaf10XkN0/yWXyYwdhuHkBC+Gwzthdbs+OovrVrQW4j1Vl7XAz\npoF15Gm0wAmOJsuZgrAhC999bGS37gNk/DmhrtXnSLdDErSbkKbi/RRcBuss\nplw4jst/540ZbcAQVUZyxCdpzkl0+1NWz1wE1KQ7xLoV876iBBD2VrupYwf/\nsywd049jswWgcFeSNGKZwT5esDYYyOLDef53VKvbiuJ9APRmwvcFyx5PvJ/F\n1QcO\r\n=yd4n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYJg3nqRjQ7GrAyaDWpnYdEV9N9zc/dzYGeJ4WFPILCAIhAIUihHo5knVLyQodiDhtch/ow91if0D/LSEc9mHHm6S7"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.27_1564142603417_0.816607254443956"},"_hasShrinkwrap":false},"2.0.28":{"name":"nan-x","version":"2.0.28","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.12","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.13.7","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"d575da96ca2d1b793d9ac20dbeefcf9797499aae","_id":"nan-x@2.0.28","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-o0Y8wglJE3sidjvR8dZoPRHAS6xE/b3SgCdjwQYMueqgqp8/9Tj/SmhJNxsPlQrtqwoatwgIGu+sxt8GDKKPhQ==","shasum":"de00bfcf023d06f182231f37a90c9a106cf098a8","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.28.tgz","fileCount":10,"unpackedSize":24357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOvAmCRA9TVsSAnZWagAAC6YQAITqqGcfbn/ZEMxKTNVS\nnbv+1xlV7n2iKNCOXCWVhcD1B2ULEKXNHVnzHilCo1obhYcxyOQUS6LAMFkA\nNf2b/R29qPCPE1H+ksAQmNNn/yPbS+PFhNpUPfshsYZlBSiq4PqPnI8uEE40\n5yZ23nzu/02OKVi6+O8aDvFgs6rmJ4aTv1m8cGeEOKNZ2m4VxzCouiQMwGqi\n5c8pVCtsuk2h0wg36LrJ2kPFhyWIuNMiFdoTc4/bXzlF7zoCgKnspBWe9yHB\ntTLHi+jKNzk1GjJBIDLocxzmuORIaGSjfXOhS10GsSlgSNjWyy7v3WUABJi3\nBjM7QPCn6l7XQ8vTgXVdECSchbgGCInGkkIjDD4iMkvt3NEo3YtIgiCnyOkG\nG9T1gtDV8FjF5W0aaecpX5EW/y/GvGRd1eb8/5A+utBiUU+LLgGV9x1CFkW1\nTou1vcxacvrelBLKJS7kg7hnuJS/b289eyzBTU5ZKYR5OD30mIqgW8zseSLO\nV9ihk46dzvWgtcJetK8vFPy2VAjibA2YvQ/jApFSVNXZbvrmn4FF2TO+tokH\nOW82bfMRDTLPgUbP8TCVbhNO2CUiDzh9sl25KBHLAR77dmX1sXqRvY/8vIaP\nAya3u0iQUVEpAbi/zUZVQEoDV3rKxHDrfSiwUyvO7YE7/kYZZK/E30+TOmsB\njKxI\r\n=NIFx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAF3YlZ11sp4KSL2dWd6RVc3l31j/vZIQkbu72cpiTpYAiEAku7wshmVcMvYtgnoHeZLsvwYMc8UFtCPcPy92gGRqIs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.28_1564143653744_0.02593135244183209"},"_hasShrinkwrap":false},"2.0.29":{"name":"nan-x","version":"2.0.29","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.14","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"22ad1e899774e4a37b5f8144dd4d954e7133fb38","_id":"nan-x@2.0.29","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-+fq0toG/SXKkKQTNRNiBpdpbtvU/dZK+9AC5NXbw91N9U5vmbsFen5h5hmgnAT1RsKAAP5IAN6RGUHr7fnp8AA==","shasum":"b6a19025ab5f479bd243d8a9d799020e39980a97","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.29.tgz","fileCount":10,"unpackedSize":24363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO5H/CRA9TVsSAnZWagAA6ckP/AtLGpZ4a1pnQvfAhQlZ\nZMHZgPVewPs+3HFymL57TxOB3ePVUPLE+zGa7/r8lJ5MHgFJnqKyVUbvl40U\nHuGdkPFhCbAVvdz4vwyIrhvqUGB6Vhl1qN9b4yOl0/YEQj2fq1yp60ic1sV/\n68HdVXefrQaL5a8Qj14u40K7VGA66qcRf2kXW1coUqif8dL8aFCtBELzt2Sz\nxbQJsrE8kZ9fgeP9u1ic4AtQV7l8QlaUo/5fn3UgWakP3i9m51tOgJRRtSLA\n5LTaowMfY67sapAGMnEcKUVpmmPvEhYoIhRqwXzLkUstRYxtKer6Yib1gnAg\nTTJ4EHehCHEmmkqg3KdgUhja71MA9U1nEpXenmSSCZ5Pi7peVCFiOUjlSJ9t\nU8aDjEQ3YBv2b8328pujz5aRYlGnyxdcP2gk5SiKdOxZPTQWJIgI0id44sqN\nlIUictlW8Xrh1QmJn48pUcIUVXAUCLsWJ1Etxt1I6+tDeZb92Sk4Dzkzc2nq\n2LdIfOtBV+G+RSSxlWL76GqrkGKpzDUJauBvUXuZmcsLZV37NRnp4cRnrZSH\nJcSk0wry86vy0B4eLvj83ZrBQz6xi7cbuxRjtoknFQfyrv1y5c26F9kSrwJ0\nHYqNDMkVz+txoArjzfKxIXGfSdJa0JoodYyonjzdS1X53ar/25+XOLjSWv/3\nyXhq\r\n=OPbc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC4W5qLj2wh7RbtYHrNMrupmEKHKph0kvmm0+y6r0Mk3AiBlAbaaqVu+jhmzswwWeoG6qTXhiTId/tEzGJgK32UF0A=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.29_1564185086730_0.1821262285699894"},"_hasShrinkwrap":false},"2.0.30":{"name":"nan-x","version":"2.0.30","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.14","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000985","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"b5c8fac65bbbe56d0c67ce0d2a0bc2b31741d698","_id":"nan-x@2.0.30","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-8IOTwjsvErrbT5tt6s7FdIQFgNmdjAxoP50aVxY3WsO8JmKg4JztrcsXYCsmUcxqUDTqAGwGb1jdYWcL0g4DeQ==","shasum":"cc76278fa17c9594788071ea600038105e841605","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.30.tgz","fileCount":10,"unpackedSize":24363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO5XmCRA9TVsSAnZWagAAEUUP/idik8OQ/LNdTzlnbRDC\nPjscmaIWj+x3gDfyT6pwkwHN0QlzZ/waMetArHJlvGlI9VXbHUmgRlBAW7es\n3HpUeMKPeazYbmy4Hp4sOTLvqDidwvuA0zZ6vd+VzdqpucnGTcQVDKi7uAyY\nbGj7tchjWldDjngZhnYSZLTvGZCKFjZxOTHJJDWVhPIZCCQ8nSd6E7HsUqAu\nTXT0BTSXPiGzm2+tE+GHLyKFuVh+1dxEuHTetYXUqy2cdnVeztTFjHAiO3uc\nlalHrw5Ih9raqimt75/Vhl+CIV3KFjjX2j3Zjtg1vIKv8EjbRzjXWasNi2nz\nA8XbHhTj9uLDgTLz5lUwW76etjhx9kX51IiDgT8l/wGP4u7Shbgs9mYzim2S\nm+7SGEcvEbw7Ay1ebduXa4UameH/2NVSHBcfdCdjBwZmsd0gp8nn2SpJ29IZ\nma8F8W3WaP7KlG1mj0+FpPHqL0bb5cACJmjzFeiO0wCxr3g97a9ApN0Edwkt\n+EVELYvQKRVfZ5MSQNyC0oBFDc5Lp3ts28zVtLksFjmz+IRlgxLtJGU1oOve\ni3fd0T/9sK8WlclUNmT+YPtPK/W8A9TDM/pEuCXscp6RgOpkgSOz0dXEYTis\n53TdkAeFnwP3A5FaJmMXzfYnAd/zZYx47HaVdFJRQF4I3V1VgGwcP738OU01\nz3ZQ\r\n=ACsl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE1o/EzVZIeEAiw8SrThS/LZrGVcoH1w5FQiwnWlM38nAiEA5vSdFKupu+JubVJSyPdcVkiOwdsvQ8GD4zIi53Fx/a8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.30_1564186085356_0.9121028723868914"},"_hasShrinkwrap":false},"2.0.31":{"name":"nan-x","version":"2.0.31","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-export-default-from":"^7.2.0","@babel/plugin-syntax-export-namespace-from":"^7.2.0","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@prorenata/eslint-config-vue":"^1.13.14","@types/jest":"^24.0.15","@types/node":"^12.6.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000986","chalk":"^2.4.2","concurrently":"^4.1.1","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-config-airbnb-base":"^13.2.0","eslint-config-prettier":"^6.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.0","eslint-plugin-jsdoc":"^15.7.2","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","eslint-plugin-vue":"^5.2.3","friendly-errors-webpack-plugin":"^1.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","jsdoc-to-markdown":"^5.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","node-notifier":"^5.4.0","nodemon":"^1.19.1","prettier":"=1.14.3","rimraf":"^2.6.3","semver":"^6.3.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.3.0","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.3.2","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"747a783dd80473b452fa8b6e50a8bf4f78954dd1","_id":"nan-x@2.0.31","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-woahb95j1v2jQXnuiDyBI6O5jZVcqFP1FMir3jdJ42xULaf4I1lMtGIJRCBIFe4VM0Si+etupYy2TuxbjU9hgQ==","shasum":"3355dcee651f963e36b7969be4c94960b3d2db8b","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.31.tgz","fileCount":10,"unpackedSize":24363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPE0HCRA9TVsSAnZWagAAe6EP/j4NhWqKlENZg6s4c6E+\n8zwpNnRBjBWIRIB9C7Zd24E2jUCSTigZeh5gmhAbhCmU5AAsHErIRrF0EVdY\nQRsolNw6uQm9neinFBxSFi/ExqF1eYYHDQIKGiF/HexpbZqxwWFtSHgmVR/b\ne25OmfLmUrUybQ6TDlln32ZjGAkLs44mN1mRjkW7LVlH0vTfI0q522y/1Us2\nDo4Q3ZwX3Gul+TuJsOGTVp+n5FbA1Co4qjg451FthvYZz0c1Wk/v0G++6oEF\nyivArQr6452WxZHmL36lKcZgcfPRVHNHntVMzVFgO4ulYtZU1gNNSHYfcAmH\nTg7o/ImI/vhMokdJRpV54h5OCNpLDOwyF0FJ5n2QTPRZVWUiB4HfBwPjXl1i\nRL27nab52laXFe8zaGw7CCa2UCN6YuE6ey4G0sFCTUuGlNJ4STjhjjgbaN2o\naQVBsG/OkC1NPs+0mqPs/8elTDQqJp1f+50+pU+FONA8GC9l54eh76R7h8dU\nHZb3SCgzQWh7QLFptcpybxZok+9mK4Pky6Wk6wHuMIDv06Jwan+KJu2REv9d\nGMEal82aIeYPrWoYOm9IlMcKFRI1H+XU5PJE14ZoYAb10SG7kNszeOpEOESO\nq1i027JQOwgkE/GTPu9f9AP6/YJoGyh6zupMWTsdA8lkocpoLdZL8ln5s28R\n64LQ\r\n=ly2S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTxg4cMRaCEA+EwOpOqFw2EXhalpAl91U+aIdsHDmIyAiBNEBUt65BuR6AG0iVo18CaAeTszHB6xaDDYx0jH21UyQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.31_1564232966443_0.717208538336743"},"_hasShrinkwrap":false},"2.0.32":{"name":"nan-x","version":"2.0.32","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.16","@types/node":"^12.6.8","@xotic750/eslint-config-recommended":"^1.0.5","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000988","cross-env":"^5.2.0","eslint":"=5.16.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.14.1","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^5.1.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^2.6.3","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.38.0","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.6","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"34466ebd91cde79820259ecdc679c3d8469006f5","_id":"nan-x@2.0.32","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-Wm7i8OV2GVa54LDdwjii/FvV76qDmHNj1r5DTIOTKLKzqEioppyMpm+AbBdSeZ3boaSR4p1a2bjwAiTkc2mVtg==","shasum":"b4946eb6571c874a9436175ec4d694bd751eddbe","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.0.32.tgz","fileCount":11,"unpackedSize":23878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQgpACRA9TVsSAnZWagAAXKsP/1nyegZhEt3/+KWYrbVu\ncDWN8MsrL7yxKwXCoMM4ghTcI1NE4/z2pgwiT4eLsmQ9PyEUSRzrUt5pl7ra\nJY1V3RQ8h51nPTfog8NVEsHkBtbsBn+L++lTI2pzLsWEJUeE1qp3xA6Z+o0w\np6kp02Xge6mLSSKgZnW4SG7kyrmOYDl5eMEZGLhSo/IgiOLc8t4IzCqWXTew\nQRmGWVczj79pYVCLxOzqdjb/kEWWJTsQGbsGj5Z36q3VvDf2IIE2kM09yVf8\n/NFNCtLNBwDilPHPRFG+Lxj2I24gVwhQX+rldNVDPpOlC3m44Bdxg49A8BSJ\nUQbebmPA5Ov3WI0DLtNXwpUpcQqGgWqr1ufv5KA0L2khq6/EwYdmKXOqABTi\nUlwjY1KTjMJAQrH4kyJzwjmM8vSGQ+vymqOmusAkQnXFpRBT9qvhTfCfEzgX\nenLlKzwyFY4EeRu8L2zTOJ7zWXI8PwgzGF442hqXf7qct/WbFnoWXF75oT+K\n1cHVGa554RmbrmiP+DRkycyfNVyCQ6n8WCBJpFq5ABeHI3TKXiJ+5I7HpFYT\n/Nn/haWAhomy+ZeZiNTSxS47iygiyzZ+DoWy3iWCgBdpsMJ/9JwcShDSlQu7\nr6GjEym8AL/j9qkHsLkt9szEa4WA0SStpdYzC8Qzsw5iRnMNfIxnyHDL85J0\natF9\r\n=Xx3P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAr9Q0sS0YxdIlVsF2B0xtb15ck5cZwdDKaSX2kmh+58AiBeqK5aWoJ1IDuHpu6AHdoOIIkcFus4Rss3VmhhVNkJoA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.0.32_1564609087751_0.6927794599723516"},"_hasShrinkwrap":false},"2.1.0":{"name":"nan-x","version":"2.1.0","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.17","@types/node":"^12.7.1","@types/webpack":"^4.32.1","@xotic750/eslint-config-recommended":"^1.1.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.1.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.1","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^2.6.3","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.1","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.6","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"3d5dce12b6e5f8cc20901d0ab768d99d67b6cace","_id":"nan-x@2.1.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-7xgJMv44HBNvIwSIUC2XXrGIE3WSAAwycGDlINnFY6YzYfc8G3Iat/3BcBLvzUWL5tdfSFAsJulzJSckhjRf4w==","shasum":"c904f4afa288a4835a2de7b55764d252e1cb3b19","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.1.0.tgz","fileCount":11,"unpackedSize":27699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVAwqCRA9TVsSAnZWagAAtM4P/jzMoqvOlSI5JJXJDKC2\nh+bjxlj4T0qg+kAWVLLekNMxXnfJv2acAlmxbO3MY0jNkC8EjuLsUZe8KlKN\n0WSSj+A98b5c3KwtEgWwMMTr/h0SLKJYxf6CqsiZbtNlOKK7xwuvmWULKeAa\nEcXdMlndOy+SmgA04xUnp30lTDGQairm2yeZxzhizUntmOWy1VN0FyqQJRHP\nyLKdJmrSxs7jLEpU0bYZzilrps1QH1DxjzA1ha2TVdS3kx2/E56ZDBR3dWG4\nUus/r8P/+gnBEUdVPt74yhu8knMu0Ltf0Y6aI1DCwJxFydntsyw8EYSLi7Bj\n4sFlgiqqCyyW0xuwOPAwXp8U8XdKNwvUoUQRVapfJow8JnTVlkUfxJsdMJon\njWYzM+0VwNXQzyqt/1MqngiIQVnFRVRsrGGN5wnXcsIukqSXX7+kM2aEGVMI\n+UonTDU8TfQXb2w+h0ClhGInRpUDjhNHT/k3dsHlawAaG3to54PbfLKlx8D8\nUhdPPolyw3ukraOW0X56WMMq3YXSzLPmPXRbuUhkxw4MamrNVKQKL+9PtS+9\nWn3/DRYeMeHb9N/cT3JwLxxKvQmjiZEBvcHqXEdrAfN+iUO1JL3jaV4IPbwF\nRhJAlTStmea8RG5yYm+WbKL8QvcyEt+OP1ytz4ZsugElpa/fnU5iRii5Pps7\nsfWc\r\n=uy5C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICNQk+U/Vf88zy96qRNdb+M898mELO/K97+kN0bB5s0kAiEAsPdwHHozsMSIlUfmZpN4AyuD1o3gzRbV4VDqVPUOusY="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.1.0_1565789225892_0.019643935268550683"},"_hasShrinkwrap":false},"2.2.0":{"name":"nan-x","version":"2.2.0","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.17","@types/node":"^12.7.1","@types/webpack":"^4.32.1","@xotic750/eslint-config-recommended":"^1.1.2","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.1.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.1","eslint-plugin-jsdoc":"^15.8.0","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.8.0","jest-cli":"^24.8.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^2.6.3","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.1","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.6","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"f4df0f9362e1d22ba255ff052e188d0835cdc4c6","_id":"nan-x@2.2.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-FRycXqkzgGmsj/cRpNbAn9uSc3LM6/NODgQ4P904q9XwZWbvMpLtM81XXmpjiGUbV577JheBENrWywX/cfGrgg==","shasum":"6ba5fac732cbd6852b806782df9a40b631b0eaa8","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.2.0.tgz","fileCount":11,"unpackedSize":27699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVBhsCRA9TVsSAnZWagAAFaYP/0mjla4nihur2HkAHloL\n9WZyWozggRh6cY3c5BPUI2wuHLZgo45MKIVGb4S6/2YSjuBX2reu128X9ur5\nGZefxkFH5Ly9cShlzmJTazPz3gUw9K+mMvmtvx8ckdICiNXr+DGPmFPKHghT\ndcafupZSs+P/TOQ7YniA8BHEKgrMKC5LibM/2mbIGCf/77NAvFittHmqEAVp\nQ+HvLO0snvhEpK87q0I9sqA+4o7W3+/lJvfjqGlLna6WOzGLNHTWRFlihf6D\nJl55nAkMWQh9VhTXGgjCV8KWDI7KrTqV1Dn308p+hKtghhqBTecqNqQYJivY\niijVyeT1m3c/S2yImnfx+wkj/YvMarUkbQjMvDJ76DG615EvOCGYNeotvXJl\njViqTTrkIqn1Ga15A2vOnOgr+o5p/cz8Psdy3yCTXpKIl/foS8LiUjGczESp\n6FuevL8xNhQ5F6ANnKfFSreuVPlpQ7TdmnEXzD/AwjpXAcIyaZLyNXAb1DJX\nIEwVs1nRa63M4vdejN8lN5m3z5z3mzz9SiU57MfRs2Vka9tcjfCLpJkTu+3f\nA02jEIj8F9Kn9W5EXe4fKa6fEyXTgbiul16uCkpSrrP1UkfVKGD22rv3Y5ab\n7BxXaV189+bCIN+vGy3UGFWxDxuc9ZKHt4x9GFeMZU51AJg08piDS5SFB+s4\nx0ZB\r\n=LhIp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtcn06M9HJHXMRZQI52jAyjfA5T+1lKI6P7TCKzQVSbQIgBSLITyIRnK6jyPeSX2A6qqZP0UN5HSWki8mO5gnlQrs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.2.0_1565792364018_0.19674417202848127"},"_hasShrinkwrap":false},"2.2.1":{"name":"nan-x","version":"2.2.1","description":"The constant NaN derived mathematically by 0 / 0.","homepage":"https://github.com/Xotic750/nan-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2017-present","keywords":["number","NaN","module","javascript","nodejs","browser"],"module":"dist/nan-x.esm.js","main":"dist/nan-x.js","jsdelivr":"dist/nan-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/nan-x.js -o dist/nan-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/nan-x.git"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"dependencies":{},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","@types/webpack":"^4.39.1","@xotic750/eslint-config-recommended":"^1.1.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.2.2","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.2","eslint-plugin-jsdoc":"^15.8.3","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.6.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.9.0","jest-cli":"^24.9.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^3.0.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.3","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.7","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.2"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"cd40a332b650fb2654ca2462fc8cfec6cf43d112","_id":"nan-x@2.2.1","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-kZN/tgpupBg+ZVB+25lTDNKwnDGCFia36awekeIRj4AF3zQ/bnRDgr3M3mEV2KmFYC+UW8rVCCPjAz0rGdZk8A==","shasum":"0b4a7c0cdc1490139af77af8914f564e413f47c0","tarball":"https://registry.npmjs.org/nan-x/-/nan-x-2.2.1.tgz","fileCount":11,"unpackedSize":27699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZqwuCRA9TVsSAnZWagAASMkP+wTuEkgkPMtdmDheXJVc\n3QpJXGj2bjq9nfFFlGwyz5C3suw4vBHnGgCi58anwLK8fpKVnfmFspiKrv/0\n9yPBdwZSBMK9qmthDfHavjiZ88VVYTjZOgHrC/PoncfBZM/zMQLw7gGP8MuJ\nNVbuuoQbLRBLaXH9PZlNl/XNVAouuaDZMvvERFzoT4jUkVbe3H2GV9uYzFMq\nSgoGqoBNW4VE1s0xzJcbyq7zHObQ22Ci6IrEnvCovZTQwBYbse2f3/JGk9Y1\np8rQySGeoDuSGq33hJLYXF9R4AXzMuxNuCkNXZEaEuhL4yuoApT4k1yH+HX5\nGrzqVivCYyJJAMZAfdsX5eVSfe68QdugL+AzVdkeyFptzxwaD31V0JocnryL\nFcPgVarIRsSKnk85JOUur4gTGYHigkeynDsavIgeRFfCLsiLLCeOGhACozsR\nC9ivu+eVccNV70qQ0CUhcFEtyvW9JyZmZLC/1BokusMl4qv98wijJD2ZrBLo\nt2Gt6LDMyZc31Jp/fnBrD8iL4wx7lzsWpJkYELkgoZX/xLLx+ka/yO+3Z78u\nIEvVXYRqF44P5VJ4VVJCB8bbRtbSVURv6PpdyCaVGxeKwVKQAQZ5bA/vpyjo\nVd5y5qZUA/mfrEKQxZVDD036KS2dRao/6WnQvLH1ruHr/HIdufsj3+Sa5Wq5\n/nFD\r\n=Abe2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGcp5XSfxr8CLTK5TUxmBqAgGLx8LC6upGJM7pEwEz0wIgL30wd9PH7rYcAr+CIGAJ4QQY5tT7TpmZ+CH7qdrIeTs="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nan-x_2.2.1_1567009837726_0.9226168936500136"},"_hasShrinkwrap":false}},"readme":"<a\n  href=\"https://travis-ci.org/Xotic750/nan-x\"\n  title=\"Travis status\">\n<img\n  src=\"https://travis-ci.org/Xotic750/nan-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\">\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/nan-x\"\n  title=\"Dependency status\">\n<img src=\"https://david-dm.org/Xotic750/nan-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/nan-x?type=dev\"\n  title=\"devDependency status\">\n<img src=\"https://david-dm.org/Xotic750/nan-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://badge.fury.io/js/nan-x\"\n  title=\"npm version\">\n<img src=\"https://badge.fury.io/js/nan-x.svg\"\n  alt=\"npm version\" height=\"18\">\n</a>\n<a\n  href=\"https://www.jsdelivr.com/package/npm/nan-x\"\n  title=\"jsDelivr hits\">\n<img src=\"https://data.jsdelivr.com/v1/package/npm/nan-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\">\n</a>\n<a\n  href=\"https://bettercodehub.com/results/Xotic750/nan-x\"\n  title=\"bettercodehub score\">\n<img src=\"https://bettercodehub.com/edge/badge/Xotic750/nan-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\">\n</a>\n<a\n  href=\"https://coveralls.io/github/Xotic750/nan-x?branch=master\"\n  title=\"Coverage Status\">\n<img src=\"https://coveralls.io/repos/github/Xotic750/nan-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\">\n</a>\n\n<a name=\"module_nan-x\"></a>\n\n## nan-x\n\nThe constant NaN derived mathematically by 0 / 0.\n\n<a name=\"exp_module_nan-x--module.exports\"></a>\n\n### `module.exports` : <code>number</code> ⏏\n\nThe constant NaN derived mathematically by 0 / 0.\n\n**Kind**: Exported member  \n**Example**\n\n```js\nimport NAN from 'nan-x';\n\nconsole.log(NAN !== NAN); // true\nconsole.log(NAN === NAN); // false\n```\n","maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"time":{"modified":"2022-06-20T19:49:46.228Z","created":"2017-09-25T17:42:17.236Z","1.0.0":"2017-09-25T17:42:17.236Z","1.0.1":"2018-02-23T21:24:36.246Z","1.0.2":"2018-02-24T11:28:58.066Z","2.0.0":"2019-07-10T13:01:03.358Z","2.0.1":"2019-07-10T15:33:08.033Z","2.0.2":"2019-07-12T12:49:54.805Z","2.0.3":"2019-07-13T01:58:01.511Z","2.0.4":"2019-07-14T21:21:02.738Z","2.0.5":"2019-07-14T21:27:35.419Z","2.0.7":"2019-07-15T10:19:53.825Z","2.0.8":"2019-07-16T09:33:14.721Z","2.0.9":"2019-07-16T12:00:57.078Z","2.0.10":"2019-07-16T20:49:54.755Z","2.0.11":"2019-07-17T13:20:17.006Z","2.0.12":"2019-07-17T18:06:22.810Z","2.0.13":"2019-07-17T23:09:04.566Z","2.0.14":"2019-07-18T15:48:25.016Z","2.0.15":"2019-07-18T16:25:39.152Z","2.0.16":"2019-07-19T21:16:19.731Z","2.0.17":"2019-07-21T21:37:30.274Z","2.0.18":"2019-07-21T22:04:01.242Z","2.0.19":"2019-07-22T11:59:01.146Z","2.0.20":"2019-07-23T23:26:50.733Z","2.0.21":"2019-07-24T13:06:57.679Z","2.0.22":"2019-07-24T15:26:38.442Z","2.0.24":"2019-07-24T15:45:44.120Z","2.0.25":"2019-07-24T15:49:12.816Z","2.0.26":"2019-07-25T21:20:18.368Z","2.0.27":"2019-07-26T12:03:23.567Z","2.0.28":"2019-07-26T12:20:53.877Z","2.0.29":"2019-07-26T23:51:26.867Z","2.0.30":"2019-07-27T00:08:05.498Z","2.0.31":"2019-07-27T13:09:26.558Z","2.0.32":"2019-07-31T21:38:07.898Z","2.1.0":"2019-08-14T13:27:06.064Z","2.2.0":"2019-08-14T14:19:24.172Z","2.2.1":"2019-08-28T16:30:37.948Z"},"homepage":"https://github.com/Xotic750/nan-x","keywords":["number","NaN","module","javascript","nodejs","browser"],"repository":{"type":"git","url":"git+https://github.com/Xotic750/nan-x.git"},"author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"bugs":{"url":"https://github.com/Xotic750/nan-x/issues"},"license":"MIT","readmeFilename":"README.md"}