{"_id":"uuid","_rev":"285282","name":"uuid","description":"RFC4122 (v1, v4, and v5) UUIDs","dist-tags":{"beta":"9.0.0-beta.0","latest":"9.0.1"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"time":{"modified":"2023-09-20T21:40:05.000Z","created":"2011-03-31T08:12:51.801Z","9.0.1":"2023-09-12T08:56:35.205Z","9.0.0":"2022-09-05T20:03:54.869Z","9.0.0-beta.0":"2022-08-05T10:12:36.295Z","8.3.2":"2020-12-08T20:38:36.233Z","8.3.2-beta.0":"2020-11-21T13:10:15.605Z","8.3.1":"2020-10-04T15:46:46.276Z","8.3.0":"2020-07-27T19:01:36.217Z","8.3.0-beta.0":"2020-07-22T22:28:57.880Z","8.2.0":"2020-06-23T20:56:14.285Z","8.2.0-beta.0":"2020-06-23T07:38:42.240Z","8.1.0":"2020-05-20T18:52:38.248Z","8.0.0":"2020-04-29T20:42:26.823Z","8.0.0-beta.0":"2020-04-29T20:21:52.783Z","7.0.3":"2020-03-31T19:41:24.836Z","7.0.2":"2020-03-04T12:49:00.666Z","7.0.2-beta.0":"2020-03-02T20:31:08.402Z","7.0.1":"2020-02-25T20:26:35.800Z","7.0.0":"2020-02-24T13:23:46.712Z","7.0.0-beta.0":"2020-02-17T11:25:25.965Z","3.4.0":"2020-01-16T21:05:38.628Z","3.3.3":"2019-08-19T13:26:25.072Z","3.3.2":"2018-06-28T21:29:01.853Z","3.3.0":"2018-06-26T13:23:39.426Z","3.2.1":"2018-01-16T17:44:57.871Z","3.2.0":"2018-01-16T14:44:50.639Z","3.1.0":"2017-06-16T17:54:51.877Z","3.0.1":"2016-11-29T07:18:07.016Z","3.0.0":"2016-11-18T05:55:37.542Z","2.0.3":"2016-09-18T21:03:38.127Z","2.0.2":"2016-04-13T07:37:23.788Z","2.0.1":"2014-09-29T09:16:55.228Z","2.0.0":"2014-09-29T09:03:24.612Z","1.4.2":"2014-09-25T09:03:34.083Z","1.4.1":"2013-03-14T05:25:04.735Z","1.4.0":"2013-02-19T22:28:10.376Z","0.0.2":"2011-03-31T08:12:51.801Z","0.0.1":"2011-03-31T08:12:51.801Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"versions":{"9.0.1":{"name":"uuid","version":"9.0.1","description":"RFC4122 (v1, v4, and v5) UUIDs","funding":["https://github.com/sponsors/broofa","https://github.com/sponsors/ctavan"],"commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"browser":{"import":"./dist/esm-browser/index.js","require":"./dist/commonjs-browser/index.js"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/native.js":"./dist/native-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.18.10","@babel/eslint-parser":"7.18.9","@babel/preset-env":"7.18.10","@commitlint/cli":"17.0.3","@commitlint/config-conventional":"17.0.3","bundlewatch":"0.3.3","eslint":"8.21.0","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-import":"2.26.0","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"6.0.0","husky":"8.0.1","jest":"28.1.3","lint-staged":"13.0.3","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.7.1","random-seed":"0.3.0","runmd":"1.3.9","standard-version":"9.5.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"7.16.10","@wdio/cli":"7.16.10","@wdio/jasmine-framework":"7.16.6","@wdio/local-runner":"7.16.10","@wdio/spec-reporter":"7.16.9","@wdio/static-server-service":"7.16.6"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","examples:node:jest:test":"cd examples/node-jest && npm install && npm test","prepare":"cd $( git rev-parse --show-toplevel ) && husky install","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjsNode node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v18' ) && ( npm run build && npx runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"ca1d39d58a6308d5311bcb356a931aa818ec0ded","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@9.0.1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"shasum":"e188d4c8853cc722220392c424cd637f32293f30","size":23487,"noattachment":false,"key":"/uuid/-/uuid-9.0.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-9.0.1.tgz"},"_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"directories":{},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_9.0.1_1694508995051_0.21952707353933043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-12T08:56:35.205Z","publish_time":1694508995205,"_source_registry_name":"default","_cnpm_publish_time":1694508995205},"9.0.0":{"name":"uuid","version":"9.0.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"browser":{"import":"./dist/esm-browser/index.js","require":"./dist/commonjs-browser/index.js"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/native.js":"./dist/native-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.18.10","@babel/eslint-parser":"7.18.9","@babel/preset-env":"7.18.10","@commitlint/cli":"17.0.3","@commitlint/config-conventional":"17.0.3","bundlewatch":"0.3.3","eslint":"8.21.0","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-import":"2.26.0","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"6.0.0","husky":"8.0.1","jest":"28.1.3","lint-staged":"13.0.3","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.7.1","random-seed":"0.3.0","runmd":"1.3.6","standard-version":"9.5.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"7.16.10","@wdio/cli":"7.16.10","@wdio/jasmine-framework":"7.16.6","@wdio/local-runner":"7.16.10","@wdio/spec-reporter":"7.16.9","@wdio/static-server-service":"7.16.6"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","examples:node:jest:test":"cd examples/node-jest && npm install && npm test","prepare":"cd $( git rev-parse --show-toplevel ) && husky install","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjsNode node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v16' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"4cf24c018cead5ebe48cb4da232b57a2345d9fb5","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@9.0.0","_nodeVersion":"16.14.1","_npmVersion":"8.5.0","dist":{"shasum":"592f550650024a38ceb0c562f2f6aa435761efb5","size":23235,"noattachment":false,"key":"/uuid/-/uuid-9.0.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-9.0.0.tgz"},"_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"directories":{},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_9.0.0_1662408234545_0.8259576626529794"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T20:04:24.793Z","publish_time":1662408234869,"_cnpm_publish_time":1662408234869},"9.0.0-beta.0":{"name":"uuid","version":"9.0.0-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"browser":{"import":"./dist/esm-browser/index.js","require":"./dist/commonjs-browser/index.js"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/native.js":"./dist/native-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.18.10","@babel/core":"7.18.10","@babel/eslint-parser":"7.18.9","@babel/preset-env":"7.18.10","@commitlint/cli":"17.0.3","@commitlint/config-conventional":"17.0.3","bundlewatch":"0.3.3","eslint":"8.21.0","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-import":"2.26.0","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"4.2.1","eslint-plugin-promise":"6.0.0","husky":"8.0.1","jest":"28.1.3","lint-staged":"13.0.3","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.7.1","random-seed":"0.3.0","runmd":"1.3.6","standard-version":"9.5.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"7.16.10","@wdio/cli":"7.16.10","@wdio/jasmine-framework":"7.16.6","@wdio/local-runner":"7.16.10","@wdio/spec-reporter":"7.16.9","@wdio/static-server-service":"7.16.6"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","examples:node:jest:test":"cd examples/node-jest && npm install && npm test","prepare":"cd $( git rev-parse --show-toplevel ) && husky install","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjsNode node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v16' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"ee8a9c1edab8d6d6cc81cbb51416b87753fd0ed5","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@9.0.0-beta.0","_nodeVersion":"16.14.1","_npmVersion":"8.5.0","dist":{"shasum":"164a23bd9bc422462a1274e64d34ab7a8dc3f31b","size":22066,"noattachment":false,"key":"/uuid/-/uuid-9.0.0-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-9.0.0-beta.0.tgz"},"_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"directories":{},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_9.0.0-beta.0_1659694356059_0.631985123339952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-05T10:48:39.896Z","publish_time":1659694356295,"_cnpm_publish_time":1659694356295},"8.3.2":{"name":"uuid","version":"8.3.2","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/preset-env":"7.11.5","@commitlint/cli":"11.0.0","@commitlint/config-conventional":"11.0.0","@rollup/plugin-node-resolve":"9.0.0","babel-eslint":"10.1.0","bundlewatch":"0.3.1","eslint":"7.10.0","eslint-config-prettier":"6.12.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.22.1","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.3.0","jest":"25.5.4","lint-staged":"10.4.0","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.1.2","random-seed":"0.3.0","rollup":"2.28.2","rollup-plugin-terser":"7.0.2","runmd":"1.3.2","standard-version":"9.0.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"6.4.0","@wdio/cli":"6.4.0","@wdio/jasmine-framework":"6.4.0","@wdio/local-runner":"6.4.0","@wdio/spec-reporter":"6.4.0","@wdio/static-server-service":"6.4.0","@wdio/sync":"6.4.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"ed3240154759b748f6a3b7d545f3b10759ee4ba7","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.3.2","_nodeVersion":"12.19.1","_npmVersion":"6.14.8","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"80d5b5ced271bb9af6c445f21a1a04c606cefbe2","size":27977,"noattachment":false,"key":"/uuid/-/uuid-8.3.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.3.2.tgz"},"directories":{},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.3.2_1607459915862_0.45108061870390803"},"_hasShrinkwrap":false,"publish_time":1607459916233,"_cnpm_publish_time":1607459916233},"8.3.2-beta.0":{"name":"uuid","version":"8.3.2-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/preset-env":"7.11.5","@commitlint/cli":"11.0.0","@commitlint/config-conventional":"11.0.0","@rollup/plugin-node-resolve":"9.0.0","babel-eslint":"10.1.0","bundlewatch":"0.3.1","eslint":"7.10.0","eslint-config-prettier":"6.12.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.22.1","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.3.0","jest":"25.5.4","lint-staged":"10.4.0","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.1.2","random-seed":"0.3.0","rollup":"2.28.2","rollup-plugin-terser":"7.0.2","runmd":"1.3.2","standard-version":"9.0.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"6.4.0","@wdio/cli":"6.4.0","@wdio/jasmine-framework":"6.4.0","@wdio/local-runner":"6.4.0","@wdio/spec-reporter":"6.4.0","@wdio/static-server-service":"6.4.0","@wdio/sync":"6.4.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"334ef62c330d92f8ca376d09087e8ee9abc5cc12","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.3.2-beta.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"ecd8091258ce05be1dfb1fa7330481aaf90509a4","size":27758,"noattachment":false,"key":"/uuid/-/uuid-8.3.2-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.3.2-beta.0.tgz"},"directories":{},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.3.2-beta.0_1605964215452_0.17989725484763142"},"_hasShrinkwrap":false,"publish_time":1605964215605,"_cnpm_publish_time":1605964215605},"8.3.1":{"name":"uuid","version":"8.3.1","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.11.6","@babel/core":"7.11.6","@babel/preset-env":"7.11.5","@commitlint/cli":"11.0.0","@commitlint/config-conventional":"11.0.0","@rollup/plugin-node-resolve":"9.0.0","babel-eslint":"10.1.0","bundlewatch":"0.3.1","eslint":"7.10.0","eslint-config-prettier":"6.12.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.22.1","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.3.0","jest":"25.5.4","lint-staged":"10.4.0","npm-run-all":"4.1.5","optional-dev-dependency":"2.0.1","prettier":"2.1.2","random-seed":"0.3.0","rollup":"2.28.2","rollup-plugin-terser":"7.0.2","runmd":"1.3.2","standard-version":"9.0.0"},"optionalDevDependencies":{"@wdio/browserstack-service":"6.4.0","@wdio/cli":"6.4.0","@wdio/jasmine-framework":"6.4.0","@wdio/local-runner":"6.4.0","@wdio/spec-reporter":"6.4.0","@wdio/static-server-service":"6.4.0","@wdio/sync":"6.4.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"252ebcfb33b2d056963a530fc02067ae3de6095a","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.3.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"2ba2e6ca000da60fce5a196954ab241131e05a31","size":27668,"noattachment":false,"key":"/uuid/-/uuid-8.3.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.3.1.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.3.1_1601826406124_0.8839671601486778"},"_hasShrinkwrap":false,"publish_time":1601826406276,"_cnpm_publish_time":1601826406276},"8.3.0":{"name":"uuid","version":"8.3.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/preset-env":"7.10.3","@commitlint/cli":"9.1.2","@commitlint/config-conventional":"9.0.1","@rollup/plugin-node-resolve":"8.0.1","@wdio/browserstack-service":"6.1.15","@wdio/cli":"6.1.20","@wdio/jasmine-framework":"6.1.17","@wdio/local-runner":"6.1.20","@wdio/spec-reporter":"6.1.14","@wdio/static-server-service":"6.1.14","@wdio/sync":"6.1.14","babel-eslint":"10.1.0","bundlewatch":"0.2.7","eslint":"7.3.0","eslint-config-prettier":"6.11.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.21.2","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.2.5","jest":"25.5.4","lint-staged":"10.2.11","npm-run-all":"4.1.5","prettier":"2.0.5","random-seed":"0.3.0","rollup":"2.18.0","rollup-plugin-terser":"6.1.0","runmd":"1.3.2","standard-version":"8.0.2"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"a91f78d9e593b8a9af1cfebdf33b771b82c42475","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.3.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"ab738085ca22dc9a8c92725e459b1d507df5d6ea","size":27105,"noattachment":false,"key":"/uuid/-/uuid-8.3.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.3.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.3.0_1595876496032_0.44563664352850596"},"_hasShrinkwrap":false,"publish_time":1595876496217,"_cnpm_publish_time":1595876496217},"8.3.0-beta.0":{"name":"uuid","version":"8.3.0-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/preset-env":"7.10.3","@commitlint/cli":"9.1.2","@commitlint/config-conventional":"9.0.1","@rollup/plugin-node-resolve":"8.0.1","@wdio/browserstack-service":"6.1.15","@wdio/cli":"6.1.20","@wdio/jasmine-framework":"6.1.17","@wdio/local-runner":"6.1.20","@wdio/spec-reporter":"6.1.14","@wdio/static-server-service":"6.1.14","@wdio/sync":"6.1.14","babel-eslint":"10.1.0","bundlewatch":"0.2.7","eslint":"7.3.0","eslint-config-prettier":"6.11.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.21.2","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.2.5","jest":"25.5.4","lint-staged":"10.2.11","npm-run-all":"4.1.5","prettier":"2.0.5","random-seed":"0.3.0","rollup":"2.18.0","rollup-plugin-terser":"6.1.0","runmd":"1.3.2","standard-version":"8.0.2"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"d6c185161b80f277ff03fc151e0f4bfb848a4570","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.3.0-beta.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"fbe17ffc7b6214d36a52c89f9e19c82dcc0f294a","size":26953,"noattachment":false,"key":"/uuid/-/uuid-8.3.0-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.3.0-beta.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.3.0-beta.0_1595456937747_0.8708052138920852"},"_hasShrinkwrap":false,"publish_time":1595456937880,"_cnpm_publish_time":1595456937880},"8.2.0":{"name":"uuid","version":"8.2.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/preset-env":"7.10.3","@commitlint/cli":"9.0.1","@commitlint/config-conventional":"9.0.1","@rollup/plugin-node-resolve":"8.0.1","@wdio/browserstack-service":"6.1.15","@wdio/cli":"6.1.20","@wdio/jasmine-framework":"6.1.17","@wdio/local-runner":"6.1.20","@wdio/spec-reporter":"6.1.14","@wdio/static-server-service":"6.1.14","@wdio/sync":"6.1.14","babel-eslint":"10.1.0","bundlewatch":"0.2.7","eslint":"7.3.0","eslint-config-prettier":"6.11.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.21.2","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.2.5","jest":"25.5.4","lint-staged":"10.2.11","npm-run-all":"4.1.5","prettier":"2.0.5","rollup":"2.18.0","rollup-plugin-terser":"6.1.0","runmd":"1.3.2","standard-version":"8.0.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"b51f172b22580dabd382861c1a6316173244f51b","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.2.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"cb10dd6b118e2dada7d0cd9730ba7417c93d920e","size":24252,"noattachment":false,"key":"/uuid/-/uuid-8.2.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.2.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.2.0_1592945774107_0.25456791127041134"},"_hasShrinkwrap":false,"publish_time":1592945774285,"_cnpm_publish_time":1592945774285},"8.2.0-beta.0":{"name":"uuid","version":"8.2.0-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{".":{"node":{"module":"./dist/esm-node/index.js","require":"./dist/index.js","import":"./wrapper.mjs"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.10.3","@babel/core":"7.10.3","@babel/preset-env":"7.10.3","@commitlint/cli":"9.0.1","@commitlint/config-conventional":"9.0.1","@rollup/plugin-node-resolve":"8.0.1","@wdio/browserstack-service":"6.1.15","@wdio/cli":"6.1.20","@wdio/jasmine-framework":"6.1.17","@wdio/local-runner":"6.1.20","@wdio/spec-reporter":"6.1.14","@wdio/static-server-service":"6.1.14","@wdio/sync":"6.1.14","babel-eslint":"10.1.0","bundlewatch":"0.2.7","eslint":"7.3.0","eslint-config-prettier":"6.11.0","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.21.2","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.4","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.2.5","jest":"25.5.4","lint-staged":"10.2.11","npm-run-all":"4.1.5","prettier":"2.0.5","rollup":"2.18.0","rollup-plugin-terser":"6.1.0","runmd":"1.3.2","standard-version":"8.0.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"e5075c871ad571b7e08a300b855e5a308b021aef","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.2.0-beta.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"bbab71018e75e556381986bbaaf849648d0665c5","size":23887,"noattachment":false,"key":"/uuid/-/uuid-8.2.0-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.2.0-beta.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.2.0-beta.0_1592897922131_0.21824069661026968"},"_hasShrinkwrap":false,"publish_time":1592897922240,"_cnpm_publish_time":1592897922240},"8.1.0":{"name":"uuid","version":"8.1.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{"./package.json":"./package.json",".":{"require":"./dist/index.js","import":"./wrapper.mjs"}},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/preset-env":"7.9.5","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.3","@wdio/browserstack-service":"6.0.12","@wdio/cli":"6.0.15","@wdio/jasmine-framework":"6.0.15","@wdio/local-runner":"6.0.15","@wdio/spec-reporter":"6.0.14","@wdio/static-server-service":"6.0.13","@wdio/sync":"6.0.15","babel-eslint":"10.1.0","bundlewatch":"0.2.6","eslint":"6.8.0","eslint-config-prettier":"6.10.1","eslint-config-standard":"14.1.1","eslint-plugin-import":"2.20.2","eslint-plugin-node":"11.1.0","eslint-plugin-prettier":"3.1.3","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","husky":"4.2.5","jest":"25.3.0","lint-staged":"10.1.3","npm-run-all":"4.1.5","prettier":"2.0.4","rollup":"2.6.1","rollup-plugin-terser":"5.3.0","runmd":"1.3.2","standard-version":"7.1.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","pretest:benchmark":"npm run build","test:benchmark":"cd examples/benchmark && npm install && npm test","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"4124ec75f032da7b405b870b68219cda8495297f","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.1.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"6f1536eb43249f473abc6bd58ff983da1ca30d8d","size":23886,"noattachment":false,"key":"/uuid/-/uuid-8.1.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.1.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.1.0_1590000758059_0.9915391136867249"},"_hasShrinkwrap":false,"publish_time":1590000758248,"_cnpm_publish_time":1590000758248},"8.0.0":{"name":"uuid","version":"8.0.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{"require":"./dist/index.js","import":"./wrapper.mjs"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/preset-env":"7.9.5","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.3","@wdio/browserstack-service":"6.0.12","@wdio/cli":"6.0.15","@wdio/jasmine-framework":"6.0.15","@wdio/local-runner":"6.0.15","@wdio/spec-reporter":"6.0.14","@wdio/static-server-service":"6.0.13","@wdio/sync":"6.0.15","babel-eslint":"10.1.0","bundlewatch":"0.2.6","eslint":"6.8.0","eslint-config-prettier":"6.10.1","eslint-plugin-prettier":"3.1.3","husky":"4.2.5","jest":"25.3.0","lint-staged":"10.1.3","npm-run-all":"4.1.5","prettier":"2.0.4","rollup":"2.6.1","rollup-plugin-terser":"5.3.0","runmd":"1.3.2","standard-version":"7.1.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"a7d3d517382490eda6dd21158e5413261c45ccdd","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.0.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c","size":22827,"noattachment":false,"key":"/uuid/-/uuid-8.0.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.0.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.0.0_1588192946684_0.9321919222541137"},"_hasShrinkwrap":false,"publish_time":1588192946823,"_cnpm_publish_time":1588192946823},"8.0.0-beta.0":{"name":"uuid","version":"8.0.0-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"./dist/index.js","exports":{"require":"./dist/index.js","import":"./wrapper.mjs"},"module":"./dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/preset-env":"7.9.5","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.3","@wdio/browserstack-service":"6.0.12","@wdio/cli":"6.0.15","@wdio/jasmine-framework":"6.0.15","@wdio/local-runner":"6.0.15","@wdio/spec-reporter":"6.0.14","@wdio/static-server-service":"6.0.13","@wdio/sync":"6.0.15","babel-eslint":"10.1.0","bundlewatch":"0.2.6","eslint":"6.8.0","eslint-config-prettier":"6.10.1","eslint-plugin-prettier":"3.1.3","husky":"4.2.5","jest":"25.3.0","lint-staged":"10.1.3","npm-run-all":"4.1.5","prettier":"2.0.4","rollup":"2.6.1","rollup-plugin-terser":"5.3.0","runmd":"1.3.2","standard-version":"7.1.0"},"scripts":{"examples:browser:webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser:rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm install && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm install && npm test","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"[ -n $CI ] || npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:browser:**","test:browser":"wdio run ./wdio.conf.js","pretest:node":"npm run build","test:node":"npm-run-all --parallel examples:node:**","test:pack":"./scripts/testpack.sh","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"npm run docs && git diff --quiet README.md","build":"./scripts/build.sh","prepack":"npm run build","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"99d65afdc42b98377842756c0743bc38dcb03570","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@8.0.0-beta.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"93e7d8e269022a2fa2027d6a77d4129de877fadb","size":22383,"noattachment":false,"key":"/uuid/-/uuid-8.0.0-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-8.0.0-beta.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_8.0.0-beta.0_1588191712623_0.4997152339873798"},"_hasShrinkwrap":false,"publish_time":1588191712783,"_cnpm_publish_time":1588191712783},"7.0.3":{"name":"uuid","version":"7.0.3","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.7","@babel/preset-env":"7.8.7","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.1","@wdio/browserstack-service":"5.18.7","@wdio/cli":"5.18.7","@wdio/jasmine-framework":"5.18.6","@wdio/local-runner":"5.18.7","@wdio/spec-reporter":"5.18.7","@wdio/static-server-service":"5.16.10","@wdio/sync":"5.18.7","babel-eslint":"10.1.0","babel-plugin-add-module-exports":"1.0.2","bundlewatch":"0.2.6","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","husky":"3.0.9","jest":"25.1.0","lint-staged":"10.0.8","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.32.0","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","standard-version":"7.1.0"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"wdio run ./wdio.conf.js","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"4fcd881246f102239fa386f958ec0e5f83b53bbe","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.3","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b","size":22660,"noattachment":false,"key":"/uuid/-/uuid-7.0.3.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.3.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.3_1585683684668_0.7417149445973905"},"_hasShrinkwrap":false,"publish_time":1585683684836,"_cnpm_publish_time":1585683684836},"7.0.2":{"name":"uuid","version":"7.0.2","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/preset-env":"7.8.4","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.1","babel-eslint":"10.0.3","babel-plugin-add-module-exports":"1.0.2","browserstack-local":"1.4.5","bundlewatch":"0.2.5","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","esm":"3.2.25","http-server":"0.12.1","husky":"3.0.9","jest":"25.1.0","lint-staged":"10.0.7","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.31.1","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","selenium-webdriver":"3.6.0","standard-version":"7.1.0"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"BABEL_ENV=commonjs jest --forceExit --verbose test/browser/${BROWSER:-}*","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && CI_REPO_OWNER=uuidjs CI_REPO_NAME=uuid CI_COMMIT_SHA=$GITHUB_SHA CI_BRANCH=${GITHUB_REF##refs/heads/} bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"4b61be05c840ba4d6fadf89cc8d4e1bbba7b9b1a","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.2","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6","size":22431,"noattachment":false,"key":"/uuid/-/uuid-7.0.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.2.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.2_1583326140504_0.43396107706675835"},"_hasShrinkwrap":false,"publish_time":1583326140666,"_cnpm_publish_time":1583326140666},"7.0.2-beta.0":{"name":"uuid","version":"7.0.2-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/preset-env":"7.8.4","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.1","babel-eslint":"10.0.3","babel-plugin-add-module-exports":"1.0.2","browserstack-local":"1.4.5","bundlewatch":"0.2.5","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","esm":"3.2.25","http-server":"0.12.1","husky":"3.0.9","jest":"25.1.0","lint-staged":"10.0.7","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.31.1","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","selenium-webdriver":"3.6.0","standard-version":"7.1.0"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"BABEL_ENV=commonjs jest --forceExit --verbose test/browser/${BROWSER:-}*","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && CI_REPO_OWNER=uuidjs CI_REPO_NAME=uuid CI_COMMIT_SHA=$GITHUB_SHA CI_BRANCH=${GITHUB_REF##refs/heads/} bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"readmeFilename":"README.md","gitHead":"0da6efbc703a93236087ff55cd9087d2dcdff155","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.2-beta.0","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"8cc5d456c79a9dcb527108a799639cbf2e764bab","size":22280,"noattachment":false,"key":"/uuid/-/uuid-7.0.2-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.2-beta.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.2-beta.0_1583181068234_0.11125894339297981"},"_hasShrinkwrap":false,"publish_time":1583181068402,"_cnpm_publish_time":1583181068402},"7.0.1":{"name":"uuid","version":"7.0.1","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-node/index.js","browser":{"./dist/md5.js":"./dist/md5-browser.js","./dist/rng.js":"./dist/rng-browser.js","./dist/sha1.js":"./dist/sha1-browser.js","./dist/esm-node/index.js":"./dist/esm-browser/index.js"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/preset-env":"7.8.4","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","@rollup/plugin-node-resolve":"7.1.1","babel-eslint":"10.0.3","babel-plugin-add-module-exports":"1.0.2","browserstack-local":"1.4.5","bundlewatch":"0.2.5","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","esm":"3.2.25","http-server":"0.12.1","husky":"3.0.9","jest":"25.1.0","lint-staged":"10.0.7","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.31.1","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","selenium-webdriver":"3.6.0","standard-version":"7.1.0"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"BABEL_ENV=commonjs jest --forceExit --verbose test/browser/${BROWSER:-}*","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && CI_REPO_OWNER=uuidjs CI_REPO_NAME=uuid CI_COMMIT_SHA=$GITHUB_SHA CI_BRANCH=${GITHUB_REF##refs/heads/} bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"3f78220564ff2abcb06cbf5ea173513a0e0cba43","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.1","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"95ed6ff3d8c881cbf85f0f05cc3915ef994818ef","size":21987,"noattachment":false,"key":"/uuid/-/uuid-7.0.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.1.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.1_1582662395609_0.09015471273563103"},"_hasShrinkwrap":false,"publish_time":1582662395800,"_cnpm_publish_time":1582662395800},"7.0.0":{"name":"uuid","version":"7.0.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-browser/index.js","devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/preset-env":"7.8.4","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","babel-eslint":"10.0.3","babel-plugin-add-module-exports":"1.0.2","browserstack-local":"1.4.5","bundlewatch":"0.2.5","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-prettier":"3.1.2","esm":"3.2.25","http-server":"0.12.1","husky":"3.0.9","jest":"25.1.0","lint-staged":"10.0.7","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.31.1","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","selenium-webdriver":"3.6.0","standard-version":"7.1.0"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"BABEL_ENV=commonjs jest --forceExit --verbose test/browser/${BROWSER:-}*","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && CI_REPO_OWNER=uuidjs CI_REPO_NAME=uuid CI_COMMIT_SHA=$GITHUB_SHA CI_BRANCH=${GITHUB_REF##refs/heads/} bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"63e5702d7629303a5193c4dd31825376f240f888","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.0","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"1833d4b9ce50b732bfaa271f9cb74e974d303c79","size":21015,"noattachment":false,"key":"/uuid/-/uuid-7.0.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.0_1582550626542_0.483157796354976"},"_hasShrinkwrap":false,"publish_time":1582550626712,"_cnpm_publish_time":1582550626712},"7.0.0-beta.0":{"name":"uuid","version":"7.0.0-beta.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"dist/bin/uuid"},"sideEffects":false,"main":"dist/index.js","module":"dist/esm-browser/index.js","devDependencies":{"@babel/cli":"7.8.3","@babel/core":"7.8.3","@babel/preset-env":"7.8.3","@commitlint/cli":"8.3.5","@commitlint/config-conventional":"8.3.4","babel-eslint":"10.0.3","babel-plugin-add-module-exports":"1.0.2","browserstack-local":"1.4.4","bundlewatch":"0.2.5","eslint":"6.8.0","eslint-config-prettier":"6.9.0","eslint-plugin-prettier":"3.1.2","esm":"3.2.25","http-server":"0.12.1","husky":"3.0.9","jest":"24.9.0","lint-staged":"10.0.1","npm-run-all":"4.1.5","prettier":"1.19.1","rollup":"1.30.0","rollup-plugin-terser":"5.2.0","runmd":"1.3.2","selenium-webdriver":"3.6.0","standard-version":"7.0.1"},"scripts":{"examples:browser-webpack:build":"cd examples/browser-webpack && npm install && npm run build","examples:browser-rollup:build":"cd examples/browser-rollup && npm install && npm run build","examples:browser-esmodules:build":"cd examples/browser-esmodules && npm install && npm run build","lint":"npm run eslint:check && npm run prettier:check","eslint:check":"eslint src/ test/ examples/ *.js","eslint:fix":"eslint --fix src/ test/ examples/ *.js","pretest":"npm run build","test":"BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/","pretest:browser":"npm run build && npm-run-all --parallel examples:**","test:browser":"BABEL_ENV=commonjs jest --forceExit --verbose test/browser/${BROWSER:-}*","prettier:check":"prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'","prettier:fix":"prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'","ci":"npm run lint && npm run test && npm run prettier:check && npm run docs:diff && npm run bundlewatch","bundlewatch":"( node --version | grep -vq 'v12' ) || ( npm run pretest:browser && CI_REPO_OWNER=uuidjs CI_REPO_NAME=uuid CI_COMMIT_SHA=$GITHUB_SHA CI_BRANCH=${GITHUB_REF##refs/heads/} bundlewatch --config bundlewatch.config.json )","md":"runmd --watch --output=README.md README_js.md","docs":"( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )","docs:diff":"( node --version | grep -vq 'v12' ) || ( npm run docs && git diff --quiet README.md )","build":"./scripts/build.sh","release":"standard-version --no-verify"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"lint-staged":{"*.{js,jsx,json,md}":["prettier --write"],"*.{js,jsx}":["eslint --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md","postcommit":"npm run build"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"522e44c055871493303ec0158dac75d7ce1eba5b","readmeFilename":"README.md","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@7.0.0-beta.0","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"7f2bd91cf896f8f3d8d911d995edd7d66d4c2651","size":19637,"noattachment":false,"key":"/uuid/-/uuid-7.0.0-beta.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-7.0.0-beta.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_7.0.0-beta.0_1581938725845_0.7896196061229703"},"_hasShrinkwrap":false,"publish_time":1581938725965,"_cnpm_publish_time":1581938725965},"3.4.0":{"name":"uuid","version":"3.4.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"~8.2.0","@commitlint/config-conventional":"~8.2.0","eslint":"~6.4.0","husky":"~3.0.5","mocha":"6.2.0","runmd":"1.2.1","standard-version":"7.0.0"},"scripts":{"lint":"eslint .","test":"npm run lint && mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/uuidjs/uuid.git"},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"3df73a98f07c0a38a94bcaf1ecde0e384dc3b126","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"homepage":"https://github.com/uuidjs/uuid#readme","_id":"uuid@3.4.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","_npmUser":{"name":"ctavan","email":"dev@tavan.de"},"dist":{"shasum":"b23e4358afa8a202fe7a100af1f5f883f02007ee","size":12156,"noattachment":false,"key":"/uuid/-/uuid-3.4.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.4.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_3.4.0_1579208738423_0.4772515028870088"},"_hasShrinkwrap":false,"publish_time":1579208738628,"_cnpm_publish_time":1579208738628,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.3.3":{"name":"uuid","version":"3.3.3","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"8.1.0","@commitlint/config-conventional":"8.1.0","eslint":"6.2.0","husky":"3.0.4","mocha":"6.2.0","runmd":"1.2.1","standard-version":"7.0.0"},"scripts":{"commitmsg":"commitlint -E HUSKY_GIT_PARAMS","test":"mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"ab33c8a77df180de1a12fede423490b3c2de9d07","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.3.3","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"dist":{"shasum":"4568f0216e78760ee1dbf3a4d2cf53e224112866","size":12119,"noattachment":false,"key":"/uuid/-/uuid-3.3.3.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.3.3.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_3.3.3_1566221184938_0.9358725731017152"},"_hasShrinkwrap":false,"publish_time":1566221185072,"_cnpm_publish_time":1566221185072,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.3.2":{"name":"uuid","version":"3.3.2","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"7.0.0","@commitlint/config-conventional":"7.0.1","eslint":"4.19.1","husky":"0.14.3","mocha":"5.2.0","runmd":"1.0.1","standard-version":"4.4.0"},"scripts":{"commitmsg":"commitlint -E GIT_PARAMS","test":"mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"fe4ae79c55af2c7cbf2bb39d3bcb6716d5367091","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.3.2","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"1b4af4955eb3077c501c23872fc6513811587131","size":12909,"noattachment":false,"key":"/uuid/-/uuid-3.3.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.3.2.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_3.3.2_1530221341707_0.5404045638057293"},"_hasShrinkwrap":false,"publish_time":1530221341853,"_cnpm_publish_time":1530221341853,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.3.0":{"name":"uuid","version":"3.3.0","description":"RFC4122 (v1, v4, and v5) UUIDs","commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"@commitlint/cli":"7.0.0","@commitlint/config-conventional":"7.0.1","eslint":"4.19.1","husky":"0.14.3","mocha":"5.2.0","runmd":"1.0.1","standard-version":"4.4.0"},"scripts":{"commitmsg":"commitlint -E GIT_PARAMS","test":"mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"1cb9826260b46352db19ccbfb36dfdbc323c35c9","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.3.0","_npmVersion":"6.0.0","_nodeVersion":"8.11.1","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"b237147804881d7b86f40a7ff8f590f15c37de32","size":12884,"noattachment":false,"key":"/uuid/-/uuid-3.3.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.3.0.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid_3.3.0_1530019419356_0.9632179204070574"},"_hasShrinkwrap":false,"publish_time":1530019419426,"_cnpm_publish_time":1530019419426,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.2.1":{"name":"uuid","version":"3.2.1","description":"RFC4122 (v1, v4, and v5) UUIDs","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"eslint":"4.5.0","mocha":"3.1.2","runmd":"1.0.1","standard-version":"4.2.0"},"scripts":{"test":"mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"dependencies":{},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"ce7d3176fc927ab83b4e29b8d5a37b7243ce3360","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.2.1","_npmVersion":"5.5.1","_nodeVersion":"7.10.1","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14","size":12286,"noattachment":false,"key":"/uuid/-/uuid-3.2.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.2.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid-3.2.1.tgz_1516124697652_0.3172094284091145"},"directories":{},"publish_time":1516124697871,"_hasShrinkwrap":false,"_cnpm_publish_time":1516124697871,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.2.0":{"name":"uuid","version":"3.2.0","description":"RFC4122 (v1, v4, and v5) UUIDs","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"eslint":"4.5.0","mocha":"3.1.2","runmd":"1.0.1","standard-version":"4.2.0"},"scripts":{"test":"mocha test/test.js","md":"runmd --watch --output=README.md README_js.md","release":"standard-version","prepare":"runmd --output=README.md README_js.md"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js","./lib/md5.js":"./lib/md5-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"dependencies":{},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"c0d44fda8abeac5eb1444f03a135f8a6353854da","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.2.0","_npmVersion":"5.5.1","_nodeVersion":"7.10.1","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"19a63e22b3b32a0ba23984a4f384836465e24949","size":12203,"noattachment":false,"key":"/uuid/-/uuid-3.2.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.2.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid-3.2.0.tgz_1516113890512_0.8254034700803459"},"directories":{},"publish_time":1516113890639,"_hasShrinkwrap":false,"_cnpm_publish_time":1516113890639,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.1.0":{"name":"uuid","version":"3.1.0","description":"RFC4122 (v1, v4, and v5) UUIDs","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"c50ac88f098ecfbff9a940816c8e6825ffd7e05a","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.1.0","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"3dd3d3e790abc24d7b0d3a034ffababe28ebbc04","size":8471,"noattachment":false,"key":"/uuid/-/uuid-3.1.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.1.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid-3.1.0.tgz_1497635691778_0.6424044836312532"},"directories":{},"publish_time":1497635691877,"_cnpm_publish_time":1497635691877,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.0.1":{"name":"uuid","version":"3.0.1","description":"RFC4122 (v1 and v4) generator","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"374de826de71d8997f71b4641f65552e48956ced","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.0.1","_shasum":"6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1","size":7195,"noattachment":false,"key":"/uuid/-/uuid-3.0.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.0.1.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"},"directories":{},"publish_time":1480403887016,"_cnpm_publish_time":1480403887016,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"3.0.0":{"name":"uuid","version":"3.0.0","description":"RFC4122 (v1 and v4) generator","keywords":["uuid","guid","rfc4122"],"license":"MIT","main":"./uuid.js","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"923fe4a7893c2057b608c0c74743ad5512599072","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.0.0","_shasum":"6728fc0459c450d796a99c31837569bdf672d728","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"6728fc0459c450d796a99c31837569bdf672d728","size":6878,"noattachment":false,"key":"/uuid/-/uuid-3.0.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-3.0.0.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uuid-3.0.0.tgz_1479448535568_0.9578766466584057"},"directories":{},"publish_time":1479448537542,"_cnpm_publish_time":1479448537542,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"2.0.3":{"name":"uuid","version":"2.0.3","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"license":"MIT","main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/defunctzombie/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"3f44acd0e722e965c14af816e2f658361a6b15f9","bugs":{"url":"https://github.com/defunctzombie/node-uuid/issues"},"homepage":"https://github.com/defunctzombie/node-uuid#readme","_id":"uuid@2.0.3","_shasum":"67e2e863797215530dff318e5bf9dcebfd47b21a","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"67e2e863797215530dff318e5bf9dcebfd47b21a","size":12162,"noattachment":false,"key":"/uuid/-/uuid-2.0.3.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-2.0.3.tgz"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-2.0.3.tgz_1474232617862_0.6578061426989734"},"directories":{},"publish_time":1474232618127,"_cnpm_publish_time":1474232618127,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"2.0.2":{"name":"uuid","version":"2.0.2","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"license":"MIT","main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"6e95855ff4b79881aa95c5502478314adc6719dc","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid#readme","_id":"uuid@2.0.2","_shasum":"48bd5698f0677e3c7901a1c46ef15b1643794726","_from":".","_npmVersion":"2.15.2","_nodeVersion":"5.9.1","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"48bd5698f0677e3c7901a1c46ef15b1643794726","size":12142,"noattachment":false,"key":"/uuid/-/uuid-2.0.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-2.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-2.0.2.tgz_1460533041436_0.07706069457344711"},"directories":{},"publish_time":1460533043788,"_cnpm_publish_time":1460533043788,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"2.0.1":{"name":"uuid","version":"2.0.1","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"ddaf90942095f26ee8c1961b4346f093b3e7eb5b","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@2.0.1","_shasum":"c2a30dedb3e535d72ccf82e343941a50ba8533ac","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"c2a30dedb3e535d72ccf82e343941a50ba8533ac","size":12187,"noattachment":false,"key":"/uuid/-/uuid-2.0.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-2.0.1.tgz"},"directories":{},"publish_time":1411982215228,"_cnpm_publish_time":1411982215228,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"2.0.0":{"name":"uuid","version":"2.0.0","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"3c007a5748d6fcbd0916ea8b6d18539958972932","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@2.0.0","_shasum":"377ab4417736dba5ce379ff0a0c1a539921ebb74","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"377ab4417736dba5ce379ff0a0c1a539921ebb74","size":12186,"noattachment":false,"key":"/uuid/-/uuid-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-2.0.0.tgz"},"directories":{},"publish_time":1411981404612,"_cnpm_publish_time":1411981404612,"_hasShrinkwrap":false,"deprecated":"Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"1.4.2":{"name":"uuid","version":"1.4.2","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js","./buffer.js":"./buffer-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"688730efe3ec3ab7c12c6b92db2aa2826a50ed14","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@1.4.2","_shasum":"453019f686966a6df83cdc5244e7c990ecc332fc","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"dist":{"shasum":"453019f686966a6df83cdc5244e7c990ecc332fc","size":12420,"noattachment":false,"key":"/uuid/-/uuid-1.4.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-1.4.2.tgz"},"directories":{},"publish_time":1411635814083,"_cnpm_publish_time":1411635814083,"_hasShrinkwrap":false,"deprecated":"Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"1.4.1":{"name":"uuid","version":"1.4.1","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"_id":"uuid@1.4.1","dist":{"shasum":"a337828580d426e375b8ee11bd2bf901a596e0b8","size":12136,"noattachment":false,"key":"/uuid/-/uuid-1.4.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-1.4.1.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"publish_time":1363238704735,"_hasShrinkwrap":false,"_cnpm_publish_time":1363238704735,"deprecated":"Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"1.4.0":{"name":"uuid","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","url":"http://github.com/broofa/node-uuid","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"}],"lib":".","main":"./uuid.js","repository":{"type":"git","url":"https://github.com/broofa/node-uuid.git"},"version":"1.4.0","_id":"uuid@1.4.0","dist":{"shasum":"d0d3b84ab56902e99ff952f2a17aa3986d44d36f","size":12204,"noattachment":false,"key":"/uuid/-/uuid-1.4.0.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-1.4.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"tim-smart","email":"tim@fostle.com"},"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"directories":{},"publish_time":1361312890376,"_hasShrinkwrap":false,"_cnpm_publish_time":1361312890376,"deprecated":"Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"0.0.2":{"name":"uuid","description":"Simple libuuid bindings to allow UUIDs to be generated from JS.","version":"0.0.2","author":{"name":"Nikhil Marathe"},"repository":{"type":"hg","url":"http://bitbucket.org/nikhilm/uuidjs"},"engine":["node >=0.1.103"],"scripts":{"preinstall":"node-waf configure && node-waf build"},"main":"build/default/uuid","_id":"uuid@0.0.2","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"shasum":"3171f2c4f58895b8b307692a335fb2349ddf6733","size":2547,"noattachment":false,"key":"/uuid/-/uuid-0.0.2.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-0.0.2.tgz"},"directories":{},"publish_time":1301559171801,"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_hasShrinkwrap":false,"_cnpm_publish_time":1301559171801,"deprecated":"Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."},"0.0.1":{"name":"uuid","description":"Simple libuuid bindings to allow UUIDs to be generated from JS.","version":"0.0.1","author":{"name":"Nikhil Marathe"},"repository":{"type":"hg","url":"http://bitbucket.org/nikhilm/uuidjs"},"engine":["node >=0.1.103"],"scripts":{"preinstall":"node-waf configure && node-waf build"},"main":"build/default/uuid","_id":"uuid@0.0.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"shasum":"5b43a6840d25914b5a76a0664d71a51601ddec79","size":2499,"noattachment":false,"key":"/uuid/-/uuid-0.0.1.tgz","tarball":"http://name.csiicloud.com:7001/uuid/download/uuid-0.0.1.tgz"},"directories":{},"publish_time":1301559171801,"maintainers":[{"name":"broofa","email":""},{"name":"ctavan","email":""}],"_hasShrinkwrap":false,"_cnpm_publish_time":1301559171801,"deprecated":"Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details."}},"readme":"<!--\n  -- This file is auto-generated from README_js.md. Changes should be made there.\n  -->\n\n\n# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)\n\nFor the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs\n\n- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs\n- **Cross-platform** - Support for ...\n  - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)\n  - NodeJS 12+ ([LTS releases](https://github.com/nodejs/Release))\n  - Chrome, Safari, Firefox, Edge browsers\n  - Webpack and rollup.js module bundlers\n  - [React Native / Expo](#react-native--expo)\n- **Secure** - Cryptographically-strong random values\n- **Small** - Zero-dependency, small footprint, plays nice with \"tree shaking\" packagers\n- **CLI** - Includes the [`uuid` command line](#command-line) utility\n\n> **Note** Upgrading from `uuid@3`? Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details.\n\n> **Note** Only interested in creating a version 4 UUID? You might be able to use [`crypto.randomUUID()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID), eliminating the need to install this library.\n\n## Quickstart\n\nTo create a random UUID...\n\n**1. Install**\n\n```shell\nnpm install uuid\n```\n\n**2. Create a UUID** (ES6 module syntax)\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\nuuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'\n```\n\n... or using CommonJS syntax:\n\n```javascript\nconst { v4: uuidv4 } = require('uuid');\nuuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'\n```\n\nFor timestamp UUIDs, namespace UUIDs, and other options read on ...\n\n## API Summary\n\n|  |  |  |\n| --- | --- | --- |\n| [`uuid.NIL`](#uuidnil) | The nil UUID string (all zeros) | New in `uuid@8.3` |\n| [`uuid.parse()`](#uuidparsestr) | Convert UUID string to array of bytes | New in `uuid@8.3` |\n| [`uuid.stringify()`](#uuidstringifyarr-offset) | Convert array of bytes to UUID string | New in `uuid@8.3` |\n| [`uuid.v1()`](#uuidv1options-buffer-offset) | Create a version 1 (timestamp) UUID |  |\n| [`uuid.v3()`](#uuidv3name-namespace-buffer-offset) | Create a version 3 (namespace w/ MD5) UUID |  |\n| [`uuid.v4()`](#uuidv4options-buffer-offset) | Create a version 4 (random) UUID |  |\n| [`uuid.v5()`](#uuidv5name-namespace-buffer-offset) | Create a version 5 (namespace w/ SHA-1) UUID |  |\n| [`uuid.validate()`](#uuidvalidatestr) | Test a string to see if it is a valid UUID | New in `uuid@8.3` |\n| [`uuid.version()`](#uuidversionstr) | Detect RFC version of a UUID | New in `uuid@8.3` |\n\n## API\n\n### uuid.NIL\n\nThe nil UUID string (all zeros).\n\nExample:\n\n```javascript\nimport { NIL as NIL_UUID } from 'uuid';\n\nNIL_UUID; // ⇨ '00000000-0000-0000-0000-000000000000'\n```\n\n### uuid.parse(str)\n\nConvert UUID string to array of bytes\n\n|           |                                          |\n| --------- | ---------------------------------------- |\n| `str`     | A valid UUID `String`                    |\n| _returns_ | `Uint8Array[16]`                         |\n| _throws_  | `TypeError` if `str` is not a valid UUID |\n\nNote: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left &Rarr; right order of hex-pairs in UUID strings. As shown in the example below.\n\nExample:\n\n```javascript\nimport { parse as uuidParse } from 'uuid';\n\n// Parse a UUID\nconst bytes = uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b');\n\n// Convert to hex strings to show byte order (for documentation purposes)\n[...bytes].map((v) => v.toString(16).padStart(2, '0')); // ⇨ \n  // [\n  //   '6e', 'c0', 'bd', '7f',\n  //   '11', 'c0', '43', 'da',\n  //   '97', '5e', '2a', '8a',\n  //   'd9', 'eb', 'ae', '0b'\n  // ]\n```\n\n### uuid.stringify(arr[, offset])\n\nConvert array of bytes to UUID string\n\n|                |                                                                              |\n| -------------- | ---------------------------------------------------------------------------- |\n| `arr`          | `Array`-like collection of 16 values (starting from `offset`) between 0-255. |\n| [`offset` = 0] | `Number` Starting index in the Array                                         |\n| _returns_      | `String`                                                                     |\n| _throws_       | `TypeError` if a valid UUID string cannot be generated                       |\n\nNote: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left &Rarr; right order of hex-pairs in UUID strings. As shown in the example below.\n\nExample:\n\n```javascript\nimport { stringify as uuidStringify } from 'uuid';\n\nconst uuidBytes = [\n  0x6e, 0xc0, 0xbd, 0x7f, 0x11, 0xc0, 0x43, 0xda, 0x97, 0x5e, 0x2a, 0x8a, 0xd9, 0xeb, 0xae, 0x0b,\n];\n\nuuidStringify(uuidBytes); // ⇨ '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'\n```\n\n### uuid.v1([options[, buffer[, offset]]])\n\nCreate an RFC version 1 (timestamp) UUID\n\n|  |  |\n| --- | --- |\n| [`options`] | `Object` with one or more of the following properties: |\n| [`options.node` ] | RFC \"node\" field as an `Array[6]` of byte values (per 4.1.6) |\n| [`options.clockseq`] | RFC \"clock sequence\" as a `Number` between 0 - 0x3fff |\n| [`options.msecs`] | RFC \"timestamp\" field (`Number` of milliseconds, unix epoch) |\n| [`options.nsecs`] | RFC \"timestamp\" field (`Number` of nanoseconds to add to `msecs`, should be 0-10,000) |\n| [`options.random`] | `Array` of 16 random bytes (0-255) |\n| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |\n| [`buffer`] | `Array \\| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |\n| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |\n| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |\n| _throws_ | `Error` if more than 10M UUIDs/sec are requested |\n\nNote: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.\n\nNote: `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields.\n\nExample:\n\n```javascript\nimport { v1 as uuidv1 } from 'uuid';\n\nuuidv1(); // ⇨ '2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d'\n```\n\nExample using `options`:\n\n```javascript\nimport { v1 as uuidv1 } from 'uuid';\n\nconst v1options = {\n  node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],\n  clockseq: 0x1234,\n  msecs: new Date('2011-11-01').getTime(),\n  nsecs: 5678,\n};\nuuidv1(v1options); // ⇨ '710b962e-041c-11e1-9234-0123456789ab'\n```\n\n### uuid.v3(name, namespace[, buffer[, offset]])\n\nCreate an RFC version 3 (namespace w/ MD5) UUID\n\nAPI is identical to `v5()`, but uses \"v3\" instead.\n\n&#x26a0;&#xfe0f; Note: Per the RFC, \"_If backward compatibility is not an issue, SHA-1 [Version 5] is preferred_.\"\n\n### uuid.v4([options[, buffer[, offset]]])\n\nCreate an RFC version 4 (random) UUID\n\n|  |  |\n| --- | --- |\n| [`options`] | `Object` with one or more of the following properties: |\n| [`options.random`] | `Array` of 16 random bytes (0-255) |\n| [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |\n| [`buffer`] | `Array \\| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |\n| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |\n| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |\n\nExample:\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\n\nuuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'\n```\n\nExample using predefined `random` values:\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\n\nconst v4options = {\n  random: [\n    0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea, 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36,\n  ],\n};\nuuidv4(v4options); // ⇨ '109156be-c4fb-41ea-b1b4-efe1671c5836'\n```\n\n### uuid.v5(name, namespace[, buffer[, offset]])\n\nCreate an RFC version 5 (namespace w/ SHA-1) UUID\n\n|  |  |\n| --- | --- |\n| `name` | `String \\| Array` |\n| `namespace` | `String \\| Array[16]` Namespace UUID |\n| [`buffer`] | `Array \\| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |\n| [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |\n| _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |\n\nNote: The RFC `DNS` and `URL` namespaces are available as `v5.DNS` and `v5.URL`.\n\nExample with custom namespace:\n\n```javascript\nimport { v5 as uuidv5 } from 'uuid';\n\n// Define a custom namespace.  Readers, create your own using something like\n// https://www.uuidgenerator.net/\nconst MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341';\n\nuuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614681'\n```\n\nExample with RFC `URL` namespace:\n\n```javascript\nimport { v5 as uuidv5 } from 'uuid';\n\nuuidv5('https://www.w3.org/', uuidv5.URL); // ⇨ 'c106a26a-21bb-5538-8bf2-57095d1976c1'\n```\n\n### uuid.validate(str)\n\nTest a string to see if it is a valid UUID\n\n|           |                                                     |\n| --------- | --------------------------------------------------- |\n| `str`     | `String` to validate                                |\n| _returns_ | `true` if string is a valid UUID, `false` otherwise |\n\nExample:\n\n```javascript\nimport { validate as uuidValidate } from 'uuid';\n\nuuidValidate('not a UUID'); // ⇨ false\nuuidValidate('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ true\n```\n\nUsing `validate` and `version` together it is possible to do per-version validation, e.g. validate for only v4 UUIds.\n\n```javascript\nimport { version as uuidVersion } from 'uuid';\nimport { validate as uuidValidate } from 'uuid';\n\nfunction uuidValidateV4(uuid) {\n  return uuidValidate(uuid) && uuidVersion(uuid) === 4;\n}\n\nconst v1Uuid = 'd9428888-122b-11e1-b85c-61cd3cbb3210';\nconst v4Uuid = '109156be-c4fb-41ea-b1b4-efe1671c5836';\n\nuuidValidateV4(v4Uuid); // ⇨ true\nuuidValidateV4(v1Uuid); // ⇨ false\n```\n\n### uuid.version(str)\n\nDetect RFC version of a UUID\n\n|           |                                          |\n| --------- | ---------------------------------------- |\n| `str`     | A valid UUID `String`                    |\n| _returns_ | `Number` The RFC version of the UUID     |\n| _throws_  | `TypeError` if `str` is not a valid UUID |\n\nExample:\n\n```javascript\nimport { version as uuidVersion } from 'uuid';\n\nuuidVersion('45637ec4-c85f-11ea-87d0-0242ac130003'); // ⇨ 1\nuuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4\n```\n\n## Command Line\n\nUUIDs can be generated from the command line using `uuid`.\n\n```shell\n$ npx uuid\nddeb27fb-d9a0-4624-be4d-4615062daed4\n```\n\nThe default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details:\n\n```shell\n$ npx uuid --help\n\nUsage:\n  uuid\n  uuid v1\n  uuid v3 <name> <namespace uuid>\n  uuid v4\n  uuid v5 <name> <namespace uuid>\n  uuid --help\n\nNote: <namespace uuid> may be \"URL\" or \"DNS\" to use the corresponding UUIDs\ndefined by RFC4122\n```\n\n## ECMAScript Modules\n\nThis library comes with [ECMAScript Modules](https://www.ecma-international.org/ecma-262/6.0/#sec-modules) (ESM) support for Node.js versions that support it ([example](./examples/node-esmodules/)) as well as bundlers like [rollup.js](https://rollupjs.org/guide/en/#tree-shaking) ([example](./examples/browser-rollup/)) and [webpack](https://webpack.js.org/guides/tree-shaking/) ([example](./examples/browser-webpack/)) (targeting both, Node.js and browser environments).\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\nuuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'\n```\n\nTo run the examples you must first create a dist build of this library in the module root:\n\n```shell\nnpm run build\n```\n\n## CDN Builds\n\n### ECMAScript Modules\n\nTo load this module directly into modern browsers that [support loading ECMAScript Modules](https://caniuse.com/#feat=es6-module) you can make use of [jspm](https://jspm.org/):\n\n```html\n<script type=\"module\">\n  import { v4 as uuidv4 } from 'https://jspm.dev/uuid';\n  console.log(uuidv4()); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'\n</script>\n```\n\n### UMD\n\nAs of `uuid@9` [UMD (Universal Module Definition)](https://github.com/umdjs/umd) builds are no longer shipped with this library.\n\nIf you need a UMD build of this library, use a bundler like Webpack or Rollup. Alternatively, refer to the documentation of [`uuid@8.3.2`](https://github.com/uuidjs/uuid/blob/v8.3.2/README.md#umd) which was the last version that shipped UMD builds.\n\n## Known issues\n\n### Duplicate UUIDs (Googlebot)\n\nThis module may generate duplicate UUIDs when run in clients with _deterministic_ random number generators, such as [Googlebot crawlers](https://developers.google.com/search/docs/advanced/crawling/overview-google-crawlers). This can cause problems for apps that expect client-generated UUIDs to always be unique. Developers should be prepared for this and have a strategy for dealing with possible collisions, such as:\n\n- Check for duplicate UUIDs, fail gracefully\n- Disable write operations for Googlebot clients\n\n### \"getRandomValues() not supported\"\n\nThis error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:\n\n### React Native / Expo\n\n1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme)\n1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point:\n\n```javascript\nimport 'react-native-get-random-values';\nimport { v4 as uuidv4 } from 'uuid';\n```\n\nNote: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`.\n\n### Web Workers / Service Workers (Edge <= 18)\n\n[In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please).\n\n### IE 11 (Internet Explorer)\n\nSupport for IE11 and other legacy browsers has been dropped as of `uuid@9`. If you need to support legacy browsers, you can always transpile the uuid module source yourself (e.g. using [Babel](https://babeljs.io/)).\n\n## Upgrading From `uuid@7`\n\n### Only Named Exports Supported When Using with Node.js ESM\n\n`uuid@7` did not come with native ECMAScript Module (ESM) support for Node.js. Importing it in Node.js ESM consequently imported the CommonJS source with a default export. This library now comes with true Node.js ESM support and only provides named exports.\n\nInstead of doing:\n\n```javascript\nimport uuid from 'uuid';\nuuid.v4();\n```\n\nyou will now have to use the named exports:\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\nuuidv4();\n```\n\n### Deep Requires No Longer Supported\n\nDeep requires like `require('uuid/v4')` [which have been deprecated in `uuid@7`](#deep-requires-now-deprecated) are no longer supported.\n\n## Upgrading From `uuid@3`\n\n\"_Wait... what happened to `uuid@4` thru `uuid@6`?!?_\"\n\nIn order to avoid confusion with RFC [version 4](#uuidv4options-buffer-offset) and [version 5](#uuidv5name-namespace-buffer-offset) UUIDs, and a possible [version 6](http://gh.peabody.io/uuidv6/), releases 4 thru 6 of this module have been skipped.\n\n### Deep Requires Now Deprecated\n\n`uuid@3` encouraged the use of deep requires to minimize the bundle size of browser builds:\n\n```javascript\nconst uuidv4 = require('uuid/v4'); // <== NOW DEPRECATED!\nuuidv4();\n```\n\nAs of `uuid@7` this library now provides ECMAScript modules builds, which allow packagers like Webpack and Rollup to do \"tree-shaking\" to remove dead code. Instead, use the `import` syntax:\n\n```javascript\nimport { v4 as uuidv4 } from 'uuid';\nuuidv4();\n```\n\n... or for CommonJS:\n\n```javascript\nconst { v4: uuidv4 } = require('uuid');\nuuidv4();\n```\n\n### Default Export Removed\n\n`uuid@3` was exporting the Version 4 UUID method as a default export:\n\n```javascript\nconst uuid = require('uuid'); // <== REMOVED!\n```\n\nThis usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.\n\n---\n\nMarkdown generated from [README_js.md](README_js.md) by <a href=\"https://github.com/broofa/runmd\"><image height=\"12px\" src=\"https://camo.githubusercontent.com/5c7c603cd1e6a43370b0a5063d457e0dabb74cf317adc7baba183acb686ee8d0/687474703a2f2f692e696d6775722e636f6d2f634a4b6f3662552e706e67\" /></a>\n","_attachments":{},"homepage":"https://github.com/uuidjs/uuid#readme","bugs":{"url":"https://github.com/uuidjs/uuid/issues"},"license":"MIT"}