{"_id":"has-symbol-support-x","maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"dist-tags":{"latest":"2.1.2"},"author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"description":"Tests if ES6 Symbol is supported.","readme":"<a\n  href=\"https://travis-ci.org/Xotic750/has-symbol-support-x\"\n  title=\"Travis status\">\n<img\n  src=\"https://travis-ci.org/Xotic750/has-symbol-support-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\">\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/has-symbol-support-x\"\n  title=\"Dependency status\">\n<img src=\"https://david-dm.org/Xotic750/has-symbol-support-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://david-dm.org/Xotic750/has-symbol-support-x?type=dev\"\n  title=\"devDependency status\">\n<img src=\"https://david-dm.org/Xotic750/has-symbol-support-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/>\n</a>\n<a\n  href=\"https://badge.fury.io/js/has-symbol-support-x\"\n  title=\"npm version\">\n<img src=\"https://badge.fury.io/js/has-symbol-support-x.svg\"\n  alt=\"npm version\" height=\"18\">\n</a>\n<a\n  href=\"https://www.jsdelivr.com/package/npm/has-symbol-support-x\"\n  title=\"jsDelivr hits\">\n<img src=\"https://data.jsdelivr.com/v1/package/npm/has-symbol-support-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\">\n</a>\n<a\n  href=\"https://bettercodehub.com/results/Xotic750/has-symbol-support-x\"\n  title=\"bettercodehub score\">\n<img src=\"https://bettercodehub.com/edge/badge/Xotic750/has-symbol-support-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\">\n</a>\n<a\n  href=\"https://coveralls.io/github/Xotic750/has-symbol-support-x?branch=master\"\n  title=\"Coverage Status\">\n<img src=\"https://coveralls.io/repos/github/Xotic750/has-symbol-support-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\">\n</a>\n\n<a name=\"module_has-symbol-support-x\"></a>\n\n## has-symbol-support-x\n\nTests if ES6 Symbol is supported.\n\n<a name=\"exp_module_has-symbol-support-x--module.exports\"></a>\n\n### `module.exports` : <code>boolean</code> ⏏\n\nIndicates if `Symbol`exists and creates the correct type.\n`true`, if it exists and creates the correct type, otherwise `false`.\n\n**Kind**: Exported member\n","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"license":"MIT","versions":{"1.0.10":{"name":"has-symbol-support-x","version":"1.0.10","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.5.2","es6-shim":"^0.34.4","json3":"^3.3.2","jscs":"^2.9.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"45ff5f7bf9da808fd29d14bbba5b5e6e33c4277e","_id":"has-symbol-support-x@1.0.10","_shasum":"7a615e78026cccf6d376da8d67b4e66b4115ce95","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.5.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"7a615e78026cccf6d376da8d67b4e66b4115ce95","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.10.tgz","integrity":"sha512-Hi0wj8ZX2GwdbF/+YD//DWgmdDbCnpAB8kQUMoe5cV4G+ZPNDb3nCykqsHtpVrTpF7Y7rfez50jN9q5GERNYRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7GMRiB6ESs50NjtLOI6gi5VE9+MgcaX31f0FRC+4/RAiEAxk93RaanJYqSEunAlpF745c8zTaTSbY40asbLerLXvo="}]},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.0.10.tgz_1455346655716_0.7635306944139302"},"directories":{}},"1.0.11":{"name":"has-symbol-support-x","version":"1.0.11","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.5.4","es6-shim":"^0.34.4","json3":"^3.3.2","jscs":"^2.9.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"01e2535ffadcaa2010dc4175c722f50fbc2f5fa7","_id":"has-symbol-support-x@1.0.11","_shasum":"efdf0f22d091ad6fb58973624dbe80b07dab30cc","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.5.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"efdf0f22d091ad6fb58973624dbe80b07dab30cc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.11.tgz","integrity":"sha512-XluPZRt51dvUCCGHBdXgQnhcRC8r6vWQyOpAids2JISLkvEH4D57cROAYfLhmYIX9wSwMYP88XuMGNimg6BWHQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCobHz9adPwOnEll2GZK65ZWDsx1xyy3AtZr16x8vxdIgIhAJNtmlfRCzxlcW7Ca28sNoTPXEug9qyav5Bs17D+AM8v"}]},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.0.11.tgz_1455515033277_0.9205751484259963"},"directories":{}},"2.0.21":{"name":"has-symbol-support-x","version":"2.0.21","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.22","is-symbol":"^1.0.2"},"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":"3db9104ea8413fb51678adee53f7cac084e30bb2","_id":"has-symbol-support-x@2.0.21","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-yuVnhZvePKFKvuKLjJ14j9466b0uhQyC1k/h+tluCgstHU15ssi/RBcU1Tm7WzeOxowrmSRuolYQQl5jCFxGPA==","shasum":"2d7d309aed7073aeddcd9c687b5ab6c2ddfb6284","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.21.tgz","fileCount":10,"unpackedSize":47463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPFJqCRA9TVsSAnZWagAA0soP/jS/uZAgmlCVeEjdPuEE\n3rByEs+eSLA4Qif4qgwDvdIJYO6BwUWVfwIUm6wtnyho/PHgQT518SNjGLPt\ndMl/hRtVR86OV6Dm3YRSK8ygzfswhC1nBd0yXEL+LFgRmloDzNXWBpNCpLXz\n4qksVqCwhx5MJkEw41hw4mdGowZCxufr/sRuzMz4fC5GiLsKQFP3yC6k5QUp\najqytUkOI1coQQaIMGsQLQQyV+MrRzyNc0MyAYUukegoW0rhaQzwXJTCsuNd\nwEChcbei3GkxPrrZQm2gbjWDCf058OIzMZnaLvZy58Jt0V8yPq8vDgxhGFjM\nZrx0n69vNFMPoYtjNMxAAwFcaZz1Z8cwJWKgm2wUU1Cz5EG3EjxtL6CcuBnF\nI7JHCgmAZujtSpOkANPCrFkKQLYhwmwMpPV1yssCVxjL/6toRLNVjenFiUeG\nVAMbnUQ011BtFckas8E3mSIpp/wLaHwFfas4YkeeNK3Vt51ZS3F0YX4oh478\n96V93m1XHoFVqn5kQNEHOPTVnk4hQChvv4GVNLtBLKMHHEZvuSsj8tmtz+uw\n/l4rR0Ku019n8MpO7SQl0JST5YdfxvJZ9dIgKTDtzlchAxcLHVoyiMO6KJoo\nH50yFz4H+OEoe23J/TFysYnHRkI9Nk55ferVHrLVpPqoge/mVWcN8SjSppI9\ny/pd\r\n=8tYS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3tpEWy+MOK1ZJHCxU8ePWZq7L3YgThB4/ETKhvCfK+AIhALtBJFT/QR7FLZe12zhhSOHjcM5QO6nCS6Nx2CS7GuLv"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.21_1564234345436_0.3625711946945105"},"_hasShrinkwrap":false},"2.0.20":{"name":"has-symbol-support-x","version":"2.0.20","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.21","is-symbol":"^1.0.2"},"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":"89eb6d14ce29b89ccb87f62ea211cf0efd421dbc","_id":"has-symbol-support-x@2.0.20","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-j++jUapuBBOLK99eQxUYUV5C+7F1kMXHjr9E4uMMPHgDybi2eOHqiN/wpZLRLnxn/iSoUr/Hxq1bOlM54ps7NA==","shasum":"67f687ea85523930fe363a4dc6a2e351592fc72d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.20.tgz","fileCount":10,"unpackedSize":47463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO5rICRA9TVsSAnZWagAAM4kP/iot/DVO5Ng54FyQIF4f\n6k2RYTtO+zkjHiUzau7bpRdSw9173YKTgMDlx02GiDlAhJrl6mDE1jqBdBBT\nj25dgHYCp1edEkQ2Z5lHJxtnjXi7cBVd4YXDgQ2ehkDYjlzB35s9PR8BuHLn\nhZuY0ulg4TCmDPR5nAs+bJh1oWlHFKbKMDeBB491U/ZFqTGxMJwhUIwRE7VI\n0z7l6mldYTNhe65tuNxSJ6fKpvpU+zIJ4Wv+t/JOc7Ib5hAVnT2c6jG4Twji\n4rU15c2mADQfC/CvgZvXlwC9b6yNDz+YDkJTYPoTdMmhp09TEUc9D5mq4IYD\nx9BQjuE9zXQPKEjD4U16XsQ5koKEgFzsnIbRGh3jPkiCJR7GtJZNvEctEf5m\nuXhnmaH29DahmnpYS8MHfIOXiudEefZOf4DDSw7FqzwrY58S51ZAws+Bno+M\nJ9xuxM+bJBtzuHTVrBtu8Px3HNe0IW/EDySkjAz6INYRg12hQDsZAiz2nebv\nFjyjEQiXCIY6WcYpwXgVUiUja3ZxcKWkFnYCv9joJxIhJN0+xeXckb06nTly\n+LacC9fk/FrQ32FxKwnCBEpmBS4MG4/TwS6MVrhtbmrIZaMcbMj70OFDjaQi\n9FOfAfFjwZGuYTp2nZkJoPFCSTZ7+CT53k4NMWkMyL0qgCw8Q/bQhcMs8j+y\nq3AQ\r\n=+zYA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBedLujNA4OdJAra2FodMeTkfDNdVj+HGIDbLcI22DgkAiBLzKiw+TV9oEIgAQnJRLDkkLfXPTRZPEhXktQSYvgqdQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.20_1564187336260_0.8018543656473927"},"_hasShrinkwrap":false},"2.0.22":{"name":"has-symbol-support-x","version":"2.0.22","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.23","is-symbol":"^1.0.2"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.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":"b7abed34f4212457567d97e22449c68faf59b473","_id":"has-symbol-support-x@2.0.22","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-ni7MCag5EeytTi1ngVrCSmr7nUeJyAUbxZrNKI3uMQ8xuj0iL/DTIKBGU89PUYi3y70+ljvxpo1m2Hy2THxPcw==","shasum":"7dbc58d5851957e87457935f6fc5e686f26a8f63","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.22.tgz","fileCount":11,"unpackedSize":47201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQg9bCRA9TVsSAnZWagAAyB8P/A1F/IMEMclRiuc/7P7I\npAkIFvp1Dy22boDOGtdYsDry2EP+26Yu04GpZ1H1lIPkSMFmWF/4BdfX7rLN\nKndi26Gau6JnZSkEQ8LCPMkiokx/Idp1QHMXtLlxyDDUznReS64gwri6xuzp\n01n//m0OcWWP74UQHRFVhF5+VVLwgmlXe0fwTowhwVgjYh9TsfNbobRNrKdU\nOT/nIFdY6F4uQKI2y0NZpu9MOH+r/E6W5UhSQLg/NM086HNPGIzSWbuauQmG\nVwz+epKKlwbxYZxMKRVpPVuPn0aaEh7zss2Sg6n0eqcFgg1dwJ3U0kt/Ndi/\n7NGNsz4fprmC9sWr0BOryUOgO48Mptq4nnxFFsz1UGpBQJkMTB3pF5Hsne8U\n9vh7VBJrl+Q1YrbWuo4q017nlRpFiQxlTP3/37PGbFGnLuLFhWirGAEWCU1G\nZWVUUDDWLvohT7Qq9xwQrTxLJd1Yus1fU7sBYVaULjLNpCqQ9wBHvLUKy3cD\nXYeMp2wQiNIlVqM3rLlVZondwWUvVjgeH7rzMZNlkeACd1veP4pKv1Hu/Yrr\nDXIHq2O0H34MGN3t3Dxk3UvMLkERwEtBbpFyRHbl5XFB2OcXVR2YaKBMAQtw\n47wO+7XER+9lNBxuuHFoLos2OnwE/kDtDzTOaxvD5oolxy9VYrReZ0VwibdU\nUiIN\r\n=85FT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDV/DPPYSWnV8p+rDhUxkyhjgivtCDWzUSbRfCz3G1lcgIgBsBzyzD5UzHq1OpgcxFZvi3u1tjXg4WfDzDc32Crjx4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.22_1564610395292_0.9583409164791583"},"_hasShrinkwrap":false},"2.0.18":{"name":"has-symbol-support-x","version":"2.0.18","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.19","is-symbol":"^1.0.2"},"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":"f309fbba5851e3cf4ec5ad02f598bc6393551b1f","_id":"has-symbol-support-x@2.0.18","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-9ohX/2zArBXpcTXnOvDtBdqJCL04ktCEYV+K7mdgKD4KZVlJl2rToQGno0pgwExmkUHf7vGDbHcCsyQH6BWaQw==","shasum":"5247da2b7f527b4badb96bab327e0c7ae61f3934","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.18.tgz","fileCount":10,"unpackedSize":47204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOiHuCRA9TVsSAnZWagAA0D8P/1YKUQwjl9UKFKPz9bOt\n1N5ZrzEtenQmNjKjvKhGjZSE/csJeOyZwNY2McPdA1JN7BGVqrB4KXN4byqM\n3c71njGq62xGj0vRXQZAi8Wsf4MyEgJNhMhwY+TYeKvGfbOmtCZJp937ana8\nSKU9KeEe+Cupho497OvkyIAmgTl4nPDo48q4eQvRlftPqOWwoCMv7R+cJan3\ng1Z8UIOScq5jZ6fL+Y/HOTeLbGIKLWP1pMI5BIg7RG5MhfuJ+r4D/176hjvQ\nSXZ2ykYxLGnyo4ZJuLCfuJ0tF4Y1VZn2eXHbeq0ZlY6M25Qa2UXcF4kXZqM4\nl3WAy1ii6on96+HlXMmPlaN45ylCn/ZscjPvtm+uVFRJAhwK+XNZ1fisSLSO\nV8FsxopwbV5IN6vfLG4ZHD3RoU6GS3uNemPRrNVife46gk0sIEjoajowax4Z\ndKyex23ZoVTuD8gp2cW3+GSZc5Vy4TCwBJTcyrWXJT5LJYCvzyjTbiIPTm1r\no5cTF9jyihR81meeTGdC6bJap9P09EmZCfZkf9x8avhmBQcqX2ejYmIUHY/r\nj+kKQxMUAroaZdEkdcXSWi5+YsDudwPOyzzcsNdELa+S+P3E5mnbghxJiI57\ntrp/RE44MLcg6fOs4Y7XG0TF0DRHVo/JR145LqbzUOmQfKJrFNhFJLg+iPfN\nIpDI\r\n=SOzD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhxGEVuyRELjE/svGVeFO+2l+2CIv9LKgZgIQCcdBFzwIhAMs6PHtbe2COWgG+muzQ7aJnNgl69fYhxfIwJqXlu6fw"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.18_1564090861086_0.2706476911860307"},"_hasShrinkwrap":false},"2.0.17":{"name":"has-symbol-support-x","version":"2.0.17","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.18","is-symbol":"^1.0.2"},"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":"d2aacd1f194f1672ba5d39a5e02f6eba39bda4f4","_id":"has-symbol-support-x@2.0.17","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-tQxrIEDvVOT1UtWd2GPJ+UHPGdqn/obkI+2J9JaSgsex8V/brEaxdQtggfS545pNWpvPoc+W385c63H2mIc51w==","shasum":"23504e03e4fbd5cd8ad0a3445a2de6ec4e213da8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.17.tgz","fileCount":10,"unpackedSize":47204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOIJxCRA9TVsSAnZWagAAzAsP/j7vfQXLGixtwHzAC4Dm\nJHElUCH55X2ffOL3inwCB+4Pi3yDkpzlRufU1p+6wqcblRQ3Oquy1Af+/1Jj\ncijI8CNIvcJCl/p4ij0P/Cu7bEw1y8BBlr316e94wF0kBVg4yJOExrzihEuY\nFpqaTHOSVnYByXgardQoiSjUGVTi1sa0hdx6g+jz5wM2RUjtSa7+aSJ+YhOQ\neXDqi+XbxY/G+OxQqo70/0rlNsBxbwDEOnmT75n/7l1Y7hPfOB3XzElInM04\nHUMdi0ND4oNMfiuXWPxiWxHCOQlD5EzToqFkhrQxavfdU7TSfuW6HeckSsvI\nqs+q4+SXtiIGsglaqBedNdGqbT9Gk+ScTb7/idIRmIBekYVzYVPYXP+zJsbK\nzcow5mGaOT50WIw4asoFNhQvxlJIMKT0s8jIhoCOFFL81oyOEA6LRbivlh2J\nObOMbBsfvwAsNdJrCHgv0k88u9q7C+or7BOsc9a71OcbhaY6cOeh38sacjad\ndzDTPz6qX6OmvmusQyKkp/fT+6jfoYNIxm9s62bp4Lu8bPa/aRkYWWDLbpKF\nDi36POyIGrD0wzTlT/zhrt6LMa0ZFwr4FunNIYKF7wJRxEs+xNdcxdzXBy1s\n6QDM+noiaAPl1Qz+qrPz44ofB3LMW5fZIm2OKWTz/H7sS9FmX/4LxkfwIm+r\n5Um7\r\n=52Sg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRTlBnzW62Jcc5MKE3fQtnjEjiZxyIb3zvSrGZKJX2kgIhAIs7f2YfI8Ry/bfOrKV+VWvhR65KWYN4T+bC391fscAC"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.17_1563984496802_0.267874446993696"},"_hasShrinkwrap":false},"2.0.19":{"name":"has-symbol-support-x","version":"2.0.19","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.20","is-symbol":"^1.0.2"},"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":"ca160ff4dd7163780143bab1e41cc52da1f4f47f","_id":"has-symbol-support-x@2.0.19","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-VLFHwxJo6vOWJUpwiJZct7erIEFAEzFeTpnU4t4emMK/qOPFv9q6E37INuWL+Oj6cEGKGsLGxmWMpGjghnuy1A==","shasum":"4fb85b0766529215069504515588b643843406dc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.19.tgz","fileCount":10,"unpackedSize":47457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOvbPCRA9TVsSAnZWagAATUgQAIxadFeNQUCBCpUVogAD\nyflGwVNXPvcMrKr5vU+O2o/wu82ak00vyOGskiZxus+d3K4OkH/65MX3ZOvd\nvSiqm0a65NCW7tIX8SSw2dImYMvluZgRAMEil+dPYbVP5lajH9aS1g2ewimd\nhpPF7wY/p+5p2K3ioDWgeujdBJo/m/U4vpfQpNgYKAHv6bngHSCCtKHoE4n0\n4qwdI/Dv2AcqBkTJUHOswy6Vrqzi5Y4nKCitY8k6y1U5CjKF49vEqzWlokkG\nhkZsvs7IfA+Cisjl0r1JIl9D+ZEVXK2aSiGWbXmyRj7t1ZHSQ7+MXTmqG+RI\nRT+uuPAcdzjJEc/hfvCbnKc2eYFE338j4DBS8VKnE9z1Gquf7s6UZEE23Tjl\nUNLE9bj8+DOJ3OA401Ggfr9fU2zcT3cYjUfuU2H5LX6kZb8iUG2JchPa89ca\nu/mMw2ejDzkY4+eNvTXHCpKwr+eoMGr99EhswAeOeqP3FUhkf4QS41OvCRCt\n7KDjxPP65bDztoNXPvnicj+rCEQOibB/uPcmBngBwG0ppehzoLfscU30k+ZB\nFFURSLfEHV4qxsXJvvaHdvlTYaFKtaNV2RAY/jn7TZZYMoYaBfXf15gHrmXk\nRp6VYY7sGXbAeWM9B/6ziqKHCauQddBxfk64RxNxCJdjhWonvGDqW0kplkv0\nHB/A\r\n=8i5j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSRd7EV16JCbAhCBruRtiMxCMc7BNwPeADcquKQjq2oAiAeohJP0AbZkOWYNIXKzr0lATPVUqdWf2gKr499UxZVGA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.19_1564145358619_0.49476304874420207"},"_hasShrinkwrap":false},"2.0.0":{"name":"has-symbol-support-x","version":"2.0.0","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"browser":"dist/has-symbol-support-x.min.js","module":"src/has-symbol-support-x.js","main":"dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-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":"2ecb6a164056fa4a0b1b37119775638abb88abd9","_id":"has-symbol-support-x@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-bgr+z4d3xUNeSAsfTE+t1ZtBRzyzTzgZsNBqIjBTG5nMQr5tiY0czmK1I31Ab6EHweRlbMdGfi9zlRER61JvuA==","shasum":"b6c5ecd7efdc6be02d5b3b6c7b452316113a3bd0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.0.tgz","fileCount":8,"unpackedSize":24849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJiWgCRA9TVsSAnZWagAAoHUP/iy2yTE2PAD8HTv6ESvT\n9FYIVK5kUDoc/GS6cUHU01G3t6TELY16RzBV7FTaJUnzLrCozsyQ6wBPlETo\n61x6fWLWV/XASeOI7p20bcnV5RzAnM1P+Jucv0uKaNd2fKloTxty3RwI+bP1\nx3CvZNDtGgZLwboiou0CVXzosGi+Q4CNywU7HDho7TRlyqK/YCN8YvlIhzzm\nQybrUQRBJ3yawrAiyXe0f29sS6L89YnInoji8oDP53h2BTJQ6V6ADmxWw+Ho\n6X4eBhbE3T88fj8pL1x6iwW2XMjWm7Zw5C8jKxM+UFx55cRa/x//YKbucvrh\nvd9rMLQL3/n8YginwBgPwvhoh8fF0brooxo6z6Z0RxpF9YDHTirIGLKKoJxk\nVfi+ZZa5C+Zl9EkyXmfE1uO/S33mpi+DcBw5P3e1cjlMQQEtXKLovWQ81IDh\nI55GnH6/IQV2eMjWowqEyFUBlz1tnQX8WhnCYQbPy2jvhzsaI+smzIILLLHH\nIKEafNNirrkEYjaUNeTK41rhAI2E9EE8/gtDU+s5sUpzuEahLsOMxd8VdrpL\nGDCBvKhCNSGiqavbYYqXBEkAch1BZS1/WttYO5NnkAapzpJA2lMnWz5aFXvX\nxQHQwaWsAzcu0FDwQNiseiDl/+xGp6Vbr53sutdKIJWe9NN3+iq0aaTMXYKw\nAbDf\r\n=NGRo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsjwYu34sx21Q7B8u55JJYondGOjzVrPLpttEJadPFZAiAuY0tlwuHxTtsnYivnSKKzGu7U5pppQsoRMU2545q6lg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.0_1562781087558_0.10804731776796461"},"_hasShrinkwrap":false},"2.0.1":{"name":"has-symbol-support-x","version":"2.0.1","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.1","is-symbol":"^1.0.2"},"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":"423c868c75fd7430819957c822dc907448a89dfc","_id":"has-symbol-support-x@2.0.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-0odHE1wG0d6FV9Y8k1EkIpIh/sMNoz0bQ6FAafEuEuBMBAkb3bTkJwgEWd8O5N3coXdL/2BCCv1a8j6F9BZN+Q==","shasum":"3709e2b4165e64de8c9430fd7ee20ef79f70223d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.1.tgz","fileCount":10,"unpackedSize":46717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKIzfCRA9TVsSAnZWagAARqEQAKQ8cYlSYeBGZ+nm8+4h\nVcfijUgN2VEDXNisIFuJVm/y0vX82Ar5/Wn/Ar+griU5/0qHI4wxckpPnsGG\nZcyxBYVhvDNDgpex8FwWstrOBEkQ958ioi5CPTA3tG5TSIYpLCpqIwg5pWUG\nECILZrWiJmNNVIjKiO7ORANJSHKmoIzS+r7K6svk4JfN76BRTwd1qOWqBwpm\nKxmOiyAbW8YHIl89vPVWiNb6+DyHYT/wj9MoFvvSiGMC1oE+yUZZOBA+GDHD\nOhhnb1xi/MZASPPZRWiS+W5K1Q3hZ1zA5QvC8dl1d0NXpOYcTuX5qgD/4SzS\nrjB0N3ZfxTKhzxfpd5tHC1iQ+ZzPOqdF3VT3R5dtqT//Ad0DjXDvXshvi0CE\nEKy7spDVT6AShrVBDWyzp9qtue/f8FhFb8rzqx1gAfNOS/8EYHcAwMkKZQ5t\nLtGqTvTErIh5JcfhNcVejl4UjjrcPxz4zmFyukxqNmDwhP3Frvv2kPhk2Nzy\nKQRKB5XVH1Q7gvWSnrYA4BOAbFERz59WGfW/TBOxHAI37SllT9vDYj5bz7A5\nfSaNsaEBU+1F3j+bj3wkcfPYswiu4xJfFEFcw1Y6+byht7PuPhCJhCBJzn0x\n2CCQejUgTk35w9ijKlMRTxgmjKIHvLoGIkC+Kgi0A7UGjkntQtYjjaKbbVix\nBL+L\r\n=M63U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICknYOT0cg0UXigwJiRDPrKRfpCWcOWCbXq7YK5F4BCQAiEAnNuqwY7YK+kYLYF9H1RiyLE//EgCZ2FcxaYbqdFqzV8="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.1_1562938591149_0.6768230790212242"},"_hasShrinkwrap":false},"2.1.0":{"name":"has-symbol-support-x","version":"2.1.0","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.1.0","is-symbol":"^1.0.2"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.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":"aee9ccfa635ae9c595cb0f2b0b97058a9972aee9","_id":"has-symbol-support-x@2.1.0","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-W+CLT3KPPgWfBPIFovyONfzafrGtl9mwsrxVgit7M8uKASIzJFyU0T+6xRwlTz+me6xHstRWaHZa7HWoAnghBw==","shasum":"98ec6f8cfc0d3239a1f4973d2fa5f34ac09f0379","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.1.0.tgz","fileCount":11,"unpackedSize":50803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVB1eCRA9TVsSAnZWagAAyw8P/iXjaa+8UGv/hiIgs19G\nZnyBbLnAvSbbuMI6aUnfm1B50j5a9aF5ya61Ltqc3Z95QNp2/YZQmEhsiCfR\nwQWAtA7ZPhvd4gMDNcd7VyKBGc1f0VOb/Rx6+SqSQknbDTJBwDwvV5WW+UJK\nicT0O+Dqe0hBo6WpBdBYu1gorj8ph8gMdaeW3ASx+8t/DMAVrASbWTcXYic4\nMPWmWuzXo+XJgW+msSmxypi3EyxCp7dgu3vjXsP2qAJIcW8TuGBrJUEyWxex\nCsb+wcCdeRpBDOlUfSqKuL1jPdhVuZSqhk5AtEimkUe5GHQM3WveOJrApK2h\nj/wTx5Ce021ZPkf+o7nKMNmJhT9Tq04w6DDvr6k8SPtglveF7ttkDqH6Iw6d\ngBVVKinKktakMBZrLpqMNRxZivceeZ43+1vHvWtzQRaibhJscxUn0p97WCn0\nc+7mC2U+TTDWhn8QPqcjDUJllzfhBbFibgLnnpkvIOZRiANGj0VjfKYMXWag\nAcoaYA04a96Ecu9IZPLwLUWh0Id6KXf1MgkSy3rHxpgCyIE6z4O9uk0MV2kO\nuusLeeK9Up0ufpRnCvJVJjgDnIxyJM5k67CZ+f2nC5FPIhCP2y9ZezPFZ+ZV\nKfIwsi4l+bIj3NXBs85QU4oK/mjc2yb7uEAVw/gehjICEC/EtKYPm+b4AjYK\nnAnf\r\n=ikoG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGztc37ZLpp7ccnmPUWJyjo9Pg6yTgXW7ngUivRokjOAIgS7UPcajvjMIVutWhGAeo3Tww+mqv9B1rZ0ZEhsipCH0="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.1.0_1565793629506_0.8355640697420794"},"_hasShrinkwrap":false},"2.0.8":{"name":"has-symbol-support-x","version":"2.0.8","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.8","is-symbol":"^1.0.2"},"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":"c45a4ac70e0a02adbf00dd2eca3dca8218dafae2","_id":"has-symbol-support-x@2.0.8","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-WZTqNsvkucvCS2EGaJsM3jZv917edDGCxyuQid6umr3biuxam5z8tCmJXwsiF0XIsxbq4tXR5aFmI616ADcL8Q==","shasum":"9e887f5dd5a85afb455e23125c8c9380962d24cd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.8.tgz","fileCount":10,"unpackedSize":46904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL2gXCRA9TVsSAnZWagAA470P/1nPRvs8w555A5z8/Ntu\nBLDYtXK+391YuKikuxNWT9ATTrMuqPQTQttoupv5Cp9HXvpWtFLSitDW0vPB\nBVUc5qTtPMDFP7YIUrnlf13sOlszyxPLERZDqlkDZmbEW2lwuRXRLnkS2N+7\nLhz6fKZw4w6x4i3w+/jTAiaIChjTsf9421wT/Fy7FO23GZlo2MItJgFWvXEV\nydUkyUykgyueZu1PfJGzTqLMu2cDGvxwyT2QroHdoGelYpM6xHL2nT0/Ehjg\nqSopFlO3GtswPUMq5z/h0z9PlTNsTI+YLpFrgonbDMNDzO8jaYZPBZtlO//l\nPK/1ezZitA5Urjn1EYtc7mSHSRDHgos4IOypyuoqNVNy+glmJ0dN1E+OcRbp\nycV17Dbao5yyUM7RaQd1wUlBKhC/MF5jeNB5md7uThsGNMN6OCiDpG8sHEYU\nvfp/vhTULEfFrvJ5jgvnfqXho/Di5J7JoUwrWff8vk9oczGiXZLbxrNh44e2\nI70BH/xsw4nWuKJBqZv8+7VyOP2Z06u2rtBEOgeCz0MQFYWLfUBXdqv5HtB6\nxWVs+hz3+/NJexb/WvmwtC4N3as3BK1nJjAOycJgRJmYIJ/0/YDQQmSkeCIt\nX/5vNk8uMlAkGSgrl43deo9JqOFj/xEbjtuEnEgHNmNbmu/j7+u5oB0Ijse2\ncE7p\r\n=SqVO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIkjOpcHACVLJLZmH2GF/Zx2vhZN3aW32GxocNnjFqagIhAPG7aSGjE5Ve2sQA+SaZ8amWom+ryt3fFYamKNKHM8KJ"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.8_1563387926339_0.3178039987524137"},"_hasShrinkwrap":false},"2.0.10":{"name":"has-symbol-support-x","version":"2.0.10","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.10","is-symbol":"^1.0.2"},"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":"0250ff9e75687de28c02872a49a16445d7e90d76","_id":"has-symbol-support-x@2.0.10","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-B3YvfMR9iNE/EpEhBeMcLaOmO0OzP34g2MRPLQKeDjVhpppeXj9a/ysO95JBIdjQOVyhbd0zyq7F1xf9yYACCw==","shasum":"5b7d34262f71428bbe1b7c972919dc6ebca1888e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.10.tgz","fileCount":10,"unpackedSize":46908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMJlWCRA9TVsSAnZWagAAIA4P/Akp5SInPDSbNWFpOD09\n3Ujxinmhmsr9/pvqygDOtud/5kCwOzApw0ZEn4hivo4le/0ef9MqQ1YDeIjG\n2kmxIOCszaNw1E2zhumewnE6u868pGLbmBT0lZvnoQywxuUa7QXkUaAgZUUF\nZSONTUAtGXIz8A+8c4ofxDU96ZTrW2+BwgFULSAqfDOEkfXi5PnDq/W2V790\nmEkpQgq3NZsLE+iqAV3qyUCxUGRYK7N406rSQp8GBkIa6Nw+Q+y3e6/sswf2\n4jHwcYjGXY/nHoWGISq0+3kUQ84uIybRxFwBCMu+EuUFg5t7DhCCIfce5yx2\nOJb8uYlRy4RZBsCMww91KR0d17H4HF4lGlF5A0davVM379Jmc7s5NOer99gc\nYpPg5670I6OWN44fTQFGJTRYr3J7q4JJrROX0V6duc1KtKaTY11y2RDn0Ojz\nCVQK1unM1pqjOJwNBmE4BZXHG6A7ND/0VbvzAmm0NDoY8lxvl7tTpvX+zi5F\nYCLnQ3z0zyIs40UBMUtMqYH6ChA84HL93ei9Hq8mKKXBh1OCoZWVVT+Er9nS\njidfR3oD1e7GJHP2eJxavMiiRAYY+gOMV4935ymMEabNXHSeUvgVS3oTRn8V\n1U6CrZSikPs6ka399X/IrmBOoD3V+glJAKEUudmWRMxFfid4zjipsbJSfvQY\n85QV\r\n=w3x5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICT4L23gh4UNW4nJjxIrkcpZdfjLaZTm3DrDV4Ei1rRjAiAWCK3/TElS0kZd3JgLl0R64TaVh5hxW5nYtodQA1xNHQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.10_1563466069422_0.022122887159093274"},"_hasShrinkwrap":false},"2.0.9":{"name":"has-symbol-support-x","version":"2.0.9","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.9","is-symbol":"^1.0.2"},"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":"f6eb0bf434703b088c6a9f923ccd927ed92aa44e","_id":"has-symbol-support-x@2.0.9","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-z78rhVNIBGg845Q4GTX/s3Qwqa5TkS4/KYD9hP0yat5Cu9BihM2guVoLXus5o+GRE3hiVQMyEmfX+SIct/vpGQ==","shasum":"051a1e0ae9b551d14b719ba0b5503da1f443ee0b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.9.tgz","fileCount":10,"unpackedSize":46904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL6+vCRA9TVsSAnZWagAAUIsP+wa7Hdqz+jliuOmVgaLF\nP5VixsbrLf5Jse7Cp4em2N4fmbhxE7nrjHvk/YCq5paMgxqIhbRN7wKtUYT5\nvDHabqoH2zJA2ueL2k50ob+8WXGX5dR2s3esdBxcZVuR6mvq0SSMApjIoU+h\n1NaJS0+HLNcOpR9CraMKh4IMwQvO9la71hdsi1/jx3ndeHmbkJKhfOn2bSyh\nYpHOdVIbAKe4PSDm89f/ly4obcE8BHy7E9o0JCy/AkNmvTkLVxq7e27oWl6v\n7whgk4wMwYD/kVHQixoUgB2PkaIaWMmhASXhg02dIAHpXpwAtNeVlsfIIPaX\nANFfRE0M2Ahp+It1K/2ZVxhLMd0e44IGa8i5XqGIWgZPuSd0xNQqhNjwyCMs\n3i2/2lc6ydStElbmV3MJGTlfE6foZWMf2oSo3TPmqPeUYJySvmnYulH8KaVl\ndNY/F1psCgxETvGLKSBHBtwoTlUmFDSkY07VaU+7toN+CEK4NoyB4K+5Z7uX\nhc4MEB4TzoV98nbEglGfegxXn4lfwMoX/LYy/4IhbLYSLWDEdY5YHfw/dzdr\nslFXD5SkHqP1nY0rfSbjc05VL+sfvP5Hy4ujWnq00rtneQojHRODPBduXwKi\ndY4SV8Gt1H4J35oHyw70e8w6aFw62xgwwU3/m3gos7a02qUxsKQNqx+/y49A\nEm1n\r\n=Ipyu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA+ZU08OT6vcMoUR3tw/GT+T/7DMZBXdPTPOiLULh8slAiEAwyB+M5VXdAG4UXBtKMBvQprjx/elfYZ1C/D00vTllc4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.9_1563406254495_0.4502501166313171"},"_hasShrinkwrap":false},"2.0.6":{"name":"has-symbol-support-x","version":"2.0.6","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.6","is-symbol":"^1.0.2"},"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":"96d29bf3b72074587f7e794f13b7e9be57b3747f","_id":"has-symbol-support-x@2.0.6","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-HDjhblJzwXhpg+91+fuvmmzdokDZtk2/fhr7maNBGEL5m+zKFveplKwU03lm7Ljt9Ma7kK6sUf/3CyuyrxoMMg==","shasum":"7b71f757f209e151dfe39166726cc1cf9039b96c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.6.tgz","fileCount":10,"unpackedSize":46708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLjzjCRA9TVsSAnZWagAAPQ4P/jM4Xn4jhnHc93EexAU+\nupAO5QV0rEy4Mg8poKaQhui+h/n/KMyhRnJHrKcmsqI4piMc2I4PGbnNB2uG\nKUZHltbc0v57/LTvlvuhRhcdf8LxYJfSNpF3KUXlR0oMFHdYE0JvWQBgMbe2\nphvfRF6nuN7fGqXy8jeTh7hGtUny5XxVPc/Lnbr1ibDTIBs9McRHGgq5JAaA\nOsRn8CYrLxGJbq7pLIpIkNhKViD34VlQ4K2u7+ncW7NJX6buX1jYCZUJ6Jah\ngajAWT36h0NCpAldtSrYvjqlpzYeWlYGwIj0xJc6kTuRH+j2u1F9VVzHeCnj\nrC7z+amI08r4eLoASO3OwdNTL2Ni/qufvo/bz40dLui4AQiFxzQThMX2s9wd\nxarS9NJ4B7U6cAr2VNhpHnH7zaRxvO+Tcw8eCnxWr97e1FHfxyTHUzaket+V\nx3JPvvI8n9+kQH5aPDKc1aUH0um8VsH3SeUWIva0zl/CUVnh++BH+NLSyotN\nhf5w+fLmQK9KE92PvV43eT7jKDZPnO8pAyPYxSKC0+VkpjAQ8UACEtZIgYce\npxd8GDxKmUVZjTuTy7dUwLa9vE7K5UCYIaVUNgTzt5oMG3V0kjCpmtCB48u+\nw/8sIxxSnrcHvtcFkPDZ7Di+rsiN6b1tAsFzcscQq048e4/rkBWahafyl4gH\n7eql\r\n=0Tit\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcV5vrdLXdCwkDhvNRSq4a4fySk2KA3f7Y8g7NiZDNAAIhAPo8l1I/609JMvhQNGjdR8eKmx+tN5qYPKWjyVMzkKBF"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.6_1563311330390_0.9028883336976847"},"_hasShrinkwrap":false},"2.0.12":{"name":"has-symbol-support-x","version":"2.0.12","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.12","is-symbol":"^1.0.2"},"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":"56d9ccc5f8535c06d2e0efd4a8f894f8d15e17ee","_id":"has-symbol-support-x@2.0.12","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-posGpVFZVwEGOG3YhL9ueoTBr0wWYFhW/li3oHYXuf1Ku/UsMdwkLXepNipKzXjSaA3yvfaQ6+eiXEdTnB9nyQ==","shasum":"8088bb1a4f98a91cd2abed21332ae93788876131","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.12.tgz","fileCount":10,"unpackedSize":46908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMjf5CRA9TVsSAnZWagAAG+AP+wUEq5tXFa5uJx8lbdgN\nXkJzT8nYR2Qh6p40nFm9ihXUvhVeEPbh/644/3/3Jy9xcuJ4OpAbde5BHbHv\nSCN0faRO42SpedPBUQOwCrLSO86XmcVDFfV0ZTJv9WlDtcKPQw2b7rBUer/E\n6KaxjQzMi3iO/1Uyz7q7O4yvJcdNjZv02av4xHtUcA5Mbnpw3NKKdzEPplMe\nODm2UeYK8X5cGWtwBr/cT6EjwLG9JLWnXX0D7UhC7etwOKAMEhfuLXuHXU2Y\nt5DXNO8Lxu17xfg3lk4FViVvH+QciKQS1u+4GKx6Bslog9x6TW5USSvN64bk\nD80p5ajfkPV0JgtTfdsvmoGX+ysq+9LhDj+VhBu7+usspydIXdR3M0AJUbMd\nd223p+x3Ihw08bvUiqRTxEfPayr5QZTwpBe0cd8zMvs/9HyG9fm2/En+e762\nlXSriCL+h9/LEPclG6GxpxjPDp9I7iOY0bpa8ER5K5BuALkm/P1NYFMpljln\n6SPderXf8iYqup1k0HImQhpgHcu1kGvJI6YtcBOi8ycnXTeuE/CKjT8Fg808\nU45YTSyubUnWNOuTwj9WS7OlzPHSZCLFZuT4hsOEZe8HvmqLHPKnJk4RuBi4\n6XHySaUCyG6EZ6jVVms7EdESRN+0txixV73N/XKC5w9hAIPhGKThV1qH7/QJ\nLe3b\r\n=EeqP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3Flvb17MN8uKDpBUrssF9122XjwYWmXbAUym8YxHw0wIhAOWlN2EEBVmhs6F+aAkAVRL66g6dUn+m8i0xb76WkfE9"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.12_1563572216890_0.6522490088420843"},"_hasShrinkwrap":false},"2.0.7":{"name":"has-symbol-support-x","version":"2.0.7","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.7","is-symbol":"^1.0.2"},"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":"271b1029124320ee1c7dff731f3fce77a6382a92","_id":"has-symbol-support-x@2.0.7","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-9vvFuTDOE2gd4FicYTcB0cVX1vBD+uPctRliAE8y8PHO4c6OGjgdi79ixVIa06avee+zUzNpxSffCD0McaBWQA==","shasum":"8aa6ccb572b3c88e54be08a05dfeeb1ddb5cdc6e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.7.tgz","fileCount":10,"unpackedSize":46903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLz0VCRA9TVsSAnZWagAACd0P/jU/5Q9O87m/tlcuckrw\ntYzjZwzF4NTGVxCRlT7FWcupaiumFOW8RDDxMKyrnLbSY5gQzv4Zd274tzmN\npVqg9LnoS8s19lII9Q56G+relWEgvRjuogXKUO7lnvEY1LWE6hELitUxrrHC\nbFvB8wuuagf+09VaupfMAEUpNQM2ckgih5tmIIBgD1gYTk4tlgM8Q9Seun4m\nxs2V8Sc6ihY603ZXdWk2CKXFbr+MxWqP66BrfXbf3ghkMXl1xV9WJ8/VSTgG\nRpVOjhJ0krtqW8gy1jsYmmzJ9Dzw9dI6sqhB6SwvtMoXp80nMs0x6bcxx8ok\n1MpTkVCNNX+7T5FhvghIXgg8CHlbs27kOuPH2l3D4ET7z93KVd1VvB9Fs3+T\nm5Hfun/iVbgd004DFHpm/LVtlaS0GFKiH8HWqGph3Y++3ZaqFuO4CLoPlt66\nYs7kdIvM+erA5P402Jwnalk27Bz+qgt6N4hLcUnZLO/mFcSUoJpxPexPCHe9\nIP96qj0oCghTNcouxoAlJkmaGY9IN9CVDCOXuytlchoJ6rgfjp8a5P3am2yH\n0DM5D6qb8ja44KqpflpeEJRjdE5GkBJKK1vsLZGmGl4qfMm8W/x5zAY2MJvs\n9+jDwkTDZs8hh2tVB8Otn07ulxPSacgdU/48TIXnEfhzR9Nv3VVkCT2Og2Md\nYyMJ\r\n=GeWN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBkRl8ixWaDrg9kdtcE7egEaiOs3kXIR38jzYB8YlFuZAiAZ1Ks1F1hF9pPxRmXDkP4nL8/dniT0NQ+kvSDfnRzuNw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.7_1563376917262_0.7564570202101359"},"_hasShrinkwrap":false},"2.0.11":{"name":"has-symbol-support-x","version":"2.0.11","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.11","is-symbol":"^1.0.2"},"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":"13343c1ef730bf263c8d3eaa3fbe012a178a16df","_id":"has-symbol-support-x@2.0.11","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-4V3v8b6aPsTwAKMc3lfpVGMw4a2B1fm8dZQDNN4ClLjFr5m6ZRSyHZD9re7fmIfieHXhUNgCwpsd5qvDkv2p0A==","shasum":"edd9a2ae7b7f1ef6e3b1bc9ffb65073eb86e3bfe","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.11.tgz","fileCount":10,"unpackedSize":46908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMLo+CRA9TVsSAnZWagAAsIAQAJnFp41BXqfjgR5zaqo/\na2JuUz5FfiploCI3GhRg6YYh+HtOO0yYzvBvZI8nohqqCuuGJKXeedu5Dqli\nLWurINGZ24YWDTuR8dZ5nGxlb87bLAwoWHtKvDX0gFjAqogSB/RJAYT3uyr1\nsmIwRa+MoweAZscDiT0980pJTTJg/Av5+8YsMl6AQaTZGEH7p/CxrLrZvoRK\nhB0nHyJv6HgbeTwtEy3wi1sjSCTWH99tuBIaNXaDicoh5tcLBYbX5lTWGAc2\n/MO7GluaY047V6AI5FtSklMEKKfzcy6uBHgzwKr5JPLCiPXjdvC1ZWO4TO4H\nn+DKkx7xGKK3zXhWn3KC5kHrDosPp/OnCukjivOAPKeGq5Z9XkjiSv+RpNOw\nPmcQHRLomKXgCOGu1HoGlOJeb6fjw/J9VZQJZtcmP9GcXsh+sdrK65PkNLZr\nIYV8WXsaH8Nf1VyQBSO059MuWQfVO22gLdzeJXsEmcz9v6y69+lPgESLu+To\n0NaIriZrMdQE0u5pW75ZbDK50zqgDOfvdA7rgoX/Yr90BI5X7tltth+fFkUd\niTmKrpikPZSU8QAhkpV9QrQ2Jo+eW0vJ4uV+ypE9j/u5LNYI39Yjh8BWveE0\nFJ0RsfG+HI3R6rf58uJZU7nhvwAAqgwYv7436kzxHo+m6N3LU6K49EyjTUOb\n8rRF\r\n=fmMC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGFNUm38HPfA0nLbeqd6lOafin65ISa3jomzk0W7xQvWAiEA/N5UtMdq597hH2NvHXu5txeD4bVjrzWM5K3naQL77j4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.11_1563474494254_0.1113464679348346"},"_hasShrinkwrap":false},"2.0.4":{"name":"has-symbol-support-x","version":"2.0.4","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.4","is-symbol":"^1.0.2"},"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":"1aea08cf34b5eeec091e70bac4ca3500003be870","_id":"has-symbol-support-x@2.0.4","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-KlpW8O76u3jOgQN8DY0dw6Xcnp55Zh+qNz938bSJuq1JvUIGfPob4AaHQTgKUF34EGYMXBCtB0xuUhPOfOh2sA==","shasum":"aafb97e60085e2312c97716bb92f8467f1dc92ad","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.4.tgz","fileCount":10,"unpackedSize":46708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLFioCRA9TVsSAnZWagAAcBAP/3YzkTY1F5aE08Ihcm6h\n2lFcGSrxTDXxCnd8+nIFFz4uXq0aGPzc9ZWu7x56Z8R8e8rPTiUVy1gmoJIy\nWGk7g7jB/EtsDwljmJ813/nVMExjbqH0dEen5GVA9UV72KT9PZ44dywr/wwq\nciiufDMhHrfBfz4zGsQdD7LUk0aMuI20nw1dnYpPLh5ahjfXzhCPn7rZP6J9\nQUbD6c1OUcvdiSUpnlQaezrzM8iER8jR7/lIV9kEO7RpAgqSpv3z3PfyqRZt\nxRWgWr7DJy+s9tYL8V7SWtkpPd/5a+nGh+oFTS0B4Qh/hu5uq8J6Kw+KdnO1\nSmE7VzdHQ3sa45c6nMqfpXQAzasQrENGx2KxBMBxRaUuXW/g+QBMl9XiR74W\ndpy6FQEj504BpErlTeA8R77YXD0ij94FaVxmQHC7NAK5Hof+0uLwd+LP2XPn\nXnBhqMTTzRUp0/Z/qyVAZwiiFWu23XMEg6k40YAprKQ0LrUZl/udY5QxY/Fx\nCQXe6dGBJbTOHp8Jnjn3ZVKkDO9a7H/vWVeW7wKuX56M9u+MzwLypuwxK81G\n64g+hm5g7yF+n1xItn705y3NKuQbrqYlYC9uwUrR1CO8y6Qo9brrWYPMVI3F\nEWwPczIqCf5lo3Q0Sk4uwaN+e5HbOvVP/Pdot2b1tnz5jfxGTsdQgf6ZBfos\nb417\r\n=e8oK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHA95n3PBy2zr2Jk7VPfUMiWJyVPNVbQ+1Ondc40im0XAiEA+IuyAgeuXd5+FOFA2foGq18r1ZmP1p/JJITUUQtYTcY="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.4_1563187368162_0.858567309413127"},"_hasShrinkwrap":false},"2.0.14":{"name":"has-symbol-support-x","version":"2.0.14","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.15","is-symbol":"^1.0.2"},"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":"d9ec5afeccc3e7c4ddea797c9fac59c530fba740","_id":"has-symbol-support-x@2.0.14","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-QLf0dBTZGR8I0R4oemYOY6xVN1aSYMp/KP8BmF8Vc9CEPErOQxq1+LowBrY21bHPtoYQDVpMqTg+DZLQYak0xA==","shasum":"4cbee56f9bae5cba0b1cb3a25399b183e1c1ca43","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.14.tgz","fileCount":10,"unpackedSize":46938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNancCRA9TVsSAnZWagAAQTAP/0tbkOkORDmCYsUKgqqw\nnoYv7mCWZQlEQSFNFvsVx0E/q5DhWCQY1Xjny6uxkk+pPJdsf/cita1DcRer\nZ0Un5HJf+33QteJjiE1xSY1/8cWCwYj0PRy+/TjiPlp5c7fcEMMF6RNxHsnM\nFrjtM5LAQv0WevdmhWF+kN+1NGF7pq0jbfKsdQuq+I86Ff5cpo90rZLTo4lS\nZKvQmpqCnuEB8NKRN7NyfyPt0eTllBW5BnlUXVpnuHie0GFgIYSyu0Gl4RN/\nHEgRjkVlPz7dmhS2Hk50biCTw2O/75K7I0RQrHsj/+jY3vaP1d7beeIMpROq\n9CFYFeLZ7ndPPzev4knpIE5UE3sjui6xtZ2ywdPO1SaBuz0balLUtXEAlAOE\neLzLyLg7q2VwIpQtwyTBTrqc1RKv3/4FixUG7Rm7Cq4dS/bEvEJzqjDWGNoz\nsGRzOmEfxE4+hsJ8Le8EAEz67SZ8QhtthZy7IhgB+MQPudI8N1+Kf5lwvS01\nAzyn84x2tfqOfqr5NlVRZnYyO/0y07O5RPUUa7whIQ0Po1JILAtLZ9Mfu5FY\nq4HZ/H3/uDpRUe764XUgRSR3gLFSg2bMZQZX8EwOJW9DJtD5yov+H78M4gUB\nNIclu1w731e3Ja1JUKsJILtQVK/4uyF9Wt24a8mWZR0ZBuEf56a337mVD+CY\nS8iW\r\n=uCUp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBPNZGcFUWf/oL1DrgNeL6Xc9/Wx4h9pt8WqSOLB/ku3AiBIGIw2qszV88YAksFBMSazd1iyuL5AW8yVlmnE3vhytQ=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.14_1563797979541_0.31039658176881124"},"_hasShrinkwrap":false},"2.0.5":{"name":"has-symbol-support-x","version":"2.0.5","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.5","is-symbol":"^1.0.2"},"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":"885cbb65d33e89e3bd6aebba9225ef6d7ae48c76","_id":"has-symbol-support-x@2.0.5","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-lOgeP+bGZ52a0EKYld5ocDxoTR+WJjUcMX8UfUd9ZVmRGvXHT7uPON+FzOHyCiX5k8y6XKmMbVcz8pNC7lIojw==","shasum":"c1fd92da6525b5d685cb6bf2d7b32774f0c4ac96","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.5.tgz","fileCount":10,"unpackedSize":46708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLaSZCRA9TVsSAnZWagAAP10P/j3XT2kAasyRsHpO3x9t\n4jnPSvwPe+jDYqoHsQyPRCdhFldxGJi+1Vmz0R6RcG+bmT0ZETWaUbUBcLN6\nlGnjYaMORju04y78MWszBNWnJDGs+HhUBJ7SpkK5IHm4HTxJ+M2Pog8evrHw\nQpe0KTFpCgBVVd6GnA9gbMt45r0XDgiIB+9ToR4z/JLU1vz5ky/BwqY8F3ya\npsg96IKClu9/ZJ0q+X3keQUEEVm/fhrR/SY979Hf2bbsTHdq74UbqCvYyXbw\nBM85LbhKFyka+lpu5YaUDXKKMw/hVOoXY2MTVZV4Xf5GOF2sdYmW+20oPcs2\ngXHSKyUbRt+FwrTj8bqxVNUgENOBb5ObAwGVSbljwy5jOmJmlaHTRsI7JkSM\nYbIMjvCbfCNZmjyCeGIfQSkEfqTX5M0Dxi4GwIXGgCft6gqPEKiS6IWCVnyu\nXbmv2hhRYrvNOGewFPzYt/HqiAkI2UayB4xK0LrT/y9SYVHD9s62cj/vCIAs\n9w3Vi5YjwfQD+LABfvWuJTlhNuJ8/9IuwJL/jn1na9dTSCcg1M8BI3rd9uvb\nDNT54QwXnvC+4hLCA5siIHdjzF4vmloF0TZJHG5HRFF8KaXXthCOyEvUGlQu\nQNn4WCrEvzy9W1N9l2jAjRhKHjLyyLMPlQomPrpD0bG+bVAE9o3doT0UhsuT\nRtmX\r\n=cdE8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2C8gIj6uw09fzXDq0Jh/B5oriZJT9Ko0vKs3wSC8eHgIgIDU6R74hW+owLUK1U7brxOt3eoSXRJAeHaGkDe5AoCU="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.5_1563272344226_0.7309512975723023"},"_hasShrinkwrap":false},"2.0.13":{"name":"has-symbol-support-x","version":"2.0.13","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.14","is-symbol":"^1.0.2"},"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":"7e9bc83ffd0e9779da1eade97476ec2bc1273479","_id":"has-symbol-support-x@2.0.13","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-4nSMv3fMJHlSjqc/1dg3iT2eeQWJF5TFqnS6VFwoYLUpJ5LMr3wCcyAhUOAB48kMkaE562tjCjLHk6vGtWb35w==","shasum":"9ad7ef69ed2043d153d7d5147d38c307fa43cecb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.13.tgz","fileCount":10,"unpackedSize":46936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNOXjCRA9TVsSAnZWagAAW+oQAI39mudBMuuzEIOcFyyU\nML8MM7SDTfutlKKKVoO0kG9t9qlrKtsPHpPaBhWpYrFt/7DUndAGoRhjn6Fh\n2clq+aQPjW+ugJIwBZeJbybNRmxSd/wKa1V6QMUChQgKsdy8omDfqvDAYuCU\nXQV4Q42iIdh7SfRTx6NcJ26eG3jYBeX3Yl6Cy6gpQmqFP80rzaVdB8NTG1bh\nl4l5h86Q7yuW3l6RqzfZPEd55NqwDOGZNPT62LNiPdxcHaXX4kEcw31bRTzY\nUbkSS5RP9TbEkvsjr1TFQwdNXDZ2QX6hJnVAe7agOjBRFT7PH+8Mul/skg03\nYp/CT43/z2SQdVnG14c79P9375w9GnKlgmwlsesWNLJvNFD/mELlcqLbdg1A\noGGAIZxk5JkC4zb5XNLTqKCbaZ3HqY5avYDaFdxjPIJZaoVKCc1VMO2wFT1b\njiKgCqTDDAYuQeUsLg6gJT6up8Qv+RNbw7yureVJ6HZxSydZE1rJ6BT+2SZg\nAs7dVDVMfcU0HmEFQ7tYTbQnHLIyccljAkIKgbKV/vI6aeXWvhJgnYD1qQB+\n4R8HjI1wnAxYpPSiQ/ItGmMa48AFwxBalNyRtQJVJGLDPnnFbyvJ78I0muot\nNflLid4OEFI1OcQim+VNzB2Ib1DaFPW1GYGQKEg0ig3krbuNuokWtLH4yadv\ngET+\r\n=txm2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTmQQAvTrxgVQHFww2COKspqrLh3eMzZXXg5Smg58WHAiBhytdfnFwws4a81yrgzZnLrXwu+Fs0hFNesGaRJTPorw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.13_1563747810710_0.750449760594976"},"_hasShrinkwrap":false},"2.0.2":{"name":"has-symbol-support-x","version":"2.0.2","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.2","is-symbol":"^1.0.2"},"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":"549ef14049e52d0ec91606e636146fd3793a4589","_id":"has-symbol-support-x@2.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-1cHU8G6N89N7Y3iJ2GIudHNG6LA0Ep8aS/msASWYjLbqH8GAFztmc+IZDTSSfrO0eUkRpf7QstOBb9tW8Jq9BQ==","shasum":"0ef4067b56ba609a87f56b2029c2e18ba32ffd5f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.2.tgz","fileCount":10,"unpackedSize":46717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKTt+CRA9TVsSAnZWagAA2JIP/iFZ1Qt9XpCNFNLbkhvM\nBKYeScbou6/70OvoQ1dfxq28trJzey+w0wD2buHPNFLfka52S9oaVgTBEaww\nuO1FiYJaUZbXhiPhDmTkjiIyJsQvoAVCXQFUQOgitkhmiZVliaU86BRweaQP\nPL7lKUTkO6KBT8lwIyPs/Em+UVz+A/mQrfUwGGEJk7aR6m0yc1zR41JHqwkH\nFfAaTmnUy2lYvhhInW4JqsEeq6LzYhHyHxyDtgxYXEPYh9MHlP8XVRpFt6iu\nYA52N+SDlZ+XmlMunUWWfsUrxe8mw9ymJNj3w9GwfVKt4XmtPU2nYfU0rsIT\nfdtJ6jK51s8CT9qEmGAj2zsadoLKsTHf50nmhFep/KZR4vw8eztO94UQhdCf\n1BpICQbplCnlCTOFXEm2iJbgOw8BEWGw8NxoqnROf1qhwl9T20DU1J7gtK3O\naw83i2NwIVprtICMNLuW/xUezPyFc5VaeGP1Yak1k6qACY06R1pr6Xl25YB9\nQ/3T7oiEHLsVonfQp8gw1IUddFXYcA4RGmFhIA1XfRa63v5XfQbn2/0vUEun\nyynJnlrYWPQ9zCMPRGuuMXtriXKTOARRBgF+nu5jlT3Pvxt4FUYGcuXhFzbk\n0jy5ilX1BmyHY+oF7GWRnN4Miob0ABV6KGmlnqEBLRr9Qho+mv/p1TMZClFJ\n8DHI\r\n=J14A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQdjdk/K5HJXn+yYXL4Ezng1zNEakoDXV3RV0Tvu/UmgIhANmUWSKI+67ZK5ru8ix2SAcskDeAN1JzBX5EW8a6X2FQ"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.2_1562983293783_0.8386626004526734"},"_hasShrinkwrap":false},"2.0.16":{"name":"has-symbol-support-x","version":"2.0.16","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.17","is-symbol":"^1.0.2"},"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":"9bb3bfce11a39c3c303f1f4dd52155ec75902e8d","_id":"has-symbol-support-x@2.0.16","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-7LBzQlbrF1BHZwiT4otQg/kk3PilAh8HioRswCq9F8anyNElVTkfilzxlillS3ZCdp5AxsJvZw0y3Mo/zk9GKQ==","shasum":"12fa7480079b660d2feb1864fe9cfd5703dc6413","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.16.tgz","fileCount":10,"unpackedSize":46988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOFz5CRA9TVsSAnZWagAA4ucP/3GK2t9udrTjmWgMrV9V\nrMdyqEEOK2vxUzE6UlQb4h7hVkejCdg4DgtwB0R5mvkL5qq8O3JSDW54+rgw\nQ/01HT7ZquQO3Jv7XaeFwAm7cqca3SntiK5D2wNe1mlSG/LHhTUCz9nl44Ul\nwrCZvK2bTv/TlJiT/Aidsi5J/Om/iPlVg393e02wC45rH5XZ0HEafV4BnupG\nsGm1Dif/JyCdcVndayfiq4VrZ4BcRKuQSPOF78vc/169stJgkvWUniBHKZd4\nE4Sy9/7FcOCu2HsG5cNSvzni7x69e1MOWzJoFHgEQzSTqn+onQ64kLPDs8+2\nMHY0w7ouZpZswbhTTwq5LGJXBH2JXekCaCwJ+XYH4muHmVVGNJahgaqvSrEJ\nzGpoKKmcbB+pLQp+bjRO+yOXOA4+AulicL8GtfbMRvDty3SsySYu/5lzxknv\n7Gt9yUhzYbBiAIxn1uWRBVCd9pM3Ro3yXun8o4CirvnlbZcwx8HgPnGAIRUl\nHhU/k1DUj96WhpXk5i+GI88rUiHSYwG0qeddqFYG26veQJ8f2W32e77eXk+U\n1dh1wTfqFkbfAAQ84oTovEo50ftp2DYPC2/8+liJmhrhfDP0C1QcmcNTMmjO\nEIcKIFTeWymGKDH+fOABzC9av8V6wP+MCuQsC5+lpGuXMKcqDt9KoOg/ZfTT\nxsL/\r\n=CA3o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFm+2K93pgM1Zj5wyxP9WmUXpEkYvUIHPy2nuLwSw8QDAiAiUdZnbs+9PKvUNMnY3yyfickdd5rp7mv3ksAF7K29ig=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.16_1563974904730_0.09404464825043424"},"_hasShrinkwrap":false},"2.1.1":{"name":"has-symbol-support-x","version":"2.1.1","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.1.1","is-symbol":"^1.0.2"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","@types/webpack":"^4.39.0","@xotic750/eslint-config-recommended":"^1.1.5","babel-core":"^7.0.0-0","babel-eslint":"^10.0.2","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.2.1","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^2.2.1","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.1","eslint-plugin-jsdoc":"^15.8.3","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.5.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.9.0","jest-cli":"^24.9.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^3.0.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.2","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.7","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.1"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"721c1bb0868fcdf4ffa40e6040593605920a8501","_id":"has-symbol-support-x@2.1.1","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-pgnuC8pSEQQNOq69BGNW+Z8dKHrZbPI3PvzElA4e5n1E5dygqAjJVx358LVySDPLykq4D8WLnCciySv4gMA4jQ==","shasum":"54358869eef4b3b1f0a167743f63760f61073fdb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.1.1.tgz","fileCount":11,"unpackedSize":105034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXEXTCRA9TVsSAnZWagAA1BAQAJ5LKM/FeRYms/ifCcLh\nS4pDPCCfYkRG2LIrTq3j6Nn9tFm057V/OP/XC9joXVVRgKF/Z05x02yyu5Cn\nqFq+39siT/djVygm4anYgs+t2oXjEZDxJmsYxBJZkzZ7xOe7GKFtXlBA7G9Z\nH7lMUGupoxz9139usQUKZ+DOO9TgJu/zRSxWs2Cx4KUF1kOL+I3OjbuXSV2D\nye8NP6ANJ5G0rUf3OGuJPBX/Av5Hcr3OpZHS+N5ZmjACP+n8HhX1QwAKM7SP\n4H84QNnwMlvGmpsNhFqcTh2PEBHxTNwoL94JsTbIHcOcsMPEi1+QHO0uHjR4\nUl7vzpGDcZwrNzyPXd8XxwSr/CuDy8MBccqviMns8WLNI9ruj/AUBMFRIga4\n+eTz8Irtwj4DBcByGL1DDZ8URLJ/mvlVelyh0denha3Ybresx6On1kGISNDY\nIsDRdykR0J51QEBAbHAktmsKg0G4t+BAK9k5LNGSRudUTCE69utS8lvZUR1w\nFm4zVlfDFvVinAFs2JqhqrNaEwTqxiG4AP8+qc+9L5t10yEgqqRU4JXXXrZX\nIrM7lr10m21prmL48ghfF5SQuP9FhV5rxutul8ShH6Xn4/i4ox9Q8RWybd8K\nKjUdwyAKTZ2d5n4e7/SaSw8wwi4ci31GPvore0nNTvjXppwFaYFRW7bR5wDs\neMom\r\n=SJwJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAQXpgYHvwUg2TxITCf026ZgD8GumJB4An2no6f2jaw5AiEAthd7WE7K8ewHIAL8HvXRDRjilJbXx3b6OsAH8ESI7Mo="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.1.1_1566328275129_0.196215803654322"},"_hasShrinkwrap":false},"2.0.3":{"name":"has-symbol-support-x","version":"2.0.3","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.3","is-symbol":"^1.0.2"},"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":"f2c0388504c8a7b14b775bfb5928d52ffba7d83e","_id":"has-symbol-support-x@2.0.3","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-3yw/Ir6Ckip0VNf7ogsdiikLL68qzuGJcW/XR46hudJd22YsPHPQE5CMqSF0PFhQpWbQiCEg4QpqnoruXPOgEw==","shasum":"6dae3711884e3d2359e227ef443a17eab2648d54","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.3.tgz","fileCount":10,"unpackedSize":46708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK6JQCRA9TVsSAnZWagAAWGAP/0vMhkS4J5GkQW+KhDFc\nJfqTywWxrojwstZIQT1g+rf+goedk+cpJO0wy86POcurTD3RNeadwFQqJPtZ\nz7ZSR9qhzjnabm/IQADCwZ4a4yeVJ29a76EHHAfq4S8sa2QNYNd5+TdmXZeY\nmeQQ+WO+mx5uv8wfQHoutngO2eCrk16lpiP8Mc90js1jmBnS3LUo724ykaTf\n8Djrp0aWxC/w6E54krzbXJnoNtWc3vNv1xZA+8G6Pq7VnQpms/qGvJEL/Env\nKYU3Ve40QLBJbr/KWwyJPryBQpZOWNxn2pjl8/uZ0XV1SdeDT6S9VhTtBVaJ\ni/1s17d4yciIRIBzdWwh+aaV+Xz2XzQiqCJa+f82AlhiW0RjOBsXjVoj8d6J\nLzzYtP0G4cb3jMOD38jWrn693a2SEiQXZhAol9n67eKHWNH1V5nFiWqDZ2xT\nZltS1+HGGDPb/tM87B4DMacFa6BHf5RnMAp/Fm27HmKrAsTgduT9iKS/pK4R\n0NQDhavTvTYMDVArQ0lt3qL92YB+lsDr8JcmwbU++AV6WhViw/8poU22iwzo\na31U1rQxqwwD9DdpWLm5ADT96Ld0JAztoTJBA+JCxEIUWH0x+5XhqEV6X6A1\nzUQKttRe5I7AzSfuKnfv7i8MiMu6KXNggDsHyY3lkgFzTzgY7cQMNURcGHjo\njBo2\r\n=noIa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPjBF+HqYE5waqHregdlUlSqbBxlm5mynpXDLH4iX9yAiEA2T5qRLNrSn9bYdIIplu6x88IUnHL7OvBN8/ihgBcfeI="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.3_1563140687543_0.041556545751066265"},"_hasShrinkwrap":false},"2.0.15":{"name":"has-symbol-support-x","version":"2.0.15","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.0.16","is-symbol":"^1.0.2"},"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":"010d937095468a90d0b1965e757f3a48854f5152","_id":"has-symbol-support-x@2.0.15","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-OAvAZswYGE1/1HJ3xd4Y4l1+9P4u1X4obv0SGC2Pdbrgs7Lai69VA2F1HRFI4/Eg14UTre7FOMGcVGrpu6QvcQ==","shasum":"1e8cf97e9f117182e4161b39b49c839fb01e410f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.0.15.tgz","fileCount":10,"unpackedSize":46938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN5y0CRA9TVsSAnZWagAA1LcQAIQxmpSnMyUm3FSWzu04\nU8mlQnaI/c84Ghw5WZVhwaRbB0D1MmN23xqFRqEbxG2RwhwKs6T0d9x618z4\nHsopq23k1GkfCy6JT8/bJTD+pOYtTbID+++unFYBbhNSkj9CBEBrIKJ1cOHA\nUuvbV2zmEVcCR0EgpduCmA9HDvwrD4YQdR7SqEaYamnguMmTXUeqpxAdMXQy\nwn5Q1DzORoxn3xhZPOGeYggkkFuArPsvcb4AhZ2th8WQ2e+HBBXXMEpnSHfc\n9S7MPxe6nLCNVzUQJ1l9cqhPt3rRdLZjceJ5aEK+dR1JBrG4P5ePyLqWUsBU\njJ7SICOmxj+j39pWc4ERnMtNS7gFoAEPRfKLU03YG5MhXHbnvYl23Fxl/IX7\nwIQTG4gNThVn2LNlt9na6Eb+CCJLZc7G7wnxVxMBKKk7vJNjCvO32rRdEGzK\n2eX3Smx7fHTMZxo2o35R0qmH2f4wTOfIbre5B5dJjwwkBP6Wmw/ARUppg4Fr\nodIyDqagKBNEZC/LNsa8+c7mhTqXxO0zLEMIUsOZPNoAThh+KsU4t3M4AGDb\naRfVLfEd/yO1s25/PKdqXaILvu7+y0g8N0CMp+abc82hdhGMbT67Y5IZtIcI\nqxix4SkFE+VuNmxsBnwJSDivXsR5rIhYtKbCZk//h8d+rg2bg9Iiy4iioqFT\ngo+P\r\n=MR35\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEl1IgfY4rqCwVvlp2BKo2X5uiD7GXEPxSwVcGTmM7isAiEAmWB5/T4fkzh6y4nlUNKsS3Fpi5BjwganQn625ufB7ZA="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.0.15_1563925684330_0.44530117306314776"},"_hasShrinkwrap":false},"2.1.2":{"name":"has-symbol-support-x","version":"2.1.2","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"module":"dist/has-symbol-support-x.esm.js","main":"dist/has-symbol-support-x.js","jsdelivr":"dist/has-symbol-support-x.min.js","scripts":{"build:esm":"mkdirp dist && babel -s true --env-name esm src/has-symbol-support-x.js -o dist/has-symbol-support-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/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{"attempt-x":"^2.1.2","is-symbol":"^1.0.2"},"devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/node":"^7.5.5","@babel/plugin-transform-property-mutators":"^7.2.0","@babel/plugin-transform-runtime":"^7.5.5","@babel/preset-env":"^7.5.5","@babel/runtime":"^7.5.5","@types/jest":"^24.0.18","@types/node":"^12.7.2","@types/webpack":"^4.39.1","@xotic750/eslint-config-recommended":"^1.1.8","babel-core":"^7.0.0-0","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","babel-plugin-lodash":"^3.3.4","caniuse-lite":"^1.0.30000989","coveralls":"^3.0.6","cross-env":"^5.2.0","eslint":"^6.2.2","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.11.1","eslint-loader":"^3.0.0","eslint-plugin-babel":"^5.3.0","eslint-plugin-compat":"^3.3.0","eslint-plugin-css-modules":"^2.11.0","eslint-plugin-eslint-comments":"^3.1.2","eslint-plugin-html":"^6.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jest":"^22.15.2","eslint-plugin-jsdoc":"^15.8.3","eslint-plugin-json":"^1.4.0","eslint-plugin-lodash":"^6.0.0","eslint-plugin-no-use-extend-native":"^0.4.1","eslint-plugin-prefer-object-spread":"^1.2.1","eslint-plugin-prettier":"^3.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-sort-class-members":"^1.6.0","eslint-plugin-switch-case":"^1.1.2","jest":"^24.9.0","jest-cli":"^24.9.0","jest-file":"^1.0.0","lodash":"^4.17.15","lodash-webpack-plugin":"^0.11.5","mkdirp":"^0.5.1","nodemon":"^1.19.1","prettier":"^1.18.2","rimraf":"^3.0.0","source-map-loader":"^0.2.4","strip-ansi":"^5.2.0","terser-webpack-plugin":"^1.4.1","typescript":"^3.5.3","webpack":"^4.39.3","webpack-bundle-analyzer":"^3.4.1","webpack-cli":"^3.3.7","webpack-global-object-x":"^1.0.0","webpack-merge":"^4.2.2"},"engines":{"node":">=8.11.4","npm":"6.10.1"},"browserslist":["> 1%","Explorer >= 9"],"gitHead":"ed4f7a561e214b768b77d577c13ba24187396240","_id":"has-symbol-support-x@2.1.2","_npmVersion":"5.10.0","_nodeVersion":"8.11.4","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-RpWVMhXSkiJCXI7+bavsapHwlS0VD7rCOSwhzcy0yZzFXxr+FznUBK4OkECVH/EOM1ZoVXw8OzABIEvaEFl+Zg==","shasum":"1e9b8088cb800d41f3855969c34eba09ccaadfdb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-2.1.2.tgz","fileCount":11,"unpackedSize":105034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZrHdCRA9TVsSAnZWagAAELIP/A6HRk4z+NIK5UiZNmo3\ntc3lYxN6lAckjju65PYD2o9ocXKdXJO6IJ7o8OQ2CnZbxzIvoXIoZxMDm9fy\ncwtt363J/W+qjQs8zuu2JnVeoeNxBu5urftNwpSDSBEcGcRqZhV6GEfoES9V\nRPKRDtnM6CaHavhYw1/UnFpq8HZXcT8yQOQjGkJ7wIT9Gxx48PNtXFfpSSLY\nDtL5T3BB2lxTUZVw8Voyi3TmKVDhdSxi+fN9kCN7gDvDljb5jeJqfxkCBVRb\nvAp7nC5zmHiAd2aMClY375A5A2nGsCqS6aZbRXCgkh8XN/+o/gWnkjtjXsMC\nVXyU/Q61SgE6DgL1Fbgdwnty+vVCoFGfJ4XmdJOkGi97Mu7jCaWd1TeM7ZzT\n4kKXmjFqAsQmXd9Wd71NmmuiXgZfuy2pDprwysWY/qw0h46uJ99EBmEoijvU\nxxAjOcUBcHDft87ek9WzU0q2csZkSI2HOjlMo+EFVz+XjX4JRsb4k571pfky\nlFMcJNFuA3GpREZtAlDFDMkP0v8OUuOoW1eUMn6DtVNRn0vuTC8HYC+FGATl\nAzBj7b604xap6VaX23DRBeqnt1VP8LvBnphYijlis0JmbrJG4Jd/QEbj89na\nS5+RPvBShA2TFE2oMDBgPEUEvkPV9FoBVFJFtRJCYPE+EBUJlyG1/LoorfPk\n5OOR\r\n=0GZH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICuXoWny7ZGu7mo0qFuEzLt8X+SivLCIJ2fbHtP6JrypAiEA1WrwUSagUOwRUzlcONNJ6kCqyJAJ0HaOtyQMwiMk+O4="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_2.1.2_1567011293095_0.5940287900918819"},"_hasShrinkwrap":false},"1.0.3":{"name":"has-symbol-support-x","version":"1.0.3","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.4.1","es6-shim":"^0.34.0","json3":"^3.3.2","jscs":"^2.7.0","uglify-js":"^2.6.1","browserify":"^12.0.1","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3"},"scripts":{"test":"jasmine-node --matchall tests/spec/","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"c6a1785b30faf25d49ee4e6b8c383fd31f9c8fce","_id":"has-symbol-support-x@1.0.3","_shasum":"5260f6573384569382ea9a4cc03290f31d79bd3a","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"5260f6573384569382ea9a4cc03290f31d79bd3a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.3.tgz","integrity":"sha512-xn6EEqUew+Wx8mH0pI+szwHnl7q7MrC59f1Lc0f1pmj290jxrc89E3L9wuOsQvgFwbUggsAHjKL+xU49izmb8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC41i85SiT1VBprIE/QjzFEXu/XKsenF9EEH9RB4zY2KgIhALurQL85RwK3gFc4455GMmpJpk4tWhIXVQO+E+x7WsSZ"}]},"directories":{}},"1.3.0":{"name":"has-symbol-support-x","version":"1.3.0","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2017","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"@xotic750/eslint-config-standard-x":"^1.4.0","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.1.1","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.2.0","nodemon":"^1.11.0","nsp":"^2.6.3","parallelshell":"^3.0.1","replace-x":"^1.3.1","rimraf":"^2.6.1","serve":"^6.0.0","uglify-js":"^3.0.23"},"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":"PKG_VER=$(node -p -e \"require('./package.json').version\") && replace-x \" @version .*\" \" @version ${PKG_VER}\" index.js","production":"npm run clean:all && npm run build:jasmine && npm run build:setver && npm run build","start":"parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","lint":"eslint *.js tests/spec/*.js","lint-fix":"eslint --fix *.js tests/spec/*.js","security":"nsp check","test":"jasmine-node --matchall tests/spec/","browserify":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --support-ie8 --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map filename=lib/has-symbol-support-x.map","precommit":"npm run production","prepush":"npm run production"},"gitHead":"9b3cc6dfeb961970e52d0ed3e9a23fc494d4c072","_id":"has-symbol-support-x@1.3.0","_npmVersion":"5.0.4","_nodeVersion":"7.7.3","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-kLtS+N9qwz+Buc6TUfcW5iGb59hLLr5qfxTACi/0uGpH1u5NMNWsdU57KoYRBywvPykeRmu5qfB5x0chpDSWlg==","shasum":"588bd6927eaa0e296afae24160659167fc2be4f8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsI8sACZWbTy+VmoXNS6gg7tV/Zsp9TodFSIx1j/svUAiAuCCttzl7i/t3mApQnL8x7Q7H0765f8NtPaZZwZvSLNg=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x-1.3.0.tgz_1499008620375_0.7768018925562501"},"directories":{}},"1.0.4":{"name":"has-symbol-support-x","version":"1.0.4","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.4.1","es6-shim":"^0.34.1","json3":"^3.3.2","jscs":"^2.8.0","uglify-js":"^2.6.1","browserify":"^12.0.1","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3"},"scripts":{"test":"jasmine-node --matchall tests/spec/","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"4efadc902ed03c245444591fffc78867d53e43b2","_id":"has-symbol-support-x@1.0.4","_shasum":"48a4fd7f8933a37a2c6b826bcbd767bd6c28e8b3","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"48a4fd7f8933a37a2c6b826bcbd767bd6c28e8b3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.4.tgz","integrity":"sha512-1cgoEmoV2Gw0iESi0Vd1SCy2UYvZew/3Y49XaXCo2ae2VHrnKVNXEIpN5RdqIcIpkb/r6Q0TdPNnYZabbqAtrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFPhNo4+0NCughyW1OiFLDB4PPkm2ypj8TqzvrAEsVWEAiB6qNXh8gKEJWgaTwhLuLAl0Ll80ay+kkA1uJ/ON5OfKQ=="}]},"directories":{}},"1.4.0":{"name":"has-symbol-support-x","version":"1.4.0","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2017","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-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/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"083f3ab08ca91ac3b6a99dac4551fa674c9d22c6","_id":"has-symbol-support-x@1.4.0","_npmVersion":"5.1.0","_nodeVersion":"7.7.3","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-F1NtLDtW9NyUrS3faUcI1yVFHCTXyzPb1jfrZBQi5NHxFPlXxZnFLFGzfA2DsdmgCxv2MZ0+bfcgC4EZTmk4SQ==","shasum":"442d89b1d0ac6cf5ff2f7b916ee539869b93a256","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG8aNAd/wQHTj4rOrswXz6fI8+UAVw+7bsx/Z8aFTvrwIhAJP0Irq2kxGkvZzUhPc4vNTHytOw5CQjiZHJk0uy0Ddt"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x-1.4.0.tgz_1499711204956_0.7705874443054199"},"directories":{}},"1.0.5":{"name":"has-symbol-support-x","version":"1.0.5","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.4.1","es6-shim":"^0.34.1","json3":"^3.3.2","jscs":"^2.8.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"64f569e0bf9728b8317c199478795c840c493f13","_id":"has-symbol-support-x@1.0.5","_shasum":"eef1269b92bac527987508fea3cc6e6270ff0fda","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"eef1269b92bac527987508fea3cc6e6270ff0fda","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.5.tgz","integrity":"sha512-aZvY56sRc4ER+kxwhOZPEtiRBa2z39OmaazQLWmFXkl/8qPQnzd0Jd8NjZP9jnO4YTG9+IQOPaBJ9PYcbJ4fjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEUFCmFoA1o2UaVLgBs/k504XXyyYTZ1nyE4OLw2M51AIhAJkblOcL2vK9C9e+cuyWcanxNaMHyLM9crjc9TG1Kv+p"}]},"directories":{}},"1.4.1":{"name":"has-symbol-support-x","version":"1.4.1","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2017","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-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/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"4c772c704f14a07beb55a8e271d06c78b07b703a","_id":"has-symbol-support-x@1.4.1","_npmVersion":"5.4.0","_nodeVersion":"6.11.2","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-JkaetveU7hFbqnAC1EV1sF4rlojU2D4Usc5CmS69l6NfmPDnpnFUegzFg33eDkkpNCxZ0mQp65HwUDrNFS/8MA==","shasum":"66ec2e377e0c7d7ccedb07a3a84d77510ff1bc4c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBtIj0Y97xYvWgJF6a/6k0RNoKHGixhPzPdipPlxfzKwAiAiU6lI/eWJdDvqgIhh3k/yBtApw9k9Hhn/GMM3gHv1uA=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x-1.4.1.tgz_1504280027292_0.0865291366353631"},"directories":{}},"1.0.6":{"name":"has-symbol-support-x","version":"1.0.6","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.4.1","es6-shim":"^0.34.1","json3":"^3.3.2","jscs":"^2.8.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"efa693e320e30b7e5e09d8356a573c3af2e13a21","_id":"has-symbol-support-x@1.0.6","_shasum":"a89bcecd8ca363a0b0e45e4ddfc4b2a0bf333d2a","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"a89bcecd8ca363a0b0e45e4ddfc4b2a0bf333d2a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.6.tgz","integrity":"sha512-phi1BpbU4yUbG553CT/aOI9XNeh+qRPeud8hbUv5MKvpe7tWK3UQif0nAyewTOsg8vXySdARJgL9W2eGrVRS4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAkhfd0Y6Xipe1QXbEXjytdozY1L+RSL9wb+pffmbcdlAiEA7L61Nggu0MGK9BDDEWWldXriULu1Gw0xlrcaYoYwJkU="}]},"directories":{}},"1.4.2":{"name":"has-symbol-support-x","version":"1.4.2","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-present","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-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/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --config-file .uglifyjsrc.json","precommit":"npm run production","prepush":"npm run production"},"gitHead":"5b10eb22a12da8fb9483989be51ecc1166e70f1d","_id":"has-symbol-support-x@1.4.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"integrity":"sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==","shasum":"1409f98bc00247da45da67cee0a36f282ff26455","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz","fileCount":17,"unpackedSize":16679,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvmSwlHKmgQTxgCJcgom4B8BblHf0VrjdUNRg1yeCKHQIgP+qTEYo0HHmo9d0ST1tebBg6+HaeVSzpg3u4pY5aJSE="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-symbol-support-x_1.4.2_1519475295995_0.5224323643339275"},"_hasShrinkwrap":false},"1.0.7":{"name":"has-symbol-support-x","version":"1.0.7","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.5.0","es6-shim":"^0.34.2","json3":"^3.3.2","jscs":"^2.8.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"a6b638c5f668c751c79886694f668cd7e8dc67cb","_id":"has-symbol-support-x@1.0.7","_shasum":"f41a6f53f0becc854aba9db146c7b3f521eb9d0f","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"f41a6f53f0becc854aba9db146c7b3f521eb9d0f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.7.tgz","integrity":"sha512-LnWlY7KnaauzSlYAuqY3OIGvJS4UW9BdP2aaada0ExdS5SOStRVI6N/u5b+v3c9n9tdlM/lkZASNdVX09Ujjhw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7SmBdsR8CgqJgW32Mi7n8Rht1/6MYtzih79pLHEIbOAiAgEhN7ljvafCqYne+dNmoFU1Wk540+MuIZZVrZGxhs1Q=="}]},"directories":{}},"1.0.8":{"name":"has-symbol-support-x","version":"1.0.8","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.5.0","es6-shim":"^0.34.2","json3":"^3.3.2","jscs":"^2.9.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"70411a25d4858fbd02003c6566dd42238d16bd00","_id":"has-symbol-support-x@1.0.8","_shasum":"996215f217cc6378574676bdf4823a72593410f3","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"996215f217cc6378574676bdf4823a72593410f3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.8.tgz","integrity":"sha512-Ybb9IdXjg5fdmIl2ekH64nSuyOpj7iIDIW+BRH/Nrp0KCF+/eSASETRS+Y6eoQnS/51FgtdKIXHDwymrZyslUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrHijtRAL4xW4g7DvmgQyPfLrPAbKGy9+TPNLWSH5YPwIgdu1z7grumtK4d8Mix+6mACJrhW7oK/8dFjkB+kdE0jk="}]},"directories":{}},"1.0.9":{"name":"has-symbol-support-x","version":"1.0.9","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.5.2","es6-shim":"^0.34.2","json3":"^3.3.2","jscs":"^2.9.0","uglify-js":"^2.6.1","browserify":"^13.0.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.3","nsp":"^2.2.0"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"32cb7bb3ede4fb70aedc0d68970b0356b30da058","_id":"has-symbol-support-x@1.0.9","_shasum":"33ce8e5016b8a7b28af10b112dc603d576805c53","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"33ce8e5016b8a7b28af10b112dc603d576805c53","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.9.tgz","integrity":"sha512-luDwiQ9t0vrUyIijNPePpiB/vcBcN5MyiF7JWmeAz9S+Hbtk3EYBpvOCYq4AW7YIsbIdSPU69beFfEL/BI2PCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDl+f/raEdr9xQh5yZhCweeAj01avRSvRwxIRAKTeMlJAIhAM219zeHgXVkt3dunQlUTERSNn+G6h/TYRRlqkaotQCs"}]},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.0.9.tgz_1454465234411_0.5631456926930696"},"directories":{}},"1.0.0":{"name":"has-symbol-support-x","version":"1.0.0","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.3.1","jscs":"^2.5.1","uglify-js":"^2.6.1","browserify":"12.0.1","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.2.1"},"scripts":{"test":"jasmine-node --matchall tests/spec/","style":"jscs index.js","docs":"jsdoc2md --name-format code --example-lang js table index.js > README.md","build":"browserify -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"87d22c4fc63bd4e3607de80b5b0e465efccd7f59","_id":"has-symbol-support-x@1.0.0","_shasum":"796e4552e253639155428dde846e9dd8d0c7340e","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"796e4552e253639155428dde846e9dd8d0c7340e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.0.tgz","integrity":"sha512-cvV7hiFMTKvE/uTFzmm6XV/wCA+zRk6Xr2B5SF98zgj+CUuxLnNu1YLqCFY1Wmcz9EzSoR5QPEgtCHrtxr0nbw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYPzzNYnllfxwckik7lxF7PNTQwUoiqk3is0fANMkAowIhAIqRnJ3WlnhDqazZeeSC2IjEbc6aTHSztgOIcUofPYiH"}]},"directories":{}},"1.0.1":{"name":"has-symbol-support-x","version":"1.0.1","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.3.1","jscs":"^2.5.1","uglify-js":"^2.6.1","browserify":"12.0.1","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.2.1"},"scripts":{"test":"jasmine-node --matchall tests/spec/","style":"jscs index.js","docs":"jsdoc2md --name-format code --example-lang js table index.js > README.md","build":"browserify -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"ad1bb2bcc691ae1ed8954b9fef1a816c671af0ad","_id":"has-symbol-support-x@1.0.1","_shasum":"1ab68ea92f0128f741bdd3878d6a7a0474e2bdf3","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"1ab68ea92f0128f741bdd3878d6a7a0474e2bdf3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.1.tgz","integrity":"sha512-4LGH7cl563vEm1RbFmKj5QHUUwT9JrpMSHuJfcpYerwLsMbTKfjwU2RZy4gohaofV4DhPbc26YpO1ydZa6NyEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXWQP5AkP5zLP4ShJSMHeJ2wtodUPg2qIAXUHrZUWGtAIhALT/74iLlXficS6nKT6kHz1pMUdpP5VjN5w8Uo1ASt3e"}]},"directories":{}},"1.1.0":{"name":"has-symbol-support-x","version":"1.1.0","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2016","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^11.0.0","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^3.15.0","eslint-plugin-import":"^2.2.0","json3":"^3.3.2","jscs":"^3.0.7","uglify-js":"^2.7.5","browserify":"^14.1.0","browserify-derequire":"^0.9.4","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","nsp":"^2.6.2"},"scripts":{"test":"jasmine-node --matchall tests/spec/","security":"nsp check","style":"jscs index.js","eslint":"eslint *.js tests/spec/*.js","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","build":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"c43603d8a4ae2f60012a883f8ceeb1061f428126","_id":"has-symbol-support-x@1.1.0","_shasum":"286d792eac673c0c2308fc7b2160b75cebadd550","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"shasum":"286d792eac673c0c2308fc7b2160b75cebadd550","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.1.0.tgz","integrity":"sha512-BEDM4ijTnSDT6IBRcVvNcougs58zmf7HyTlNv27hOJF9157SQXku993zbamdnpHmxfoToLCoblZqbdpvaaXepg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDGr6PQIuK52g/7/YgC3jEsGUxaoX5pJQrfwlIyeO4HEAiEA2fa2XvPwaHZ5+1Iwk4rFApqvkrPK8k9V4TCRjZjaxXg="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.1.0.tgz_1487499031353_0.1984382551163435"},"directories":{}},"1.0.2":{"name":"has-symbol-support-x","version":"1.0.2","description":"hasSymbolSupport module. Tests if Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"es5-shim":"^4.4.1","es6-shim":"^0.34.0","json3":"^3.3.2","jscs":"^2.7.0","uglify-js":"^2.6.1","browserify":"12.0.1","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^1.3.1"},"scripts":{"test":"jasmine-node --matchall tests/spec/","style":"jscs index.js","docs":"jsdoc2md --name-format code --example-lang js table index.js > README.md","build":"browserify -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","build-uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"a25687d9f31abc8078134c191ae37be2e0496a63","_id":"has-symbol-support-x@1.0.2","_shasum":"56333018c06c8d82f31f3e479ab772171afabdb5","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"dist":{"shasum":"56333018c06c8d82f31f3e479ab772171afabdb5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.0.2.tgz","integrity":"sha512-Aq5RK8ij8OD+RP8N+koiHASYJtRB28J4ogUo39+mB3QySOFwYhtCrx/tBFVZKLCdimNphv1gjSq52wT5KQRhIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG3fFbadHo3YfDvHoASxzaa8Q3SSjxwXLQBzc8S2w+efAiEA/qzksAZn/j2/BQTapGcXyLEtB1YU7xv5IBrwQncLkUs="}]},"directories":{}},"1.1.1":{"name":"has-symbol-support-x","version":"1.1.1","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2017","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^11.0.0","browserify":"^14.1.0","browserify-derequire":"^0.9.4","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^3.18.0","eslint-plugin-import":"^2.2.0","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.0.4","nodemon":"^1.11.0","nsp":"^2.6.3","replace-x":"^1.0.0","uglify-js":"^2.8.16"},"scripts":{"build":"npm run build:setver && npm run security && npm run eslint && npm run browserify && npm run uglify && npm run docs && npm run build:jasmine && npm test","build:jasmine":"make-jasmine-spec-runner-html","build:setver":"PKG_VER=$(node -p -e \"require('./package.json').version\") && replace-x \" @version .*\" \" @version ${PKG_VER}\" index.js","build:watch":"nodemon --watch index.js --watch package.json --exec 'npm run build'","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","eslint":"eslint *.js tests/spec/*.js","security":"nsp check","test":"jasmine-node --matchall tests/spec/","test:watch":"nodemon --watch tests/spec/test.js --exec 'npm test'","browserify":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"791dfd005dd5b8965a30311f85dcd43494e1256a","_id":"has-symbol-support-x@1.1.1","_shasum":"06e78b8bc18840ecb2c0bbe9e70c24de2b95413f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"shasum":"06e78b8bc18840ecb2c0bbe9e70c24de2b95413f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.1.1.tgz","integrity":"sha512-M6O/CWbEqdS2kYdVa/2CjAQBsJTaZvUPo2HjOZ5YBXOWGlSynzA4DRCGjlMm1pyR+UKjN9cDX0cJZwI3xhsoOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGorBJNgLmH8LDQWmUZpUPZx+uZUiEqWsvAsBrJgYMQmAiAEHFg9kY4qpwnCcyyBysqyWfyKVwJr4i05LEIYKvDfpw=="}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.1.1.tgz_1490609669925_0.7058411152102053"},"directories":{}},"1.2.0":{"name":"has-symbol-support-x","version":"1.2.0","description":"Tests if ES6 Symbol is supported.","homepage":"https://github.com/Xotic750/has-symbol-support-x","author":{"name":"Graham Fairweather","email":"xotic750@gmail.com"},"copyright":"Copyright (c) 2015-2017","keywords":["ES6","hasSymbolSupport","module","javascript","nodejs","browser"],"main":"index.js","engines":{"node":"*"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Xotic750/has-symbol-support-x.git"},"bugs":{"url":"https://github.com/Xotic750/has-symbol-support-x/issues"},"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^11.0.0","browserify":"^14.1.0","browserify-derequire":"^0.9.4","es5-shim":"^4.5.9","es6-shim":"^0.35.3","es7-shim":"^6.0.0","eslint":"^3.18.0","eslint-plugin-import":"^2.2.0","jasmine-node":"^1.14.5","jsdoc-to-markdown":"^3.0.0","json3":"^3.3.2","make-jasmine-spec-runner-html":"^1.1.0","nodemon":"^1.11.0","nsp":"^2.6.3","replace-x":"^1.1.1","uglify-js":"^2.8.16"},"scripts":{"build":"npm run build:setver && npm run security && npm run eslint && npm run browserify && npm run uglify && npm run docs && npm run build:jasmine && npm test","build:jasmine":"make-jasmine-spec-runner-html","build:setver":"PKG_VER=$(node -p -e \"require('./package.json').version\") && replace-x \" @version .*\" \" @version ${PKG_VER}\" index.js","build:watch":"nodemon --watch index.js --watch package.json --exec 'npm run build'","docs":"jsdoc2md --name-format --example-lang js index.js > README.md","eslint":"eslint *.js tests/spec/*.js","security":"nsp check","test":"jasmine-node --matchall tests/spec/","test:watch":"nodemon --watch tests/spec/test.js --exec 'npm test'","browserify":"browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports","uglify":"uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-symbol-support-x.map"},"gitHead":"657e22eb79d48baba9b730afc63fa9750169de66","_id":"has-symbol-support-x@1.2.0","_shasum":"e624ead5190c35b34e4e299344dff6437db02ce2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"xotic750","email":"xotic750@gmail.com"},"dist":{"shasum":"e624ead5190c35b34e4e299344dff6437db02ce2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/has-symbol-support-x/-/has-symbol-support-x-1.2.0.tgz","integrity":"sha512-dGC+AbiKBax/upsE1rmYj/CyFgSdp5Ti/Tiecw1u+1MNcsQ4zIhXERqZM96DcubGjD6/nN0Pg2PgjGPaQMwcMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLpNSXpRvOcPSPZy0n5HcVVVMQIOoh3cgUWp0HhdpsjQIhALLu07YIWJkYUP5jQH380W1qC+EsqgMIZMlO79xZ7Vtz"}]},"maintainers":[{"name":"xotic750","email":"xotic750@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/has-symbol-support-x-1.2.0.tgz_1490706616197_0.672788865165785"},"directories":{}}},"name":"has-symbol-support-x","time":{"1.0.10":"2016-02-13T06:57:39.212Z","1.0.11":"2016-02-15T05:43:57.544Z","2.0.21":"2019-07-27T13:32:25.645Z","2.0.20":"2019-07-27T00:28:56.441Z","2.0.22":"2019-07-31T21:59:55.496Z","2.0.18":"2019-07-25T21:41:01.224Z","2.0.17":"2019-07-24T16:08:16.985Z","2.0.19":"2019-07-26T12:49:18.750Z","modified":"2025-05-14T09:02:09.130Z","2.0.0":"2019-07-10T17:51:27.708Z","2.0.1":"2019-07-12T13:36:31.310Z","2.1.0":"2019-08-14T14:40:29.668Z","created":"2015-12-01T16:30:49.097Z","2.0.8":"2019-07-17T18:25:26.521Z","2.0.10":"2019-07-18T16:07:49.628Z","2.0.9":"2019-07-17T23:30:54.659Z","2.0.6":"2019-07-16T21:08:50.539Z","2.0.12":"2019-07-19T21:36:57.077Z","2.0.7":"2019-07-17T15:21:57.398Z","2.0.11":"2019-07-18T18:28:14.391Z","2.0.4":"2019-07-15T10:42:48.257Z","2.0.14":"2019-07-22T12:19:39.665Z","2.0.5":"2019-07-16T10:19:04.320Z","2.0.13":"2019-07-21T22:23:30.859Z","2.0.2":"2019-07-13T02:01:33.979Z","2.0.16":"2019-07-24T13:28:24.953Z","2.1.1":"2019-08-20T19:11:15.246Z","2.0.3":"2019-07-14T21:44:47.645Z","2.0.15":"2019-07-23T23:48:04.463Z","2.1.2":"2019-08-28T16:54:53.253Z","1.0.3":"2016-01-04T14:45:28.214Z","1.3.0":"2017-07-02T15:17:01.279Z","1.0.4":"2016-01-05T20:20:15.339Z","1.4.0":"2017-07-10T18:26:45.916Z","1.0.5":"2016-01-12T09:40:17.875Z","1.4.1":"2017-09-01T15:33:48.255Z","1.0.6":"2016-01-19T23:49:45.653Z","1.4.2":"2018-02-24T12:28:16.099Z","1.0.7":"2016-01-25T00:26:11.367Z","1.0.8":"2016-01-25T17:15:28.330Z","1.0.9":"2016-02-03T02:07:17.443Z","1.0.0":"2015-12-01T16:30:49.097Z","1.0.1":"2015-12-01T19:01:10.411Z","1.1.0":"2017-02-19T10:10:31.889Z","1.0.2":"2015-12-17T09:54:42.754Z","1.1.1":"2017-03-27T10:14:31.857Z","1.2.0":"2017-03-28T13:10:18.195Z"},"readmeFilename":"README.md","homepage":"https://github.com/Xotic750/has-symbol-support-x"}