{"versions":{"2.7.1":{"name":"@msgpack/msgpack","version":"2.7.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"f4a664c3f053835bda99d539a9dbc37a3b8f9e6f","_id":"@msgpack/msgpack@2.7.1","_nodeVersion":"16.3.0","_npmVersion":"7.15.1","dist":{"shasum":"f01954baadc502f3c82e9c3f72c740ce65eae1cc","size":121832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.7.1.tgz","integrity":"sha512-ApwiSL2c9ObewdOE/sqt788P1C5lomBOHyO8nUBCr4ofErBCnYQ003NtJ8lS9OQZc11ximkbmgAZJjB8y6cCdA=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.7.1_1630461223347_0.14604367569323107"},"_hasShrinkwrap":false,"publish_time":1630461223529,"_cnpm_publish_time":1630461223529,"_cnpmcore_publish_time":"2021-12-16T15:47:54.819Z","contributors":[]},"2.7.0":{"name":"@msgpack/msgpack","version":"2.7.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"7abb118844b01a9ebd2ff74ee78c84b7ebef22ac","_id":"@msgpack/msgpack@2.7.0","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"3a0fbe4e0406f6576895f990857e19da97376f18","size":124291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.7.0.tgz","integrity":"sha512-mlRYq9FSsOd4m+3wZWatemn3hGFZPWNJ4JQOdrir4rrMK2PyIk26idKBoUWrqF3HJJHl+5GpRU+M0wEruJwecg=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.7.0_1621475442114_0.06976299976526423"},"_hasShrinkwrap":false,"publish_time":1621475442308,"_cnpm_publish_time":1621475442308,"_cnpmcore_publish_time":"2021-12-16T15:47:55.382Z","contributors":[]},"2.6.3":{"name":"@msgpack/msgpack","version":"2.6.3","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"8b1e562b85b66b3408b2db9120e795b39c478092","_id":"@msgpack/msgpack@2.6.3","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"e0e3cdac43500624ee5a0f2f2503351d5862e46c","size":122991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.6.3.tgz","integrity":"sha512-dSJ1TBB9Hreienm5SFVbpKIcRRekQNULxvbmDVXQwRCZWYCIxZ23X+FlFWkg1LmGG+DIQZXH+2IW01QwxofT/g=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.6.3_1620113496054_0.19042692866401234"},"_hasShrinkwrap":false,"publish_time":1620113496361,"_cnpm_publish_time":1620113496361,"_cnpmcore_publish_time":"2021-12-16T15:47:55.693Z","contributors":[]},"2.6.2":{"name":"@msgpack/msgpack","version":"2.6.2","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"da49fbd38680f558206a18a6f81ed711dea6db77","_id":"@msgpack/msgpack@2.6.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"2d526efada07f5766a44c72a7a5d5d9fd24d24c7","size":122884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.6.2.tgz","integrity":"sha512-XAHbqoLH8hKOBDOCrZYdgZ6ZYKqZjtYpD6bZ3/LsDnG10DuMk2YntiNCg2Kf7wMXg0j+3o2Zu2BWBHTDUq2rgw=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.6.2_1620112278916_0.5460684824118252"},"_hasShrinkwrap":false,"publish_time":1620112279053,"_cnpm_publish_time":1620112279053,"_cnpmcore_publish_time":"2021-12-16T15:47:56.520Z","contributors":[]},"2.6.1":{"name":"@msgpack/msgpack","version":"2.6.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"79e1df0bb36feceb2ece9c3b38f24ed08877db47","_id":"@msgpack/msgpack@2.6.1","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"5c45eab9d86807422075e2da91ab7d72a41e2645","size":122491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.6.1.tgz","integrity":"sha512-YSXpFq3n+xHYNefgg9my/wWjZ0nWNxdfYVGpOi5d7sE2xHtNNL8z+V+/eiC1SYCh884w7z6JoDBWGLreR2a45w=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.6.1_1620095990535_0.11516820944730877"},"_hasShrinkwrap":false,"publish_time":1620095991415,"_cnpm_publish_time":1620095991415,"_cnpmcore_publish_time":"2021-12-16T15:47:56.898Z","contributors":[]},"2.6.0":{"name":"@msgpack/msgpack","version":"2.6.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"dependencies":{},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"b4a242264d2cab8805fb3577711bebac5d7b9e9f","_id":"@msgpack/msgpack@2.6.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"13da10210578286e1c05520fb31b22170339f37f","size":124184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.6.0.tgz","integrity":"sha512-CbKEhARMPl/CYNhIs4p0NgoNWspUQP45QxZoJ433ydSd2HTfzQ4WQyEpViJkEHKkRcPbV72FlFf3gtD9frzKTg=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.6.0_1618965839016_0.8126273791579057"},"_hasShrinkwrap":false,"publish_time":1618965839191,"_cnpm_publish_time":1618965839191,"_cnpmcore_publish_time":"2021-12-16T15:47:57.327Z","contributors":[]},"2.5.1":{"name":"@msgpack/msgpack","version":"2.5.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"dependencies":{"tslib":">=2.0.0"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"552ad6aa410de5f576d57a31075789e935d6a2f4","_id":"@msgpack/msgpack@2.5.1","_nodeVersion":"14.15.5","_npmVersion":"7.5.4","dist":{"shasum":"758de4db603dd48832029e68f15dd6cf83ddfa80","size":132769,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.5.1.tgz","integrity":"sha512-l44t7u0VxuHZT5D2zCdsRbkUPkrAJMu4wyXTvHr75eXICklf38NZncRqPYA4g9t7rprPuRCPYT5+pTLihuSKRA=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.5.1_1616337698812_0.6985215109611451"},"_hasShrinkwrap":false,"publish_time":1616337698958,"_cnpm_publish_time":1616337698958,"_cnpmcore_publish_time":"2021-12-16T15:47:58.243Z","contributors":[]},"2.5.0":{"name":"@msgpack/msgpack","version":"2.5.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"dependencies":{"tslib":">=2.0.0"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"ad9c29050e7883c4523a288fa9412eba55586023","_id":"@msgpack/msgpack@2.5.0","_nodeVersion":"14.15.5","_npmVersion":"7.5.4","dist":{"shasum":"f80669e2bd81a04b3761e060f2d051a0677fbdce","size":132731,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.5.0.tgz","integrity":"sha512-gZj3XY4367vMQj+z1+oh8Q/E6Lgu3+69oWLA708rXnOtQ38MfI694F3n+Z2SMhCsICjy2R5ByJEz5ZnFAjG4ag=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.5.0_1616337038382_0.21753129968067397"},"_hasShrinkwrap":false,"publish_time":1616337038513,"_cnpm_publish_time":1616337038513,"_cnpmcore_publish_time":"2021-12-16T15:47:58.708Z","contributors":[]},"2.4.1":{"name":"@msgpack/msgpack","version":"2.4.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"1892264caa28a547dce3175274c0c0cbb30b8672","_id":"@msgpack/msgpack@2.4.1","_nodeVersion":"14.15.5","_npmVersion":"7.5.4","dist":{"shasum":"b3df36494b73a021242207e320af2c054145e4fe","size":121236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.4.1.tgz","integrity":"sha512-AcfV3ZlyAzX2cqpuvcrV8Cbhpe0GxoNOdVIejqKWrqNtO3sYj+AI5fzoreRIjfDV1usE+NUes2AeKcG9tGanGQ=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.4.1_1614559125197_0.4669377656310707"},"_hasShrinkwrap":false,"publish_time":1614559125350,"_cnpm_publish_time":1614559125350,"_cnpmcore_publish_time":"2021-12-16T15:47:59.347Z","contributors":[]},"2.4.0":{"name":"@msgpack/msgpack","version":"2.4.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"e218974eac946276def928b8a1cb54f097db0a6e","_id":"@msgpack/msgpack@2.4.0","_nodeVersion":"14.15.5","_npmVersion":"7.5.4","dist":{"shasum":"789c69301388a6a44a47ce654014ecd1703c8fcc","size":121108,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.4.0.tgz","integrity":"sha512-5qzv53J43V8GaYsaETs29Q0Ehw9Dog6SG18MASZRQDuZYXtA5T7pymGE2S40NL0X8sjl8+TybmRa5O8d45V7MQ=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.4.0_1613397794532_0.6706925521995757"},"_hasShrinkwrap":false,"publish_time":1613397794641,"_cnpm_publish_time":1613397794641,"_cnpmcore_publish_time":"2021-12-16T15:47:59.670Z","contributors":[]},"2.3.1":{"name":"@msgpack/msgpack","version":"2.3.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"^2.0.0","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"6c225f3c5a5ccd849f0c1a885df2370db1f4c819","_id":"@msgpack/msgpack@2.3.1","_nodeVersion":"14.15.5","_npmVersion":"7.5.4","dist":{"shasum":"edc55f3ffb9683110864855338d7e101081e7db7","size":120243,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.3.1.tgz","integrity":"sha512-gBZaQUjcrF80vyl711lYRcla99vMAScoWPTzLLaS5OKwbIujjX3lEUkfc3GBpaAHA8ypDCPWKsTJuXP2zDsgmw=="},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.3.1_1613182408656_0.19948727519433485"},"_hasShrinkwrap":false,"publish_time":1613182408787,"_cnpm_publish_time":1613182408787,"_cnpmcore_publish_time":"2021-12-16T15:48:00.133Z","contributors":[]},"2.3.0":{"name":"@msgpack/msgpack","version":"2.3.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"^4","webpack-cli":"latest"},"dependencies":{},"gitHead":"0bfe618372c1409f0181e95295be06da6230a613","_id":"@msgpack/msgpack@2.3.0","_nodeVersion":"14.14.0","_npmVersion":"6.14.8","dist":{"shasum":"a9043b920837b2dd63482e7bf6b8345813e9816b","size":121637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.3.0.tgz","integrity":"sha512-xxRejzNpiVQ2lzxMG/yo2ocfZSk+cKo2THq54AimaubMucg66DpQm9Yj7ESMr/l2EqDkmF2Dx4r0F/cbsitAaw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.3.0_1602894912545_0.8636251406030122"},"_hasShrinkwrap":false,"publish_time":1602894912690,"_cnpm_publish_time":1602894912690,"_cnpmcore_publish_time":"2021-12-16T15:48:00.552Z","contributors":[]},"2.2.1":{"name":"@msgpack/msgpack","version":"2.2.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.js","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"1d5d519d2a2d76af1ec89cce48b1a9d38c8e3500","_id":"@msgpack/msgpack@2.2.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"93be5c6c5affaf3d76f6b438e04511c89dca6ff7","size":115566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.2.1.tgz","integrity":"sha512-ooHIIhqKG33swbYgSC0SicZ4Mvb3nZb5eLRlV8ht3eEHZvVXTitUYJbGSUXRO4bVslNNdINYoS6uPvjky6UboA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.2.1_1602344660081_0.5216378688926073"},"_hasShrinkwrap":false,"publish_time":1602344660228,"_cnpm_publish_time":1602344660228,"_cnpmcore_publish_time":"2021-12-16T15:48:01.000Z","contributors":[]},"2.2.0":{"name":"@msgpack/msgpack","version":"2.2.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5+umd/msgpack.min.js","module":"./dist.es5+esm/index.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"fb199a83a08f5904f11ef7aac6c1b5cd3822401e","_id":"@msgpack/msgpack@2.2.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"e8e3d22e3ad1843572ab2a3e22c9b398a320a901","size":115490,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.2.0.tgz","integrity":"sha512-ayqoys4TaD1mSjWmNj6E65yKsFMjAP21l825NwYe2cHLAvsZSNSVigVIcekhuYCRhoSLwBf5ysjFfcXnJ0NoUQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.2.0_1601820448796_0.2719272025832469"},"_hasShrinkwrap":false,"publish_time":1601820448958,"_cnpm_publish_time":1601820448958,"_cnpmcore_publish_time":"2021-12-16T15:48:01.343Z","contributors":[]},"2.1.1":{"name":"@msgpack/msgpack","version":"2.1.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"07d7143370ffb422609b1d2b2773a1e95bdfd1e4","_id":"@msgpack/msgpack@2.1.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"a6202a783e16555575cee3659b6b69c36b85da8d","size":103577,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.1.1.tgz","integrity":"sha512-Sq+by+Veo/3IRRwucCEHm0nwdZ8p/jFXBCD7HtkSAMheFaWLjZ3umWpSqEOT0yWKryaYRxNOHLw5WN97QNyjow=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.1.1_1601790343004_0.26456703570971096"},"_hasShrinkwrap":false,"publish_time":1601790343120,"_cnpm_publish_time":1601790343120,"_cnpmcore_publish_time":"2021-12-16T15:48:02.060Z","contributors":[]},"2.1.0":{"name":"@msgpack/msgpack","version":"2.1.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"2ace10d7381e29e1d1faefa7b0d75871b01654c7","_id":"@msgpack/msgpack@2.1.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"ee9857abe70367b99d7ae673f980a96601fb0b2b","size":103410,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.1.0.tgz","integrity":"sha512-QE/mUcJHUS5kkWjU2a55OagQ8hUB8TrfxqaXLUuG6hyaDp1weToMz5ma0+bk2y+TFXKrhPu8bYaviTMESLo2/w=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.1.0_1600646717945_0.4475043047891325"},"_hasShrinkwrap":false,"publish_time":1600646718134,"_cnpm_publish_time":1600646718134,"_cnpmcore_publish_time":"2021-12-16T15:48:02.380Z","contributors":[]},"2.0.0":{"name":"@msgpack/msgpack","version":"2.0.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"e09dc446c8ad0430cbf3132560e5837ba0a4cceb","_id":"@msgpack/msgpack@2.0.0","_nodeVersion":"14.9.0","_npmVersion":"6.14.8","dist":{"shasum":"d78a5c80c134c8bfd35da663440862a9544ef42d","size":102876,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.0.0.tgz","integrity":"sha512-jGcU6sto6fPPK8tnMtMndsZd70kzUJY0WUS9IiM9zoF5vqTnxT58Q/XJDzf3Uf/0dAwrKaryssbsf0Mj1sQtaA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.0.0_1599375636410_0.9687605445123162"},"_hasShrinkwrap":false,"publish_time":1599375636580,"_cnpm_publish_time":1599375636580,"_cnpmcore_publish_time":"2021-12-16T15:48:02.666Z","contributors":[]},"1.12.2":{"name":"@msgpack/msgpack","version":"1.12.2","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"d3b4d0ace56df647c27bbd841ddb604d553ba80c","_id":"@msgpack/msgpack@1.12.2","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"6a22e99a49b131a8789053d0b0903834552da36f","size":101904,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.12.2.tgz","integrity":"sha512-Vwhc3ObxmDZmA5hY8mfsau2rJ4vGPvzbj20QSZ2/E1GDPF61QVyjLfNHak9xmel6pW4heRt3v1fHa6np9Ehfeg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.12.2_1589420405272_0.12402411704106697"},"_hasShrinkwrap":false,"publish_time":1589420405479,"_cnpm_publish_time":1589420405479,"_cnpmcore_publish_time":"2021-12-16T15:48:03.029Z","contributors":[]},"1.12.1":{"name":"@msgpack/msgpack","version":"1.12.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"4d693d92a0ad5c8808a123aad05c60ad14a779c0","_id":"@msgpack/msgpack@1.12.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"aab1084bc33c955501bc0f202099e38304143e0b","size":101284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.12.1.tgz","integrity":"sha512-nGwwmkdm3tuLdEkWMIwLBgFBfMFILILxcZIQY0dfqsdboN2iZdKfOYKUOKoa0wXw1FL1PL3yEYGPCXhwodQDTA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.12.1_1586347197373_0.10460052275235099"},"_hasShrinkwrap":false,"publish_time":1586347197529,"_cnpm_publish_time":1586347197529,"_cnpmcore_publish_time":"2021-12-16T15:48:03.413Z","contributors":[]},"1.12.0":{"name":"@msgpack/msgpack","version":"1.12.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"4756c3e6562fa5a95b45b7d21f3e06cf6fd94e18","_id":"@msgpack/msgpack@1.12.0","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"bdcf20ae2ea48d9bc029f0f1ea6b9a011b3ce73e","size":100757,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.12.0.tgz","integrity":"sha512-7X4+Mt/TAmxhIR+Hryz0ykxnE9YC3sRH+HhcJ//1l7Z0aJD6YFCkD8UpFzXgpWBlAmybG4cnNVdd2GO6Gh8Pbg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.12.0_1583211654993_0.06809718404178544"},"_hasShrinkwrap":false,"publish_time":1583211655117,"_cnpm_publish_time":1583211655117,"_cnpmcore_publish_time":"2021-12-16T15:48:03.782Z","contributors":[]},"1.11.1":{"name":"@msgpack/msgpack","version":"1.11.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"c98fd4e7b26efcbe7881707649e145fd8963d019","_id":"@msgpack/msgpack@1.11.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"baab8fd391e7289c46a45267f1430891a332766c","size":98955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.11.1.tgz","integrity":"sha512-qUPHZigCyuiCSF7slg5v4RR8YQ9LOccBID/+3t0Fc7SlNRz11yEPp/LyvG8Mc4wcmAux6MaQqRmCF5rObbj57Q=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.11.1_1582679721129_0.10108373062751275"},"_hasShrinkwrap":false,"publish_time":1582679721228,"_cnpm_publish_time":1582679721228,"_cnpmcore_publish_time":"2021-12-16T15:48:04.194Z","contributors":[]},"1.11.0":{"name":"@msgpack/msgpack","version":"1.11.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"9c472c279a1b6d13903c2076d88f24d0bdfc48d1","_id":"@msgpack/msgpack@1.11.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"72658d3e8c0b3ef87cc0ba5a284fcdaddcea326b","size":98205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.11.0.tgz","integrity":"sha512-gR/NgUeQGARNabGVAjS59lagyxsCgD0zd4F5oKf9uKt8XNLu4awFBNO/Nstr2q1Iu1UPC5EeJeLZSNdP30m7zQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.11.0_1579053342331_0.1173720107933538"},"_hasShrinkwrap":false,"publish_time":1579053342529,"_cnpm_publish_time":1579053342529,"_cnpmcore_publish_time":"2021-12-16T15:48:04.632Z","contributors":[]},"1.10.1":{"name":"@msgpack/msgpack","version":"1.10.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"9f1f4365731c9bccd71b2029e70eccb7c01757ed","_id":"@msgpack/msgpack@1.10.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"b44e64a64b8925b4eb187426724c0b5db0642790","size":96569,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.10.1.tgz","integrity":"sha512-q3SRtlfaqym7Evvmz7R0PK7l2RG+23uLt+NfxwFVu58SC/cwd2xAGQX5jErwWCD7MXm6HipdTXa5ZFdX8YIrdQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.10.1_1578742570733_0.43288277224673477"},"_hasShrinkwrap":false,"publish_time":1578742570876,"_cnpm_publish_time":1578742570876,"_cnpmcore_publish_time":"2021-12-16T15:48:05.051Z","contributors":[]},"1.10.0":{"name":"@msgpack/msgpack","version":"1.10.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{},"gitHead":"d870ca1b7075bc1e29362db7253aa10608515981","_id":"@msgpack/msgpack@1.10.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"f120822e641deef03aa0d2cfa2f257becd48d149","size":96575,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.10.0.tgz","integrity":"sha512-ts34h525mRgQkVZXOI+iWWwxumf2ewAkkYdTRWkb6mfmSaqXNBXBfJhPyERb7Rg/dJ4lsuAjC1U52ibob2GS0A=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.10.0_1577410265110_0.6122068996728014"},"_hasShrinkwrap":false,"publish_time":1577410265270,"_cnpm_publish_time":1577410265270,"_cnpmcore_publish_time":"2021-12-16T15:48:05.472Z","contributors":[]},"1.9.3":{"name":"@msgpack/msgpack","version":"1.9.3","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"0cf925830f496ece8d6479bb45bb8bfc3068857a","_id":"@msgpack/msgpack@1.9.3","_nodeVersion":"12.9.1","_npmVersion":"6.11.3","dist":{"shasum":"2196023f65a1d77261f950c356e3a4491faf1601","size":160959,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.9.3.tgz","integrity":"sha512-ciyjF3R0E+39yXO1B4lsRwWe0LvvvohFglhlmmrUZN696BdqGqnMmyPY9xFOwJnDjIt4gnozARok7xdpQvyFeg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.9.3_1572569986690_0.6664835854849003"},"_hasShrinkwrap":false,"publish_time":1572569986918,"_cnpm_publish_time":1572569986918,"_cnpmcore_publish_time":"2021-12-16T15:48:05.966Z","contributors":[]},"1.9.2":{"name":"@msgpack/msgpack","version":"1.9.2","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"34c18fb6383d0dac814c07c850338e27f9f9735d","_id":"@msgpack/msgpack@1.9.2","_nodeVersion":"12.12.0","_npmVersion":"6.11.3","dist":{"shasum":"c332e96cd8e0f289d848098d1b96a6b487493fda","size":160860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.9.2.tgz","integrity":"sha512-eyl57S6Tp9ACP+7GH3CmcuHJsa2kn3+gnqzq5cUjxo2qWuMgqx0Wx3iGZvSa8fPsREHZEfPVTS1XkCSvyAR3DA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.9.2_1572411613150_0.27347472337376355"},"_hasShrinkwrap":false,"publish_time":1572411613315,"_cnpm_publish_time":1572411613315,"_cnpmcore_publish_time":"2021-12-16T15:48:06.334Z","contributors":[]},"1.9.1":{"name":"@msgpack/msgpack","version":"1.9.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"fb56c49d55ef9ab36aea4127a1d06bf64e024bfa","_id":"@msgpack/msgpack@1.9.1","_nodeVersion":"12.10.0","_npmVersion":"6.11.3","dist":{"shasum":"b0ed7e1ebdc612081bedd13b604ac22588bdc339","size":160849,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.9.1.tgz","integrity":"sha512-oXZUHpDGpmMj06v5XHs9Y75mP403Xce7InSFtygzRqYdC4zILomBR28468IGjyBbTCKzrAtN6YlImb89CAINTA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.9.1_1568945199770_0.07794185669698184"},"_hasShrinkwrap":false,"publish_time":1568945200038,"_cnpm_publish_time":1568945200038,"_cnpmcore_publish_time":"2021-12-16T15:48:06.810Z","contributors":[]},"1.9.0":{"name":"@msgpack/msgpack","version":"1.9.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"4ad2491930b1653c3491b2ee8d0d96bc65127e5e","_id":"@msgpack/msgpack@1.9.0","_nodeVersion":"12.9.1","_npmVersion":"6.11.2","dist":{"shasum":"a9bae8398148c90afbaa27714b447e6e8b840480","size":160778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.9.0.tgz","integrity":"sha512-m3Z/dOzxgpHMoyeYInpQEPti/ThRRHdtU1ZtHZtJZhoRv9J+xRrRDEUaOf5c2GFf26jlc9HIqF2/ubeI46cvqQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.9.0_1567221828577_0.945441456944498"},"_hasShrinkwrap":false,"publish_time":1567221828771,"_cnpm_publish_time":1567221828771,"_cnpmcore_publish_time":"2021-12-16T15:48:07.458Z","contributors":[]},"1.8.0":{"name":"@msgpack/msgpack","version":"1.8.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"c30e6e098d98f1fbdedad0d38ba3272ba4722e89","_id":"@msgpack/msgpack@1.8.0","_nodeVersion":"12.7.0","_npmVersion":"6.10.0","dist":{"shasum":"274ea5fbd9022119bba3e4ecf0aba89398a85fe7","size":159748,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.8.0.tgz","integrity":"sha512-8Mq4W7tXVg4JI6uzRcDHvTMUbMPuSBnY49zdo/gV0AsaThLpQLcEw6nkkBlvwaM0J6/SwB3VpwkXB54TpthYhA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.8.0_1565143205411_0.4954997647994077"},"_hasShrinkwrap":false,"publish_time":1565143205568,"_cnpm_publish_time":1565143205568,"_cnpmcore_publish_time":"2021-12-16T15:48:07.865Z","contributors":[]},"1.7.0":{"name":"@msgpack/msgpack","version":"1.7.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"ac6fee2cf38050f4a8eeac9412a8de1e5206c603","_id":"@msgpack/msgpack@1.7.0","_nodeVersion":"12.7.0","_npmVersion":"6.10.0","dist":{"shasum":"96060041d54cba46419987367f6760324cae0cbf","size":160508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.7.0.tgz","integrity":"sha512-8Ik+ykmhXp0NLMAd9KC6Rpg4RonaRsGXc/O2y7B6w9YZRoZyRhEMsPkRffQW6X3C2Tlf+BZEUgKS/KAZ8O6WHg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.7.0_1564726138311_0.8786095774268612"},"_hasShrinkwrap":false,"publish_time":1564726138479,"_cnpm_publish_time":1564726138479,"_cnpmcore_publish_time":"2021-12-16T15:48:08.275Z","contributors":[]},"1.6.0":{"name":"@msgpack/msgpack","version":"1.6.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"^5","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"a0be621f2d29be9e07f765e078d5874d5bc6c890","_id":"@msgpack/msgpack@1.6.0","_nodeVersion":"12.6.0","_npmVersion":"6.10.1","dist":{"shasum":"ee9b4fe0313163aee827d0965fa6a37def5a9d40","size":152695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.6.0.tgz","integrity":"sha512-M7PVWUXsEkBge5T/qlE6KSPoyKIXFnko2fEzqvnOf4kKrd4atyMYOHA569cN8w087QMPj707erFuBMfs+PhC1w=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.6.0_1563495063034_0.49978619278675174"},"_hasShrinkwrap":false,"publish_time":1563495063167,"_cnpm_publish_time":1563495063167,"_cnpmcore_publish_time":"2021-12-16T15:48:08.736Z","contributors":[]},"1.5.0":{"name":"@msgpack/msgpack","version":"1.5.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"^5","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"c4a1ef52fac7164505664789d4713a467f613955","_id":"@msgpack/msgpack@1.5.0","_nodeVersion":"12.6.0","_npmVersion":"6.10.1","dist":{"shasum":"040ec6ac7de8b0eb269f3866a544cdf661ca2cb6","size":151600,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.5.0.tgz","integrity":"sha512-WfnKz1aB6gsBLuiRmqwCKgt2g/QFO21JPGGOrQmrMFy440rmVrC7sg5PBTongVuPw/9K5BwxLCssptTNQtJ7Fg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.5.0_1563324638643_0.9506977192574337"},"_hasShrinkwrap":false,"publish_time":1563324639418,"_cnpm_publish_time":1563324639418,"_cnpmcore_publish_time":"2021-12-16T15:48:09.162Z","contributors":[]},"1.4.6":{"name":"@msgpack/msgpack","version":"1.4.6","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_ENCODING=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:te":"npx nyc --no-clean npm run test:te","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"^5","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"c7d3ba21aa0a376f97ecaa8b82b494e55995e214","_id":"@msgpack/msgpack@1.4.6","_nodeVersion":"12.6.0","_npmVersion":"6.9.0","dist":{"shasum":"e82afb8ba323fc8f36a166780d49bf2012832ba5","size":155132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.6.tgz","integrity":"sha512-BXTXoMfLqi7N5PSaxLMjGim9zKKtHFBbMrKCOYltcgY1CJhwv9znhpT5NlVubOMh3e49/JOqpey18zBPSvXVzw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.6_1562682302559_0.7612757185367747"},"_hasShrinkwrap":false,"publish_time":1562682302767,"_cnpm_publish_time":1562682302767,"_cnpmcore_publish_time":"2021-12-16T15:48:09.643Z","contributors":[]},"1.4.5":{"name":"@msgpack/msgpack","version":"1.4.5","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"3c7845bd9a49b77933c669db50512b4d3a84af7f","_id":"@msgpack/msgpack@1.4.5","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"c30a5e063db38008b36f6be9cb1fda6777bc859c","size":153237,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.5.tgz","integrity":"sha512-JjXgMG+b0iSwCfkrdb4lfuNY/08brczA4pxiGi6OXsUt87eGa4YDTwl2ZNC43ApeVAGaANnbCbgsw5vvgAcISg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.5_1561341030516_0.2648198513543749"},"_hasShrinkwrap":false,"publish_time":1561341030821,"_cnpm_publish_time":1561341030821,"_cnpmcore_publish_time":"2021-12-16T15:48:10.441Z","contributors":[]},"1.4.4":{"name":"@msgpack/msgpack","version":"1.4.4","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"3d9faefd5e611e918bdb1143f1b10f0ca548ecb8","_id":"@msgpack/msgpack@1.4.4","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"88402d72539b333d7e43b5346d7c491506cb9d70","size":153203,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.4.tgz","integrity":"sha512-BfPZkWnQ9AYkGdK0FWvKSGbok3//dmpn46bMeipuykT7KFDAseCSz4g8SQ6/X+qoCrScmEqY0c+ujtTbTl3Gsg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.4_1561268522707_0.3664829400756915"},"_hasShrinkwrap":false,"publish_time":1561268522911,"_cnpm_publish_time":1561268522911,"_cnpmcore_publish_time":"2021-12-16T15:48:11.383Z","contributors":[]},"1.4.3":{"name":"@msgpack/msgpack","version":"1.4.3","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"163d1260f7ee6f4c69ba9dce10aac1fcd576b330","_id":"@msgpack/msgpack@1.4.3","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"62ecbd277a620408a0d4fe9a69127582c5eed632","size":153189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.3.tgz","integrity":"sha512-CGYLCNmbTEURJMbFS2ATlVVVmCzv3vDIVYjzAUJIjsvAkuZU1KLBxtlXdsruF4W9G+5kUzItMrtLVHiCJRfMow=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.3_1561190805460_0.2761473441296407"},"_hasShrinkwrap":false,"publish_time":1561190805716,"deprecated":"mis-packaged","_cnpm_publish_time":1561190805716,"_cnpmcore_publish_time":"2021-12-16T15:48:12.057Z","contributors":[]},"1.4.1":{"name":"@msgpack/msgpack","version":"1.4.1","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/base64-js":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-prettier":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sauce-launcher":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"4c1ee630979f3e26b1993a0c3401474c05b93f56","_id":"@msgpack/msgpack@1.4.1","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"658f1476e8d0718fe252cc6eb5798ce888168fed","size":153252,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.1.tgz","integrity":"sha512-XTARpodUyEXYsfOTGm6fDVHwjzqJZwlDuBK4joXc2m/amHe1RyHrrHWeN31PeXYLMPrOFwHZaeeeQR6UXIvrWg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.1_1561166393738_0.6548831884851027"},"_hasShrinkwrap":false,"publish_time":1561166393897,"_cnpm_publish_time":1561166393897,"_cnpmcore_publish_time":"2021-12-16T15:48:12.625Z","contributors":[]},"1.4.0":{"name":"@msgpack/msgpack","version":"1.4.0","description":"MessagePack for JavaScript/ECMA-262","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts","update-dependencies":"rimraf node_modules/ package-lock.json && npm install && npm dedupe"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.7","@types/node":"^12.0.4","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript#5269a6b9c4e14983c43671328257c156cdf1de8a","assert":"^2.0.0","core-js":"^3.1.3","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^4.0.2","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^6.0.2","ts-node":"^8.2.0","tsconfig-paths":"^3.8.0","typescript":"^3.5.1","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"11a76c4ea75f0a3cd315422e60034d39d29891fc","_id":"@msgpack/msgpack@1.4.0","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"b9364b134b1b8e36fbd5abceb873f79dff8e822d","size":123891,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.4.0.tgz","integrity":"sha512-2ZXCcr7JWVQfFlNx0fuC+eJP/cD/DHuqLiQ73E2U5HFAxXDGjRQ5Vj/UsFzoMMjyYa297d5rK0Vt84gdzmgubw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.4.0_1560349098507_0.8540750767163447"},"_hasShrinkwrap":false,"publish_time":1560349098621,"_cnpm_publish_time":1560349098621,"_cnpmcore_publish_time":"2021-12-16T15:48:13.016Z","contributors":[]},"1.3.2":{"name":"@msgpack/msgpack","version":"1.3.2","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@std-proposal/temporal":"0.0.1","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.7","@types/node":"^12.0.4","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.1.3","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^6.0.2","ts-node":"^8.2.0","tsconfig-paths":"^3.8.0","typescript":"^3.5.1","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"32f64c0744f1237b3f0a0b7b8dd2a90c7f086a46","_id":"@msgpack/msgpack@1.3.2","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"5ed503b624876da81ea2027c7fd5b2fd4508f4a1","size":124006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.3.2.tgz","integrity":"sha512-fLC3StaFPFfjlyy8K/cCT9DkO8E9/2dMM9Od0fI2X29hQEFRacPWdlERrQ8XG+zMCtgitq+kmApopMReUScj3Q=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.3.2_1559650024705_0.6902469022610682"},"_hasShrinkwrap":false,"publish_time":1559650024907,"_cnpm_publish_time":1559650024907,"_cnpmcore_publish_time":"2021-12-16T15:48:13.428Z","contributors":[]},"1.3.1":{"name":"@msgpack/msgpack","version":"1.3.1","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@std-proposal/temporal":"0.0.1","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.7","@types/node":"^12.0.4","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.1.3","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^6.0.2","ts-node":"^8.2.0","tsconfig-paths":"^3.8.0","typescript":"^3.5.1","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"cdcc3067e3e25e4252343cffeb04ddebc9899071","_id":"@msgpack/msgpack@1.3.1","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"3b6e3cff9cb8e97f068f99cc3ecf4b042c6e2526","size":123994,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.3.1.tgz","integrity":"sha512-LMdSZt3i/qoPsoASEKj67+NcfwusqiV3a1CPkXKoH9lJbKlGroEjIzHFgpp2z2Mlx5YF3qpxLR/DNcHLWNW1Hg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.3.1_1559374373314_0.860400092106191"},"_hasShrinkwrap":false,"publish_time":1559374373520,"_cnpm_publish_time":1559374373520,"_cnpmcore_publish_time":"2021-12-16T15:48:13.788Z","contributors":[]},"1.3.0":{"name":"@msgpack/msgpack","version":"1.3.0","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=lcov --reporter=text-summary --reporter=html","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@std-proposal/temporal":"0.0.1","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.6","@types/node":"^11.13.12","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.1.3","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^5.4.5","ts-node":"^8.2.0","tsconfig-paths":"^3.8.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"751307573b76fb993289e3f42c33634169d4126e","_id":"@msgpack/msgpack@1.3.0","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"ec8f27f23bdb715eaaea2c373d398853cb09cf51","size":123718,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.3.0.tgz","integrity":"sha512-gN7A2aaYFNRvUOu6fNuL5kKNBluiWj590EkISbAbVY+1/XFkmNBZD0bkyLNLhBh9fYnxvRz5/u4cvcpAsHmVCA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.3.0_1559226775176_0.5838999117781503"},"_hasShrinkwrap":false,"publish_time":1559226775319,"_cnpm_publish_time":1559226775319,"_cnpmcore_publish_time":"2021-12-16T15:48:14.091Z","contributors":[]},"1.2.3":{"name":"@msgpack/msgpack","version":"1.2.3","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_DECODER=never MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && TEXT_DECODER=never MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:td":"TEXT_DECODER=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","test:cover:td":"npx nyc --no-clean npm run test:td","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=lcov --reporter=text-summary --reporter=html","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.6","@types/node":"^11.13.12","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.1.3","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^5.4.5","ts-node":"^8.2.0","tsconfig-paths":"^3.8.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"fa2012b2cde046632119d5617eac8f320200f0f6","_id":"@msgpack/msgpack@1.2.3","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"6c37854a81d263c5aefd245562f0a2848487bd71","size":114745,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.2.3.tgz","integrity":"sha512-Wk9Jul8ddL3x4FZ36g36FNeRUVc7iDfDh3haHEWSrGx8+qG3QbtmEbnzkb1KfY5fYW/Jw5rRtLv6/qBen9O+dg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.2.3_1559096792581_0.9952922434271751"},"_hasShrinkwrap":false,"publish_time":1559096792811,"_cnpm_publish_time":1559096792811,"_cnpmcore_publish_time":"2021-12-16T15:48:15.404Z","contributors":[]},"1.2.2":{"name":"@msgpack/msgpack","version":"1.2.2","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm run test:cover:purejs && npm run test:cover:wasm && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=lcov --reporter=text-summary --reporter=html","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^5.4.5","ts-node":"^8.1.0","tsconfig-paths":"^3.8.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"7f338b2bf7f6bd2430269283ecaf413cca2a9123","_id":"@msgpack/msgpack@1.2.2","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"463ea3ea5af698827fa0dece987a5edb54374d91","size":113798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.2.2.tgz","integrity":"sha512-pG03ShfzGEoPyoYGZUle9IBrfEWfhKq2UMss823TBb3QoJ5bug6lw5rb3ibk7kHrBgONaxZORwva+41dhropKg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.2.2_1559056108903_0.7626259680561138"},"_hasShrinkwrap":false,"publish_time":1559056109034,"_cnpm_publish_time":1559056109034,"_cnpmcore_publish_time":"2021-12-16T15:48:15.854Z","contributors":[]},"1.2.1":{"name":"@msgpack/msgpack","version":"1.2.1","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:dist:wasm":"TS_NODE_PROJECT=tsconfig.test-dist-es5-wasm.json npm run test:wasm -- --reporter=dot","test:cover":"npm run cover:clean && npm run test:cover:purejs && npm run test:cover:wasm && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=lcov --reporter=text-summary --reporter=html","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","npm-run-all":"^4.1.5","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^5.4.5","ts-node":"^8.1.0","tsconfig-paths":"^3.8.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"696530586aadd2524a333f718aede7b7c9aa7181","_id":"@msgpack/msgpack@1.2.1","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"29609a6f877e7a4d3deffd739a97045564b5463f","size":112245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.2.1.tgz","integrity":"sha512-WkGSHjlvds9bGX9iseESqZPBjd8dIK93+yH8r/lpk/LG1+2EmW5HjLWjT/v2So/S3n5aR6kdEQKc55ZhNvaNDQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.2.1_1558882191340_0.1207565128978525"},"_hasShrinkwrap":false,"publish_time":1558882191481,"_cnpm_publish_time":1558882191481,"_cnpmcore_publish_time":"2021-12-16T15:48:16.362Z","contributors":[]},"1.2.0":{"name":"@msgpack/msgpack","version":"1.2.0","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && npm run asbuild:production && tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"MSGPACK_WASM=never mocha 'test/**/*.test.ts'","test:wasm":"npm run asbuild:production && MSGPACK_WASM=force mocha 'test/**/*.test.ts'","test:cover":"npm run cover:clean && npm run test:cover:purejs && npm run test:cover:wasm && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:wasm":"npx nyc --no-clean npm run test:wasm","cover:clean":"rimraf .nyc_output coverage/","cover:report":"nyc report --reporter=lcov --reporter=text-summary --reporter=html","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rimraf isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rimraf isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts","asbuild:development":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate --debug && ts-node tools/pack-wasm.ts","asbuild:production":"asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization","universal"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/base64-js":"^1.2.5","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assemblyscript":"github:AssemblyScript/assemblyscript","assert":"^2.0.0","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","lodash":"^4.17.11","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.1","rimraf":"^2.6.3","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{"base64-js":"^1.3.0"},"gitHead":"3ed5885ef23d1625b30530049e0279c2e66026de","_id":"@msgpack/msgpack@1.2.0","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"1aa196c75db906ef34445b26deb70b710183a328","size":111662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.2.0.tgz","integrity":"sha512-Sjb//kbeLTA7sN+61Y2lzZU8/p8cCF/pPGx5xRHuVqYuAVZaKMotbSN6SoHWUXvTcZX+OVolOiFKAAeXIVBxcA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.2.0_1558763706499_0.6233392100847615"},"_hasShrinkwrap":false,"publish_time":1558763706787,"_cnpm_publish_time":1558763706787,"_cnpmcore_publish_time":"2021-12-16T15:48:16.978Z","contributors":[]},"1.1.0":{"name":"@msgpack/msgpack","version":"1.1.0","description":"MessagePack for JavaScript/ECMA-262","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","assert":"^2.0.0","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.1","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"b8453dbb914cf5cde320381658516977391ef134","_id":"@msgpack/msgpack@1.1.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"5dfdd72c4f136bf2cf05d91b4f39804659df135f","size":52693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.1.0.tgz","integrity":"sha512-BGZUzsuCbjFGx+GCA6yULXpI0Tv8WuxRqaN9BouFYmfpjL2W1jT3m07/MaJwbgVZSGnjZZqa8TjiSMf7bNKfcA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.1.0_1558192103444_0.698088934080938"},"_hasShrinkwrap":false,"publish_time":1558192103630,"_cnpm_publish_time":1558192103630,"_cnpmcore_publish_time":"2021-12-16T15:48:17.520Z","contributors":[]},"1.0.1":{"name":"@msgpack/msgpack","version":"1.0.1","description":"MessagePack for JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.8.0","@typescript-eslint/parser":"^1.8.0","assert":"^2.0.0","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.1.0","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^2.0.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"7f4b6c222a8129e9cc686cc501b6b37bbe3e2d1e","_id":"@msgpack/msgpack@1.0.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"b55a4177a7da689e7d454a7563194ae1775734df","size":50432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.0.1.tgz","integrity":"sha512-uUcQLrQuaC5x/1qaZKAh09LXwEYEwD5ZdUtgkdjNj90ey0cSQDHJlqokWYSpjyqk8y/cNAuFSyqBdey1zsgH1A=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.0.1_1557670775383_0.8889998936158361"},"_hasShrinkwrap":false,"publish_time":1557670775542,"_cnpm_publish_time":1557670775542,"_cnpmcore_publish_time":"2021-12-16T15:48:17.825Z","contributors":[]},"1.0.0":{"name":"@msgpack/msgpack","version":"1.0.0","description":"MessagePack for JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","assert":"github:browserify/commonjs-assert#sync-with-node-master","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"511228e00822c5308f09188753b04bc44b59c761","_id":"@msgpack/msgpack@1.0.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"39841c2d578ea6419f5340c5b207eeef86171de3","size":49610,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-1.0.0.tgz","integrity":"sha512-QQD/kS6GGB69xbYUWbqqIlle4i8uZFkoxjZdvR1//uNvkiNCNMCZYRrC6WicK8Bh8F1oWHDajj2gT5Ojo4V0Ww=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_1.0.0_1557500915453_0.8845113267677889"},"_hasShrinkwrap":false,"publish_time":1557500915618,"_cnpm_publish_time":1557500915618,"_cnpmcore_publish_time":"2021-12-16T15:48:18.079Z","contributors":[]},"0.16.1":{"name":"@msgpack/msgpack","version":"0.16.1","description":"MessagePack for JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --borwsers FirefoxHedless","test:browser:chrome":"karma start --single-run --borwsers ChromeHeadless","test:watch:browser":"karma start","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","assert":"github:browserify/commonjs-assert#sync-with-node-master","core-js":"^3.0.1","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","karma":"^4.1.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^3.0.5","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"eca4b1c49e9a63c0c6a8719b6fd776b540130e4c","_id":"@msgpack/msgpack@0.16.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"a452668447c227a9472025f663247edf2cfb9cea","size":48892,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.16.1.tgz","integrity":"sha512-L7Psmm6gI+LfF3FsqeyLOLTwic+yVK9XUcmNxk/QJF+yDy1qSMDDWQ1ko0XAo2MAmef9wSsrWJatIePFJwuJbg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.16.1_1557457369572_0.9472100991406178"},"_hasShrinkwrap":false,"publish_time":1557457369722,"deprecated":"pre-1.0.0","_cnpm_publish_time":1557457369722,"_cnpmcore_publish_time":"2021-12-16T15:48:18.393Z","contributors":[]},"0.16.0":{"name":"@msgpack/msgpack","version":"0.16.0","description":"MessagePack for JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.dist.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","lint:print-config":"eslint --print-config .eslintrc.js","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"693b96ced6e09d19564c47695344b28240fa9f6c","_id":"@msgpack/msgpack@0.16.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"ab806c2d28cfbb5aeafd4182333d5d55be473e28","size":48615,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.16.0.tgz","integrity":"sha512-0CEUGtbcTAB2TQjdOHBNppA1+dozucOxUaZvmQn/WV9C27fst+EOUXt62LzZmqtmclFJ4UnfGTA4d5mFagZ5Kw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.16.0_1557367330496_0.7299976741452938"},"_hasShrinkwrap":false,"publish_time":1557367330686,"deprecated":"pre-1.0.0","_cnpm_publish_time":1557367330686,"_cnpmcore_publish_time":"2021-12-16T15:48:18.711Z","contributors":[]},"0.15.0":{"name":"@msgpack/msgpack","version":"0.15.0","description":"MessagePack implementation in JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://msgpack.org/","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"b588966118c735dfe53177249c2e010aa4eff0cb","_id":"@msgpack/msgpack@0.15.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"8cba1ba1fdc9302ea1229ed72b5d1b0ab35ec8dc","size":52187,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.15.0.tgz","integrity":"sha512-9+MXWnAhR8GFY5rrDyM1H4sUxSTcD700RaDKet8ersi4bQLE9X3x/axwprVOVXHioTWY6Q5AlgtfTyPMvweNmw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.15.0_1557276940125_0.5531120064984301"},"_hasShrinkwrap":false,"publish_time":1557276940280,"deprecated":"pre-1.0.0","_cnpm_publish_time":1557276940280,"_cnpmcore_publish_time":"2021-12-16T15:48:19.002Z","contributors":[]},"0.14.0":{"name":"@msgpack/msgpack","version":"0.14.0","description":"MessagePack implementation in JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"c93c8bd0c4d23c33ba442df673a7a65b5c16b80a","_id":"@msgpack/msgpack@0.14.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"b9d86dff7c3cce61ab2c88bd6633cff52fc022b4","size":50659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.14.0.tgz","integrity":"sha512-AkhTTgliu8fg7oes/jgI5oFG0pTotqnQJkFeZ25oMFt8zXeLyfyaFbbjlfG3pDaBEYznd6P56Nw92TmdQEvL1w=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.14.0_1557151077583_0.19678025795327114"},"_hasShrinkwrap":false,"publish_time":1557151077712,"deprecated":"pre-1.0.0","_cnpm_publish_time":1557151077712,"_cnpmcore_publish_time":"2021-12-16T15:48:19.320Z","contributors":[]},"0.13.0":{"name":"@msgpack/msgpack","version":"0.13.0","description":"MessagePack implementation in JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"f8c7373fc35c82eea4ae0900a0758dc219c350cc","_id":"@msgpack/msgpack@0.13.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"d6b17458dce788acaf392d06c8f4c7e5f08476f2","size":40119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.13.0.tgz","integrity":"sha512-lVFFGv3A3xHR1baf/5AP2xy4IG82wZflYTIJDG7NMyw0UXvrDfk0ddvo54aw3s8D+c5GKZuWAFZVuGnZ83ntpg=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.13.0_1556948854253_0.28190139331387987"},"_hasShrinkwrap":false,"publish_time":1556948854498,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556948854498,"_cnpmcore_publish_time":"2021-12-16T15:48:19.575Z","contributors":[]},"0.12.0":{"name":"@msgpack/msgpack","version":"0.12.0","description":"MessagePack implementation in JavaScript","main":"./dist/index.js","browser":"./dist.es5/msgpack.js","types":"./dist/index.d.ts","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.10","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"c94860ec5aba9d37b6edf64f1d14e128552874c6","_id":"@msgpack/msgpack@0.12.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"1c0c4b66e93ed03780581f043fbbb7323f7a0035","size":39848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.12.0.tgz","integrity":"sha512-omJjixd5oopuVuyT4advxgDgeqqwCNJyUWkvTgCnb9uGbyk+HZxZZgAhXLa91u9nJVvu6oa4H8IjD5727OybUw=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.12.0_1556945401348_0.3756084933000483"},"_hasShrinkwrap":false,"publish_time":1556945401469,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556945401469,"_cnpmcore_publish_time":"2021-12-16T15:48:20.158Z","contributors":[]},"0.11.1":{"name":"@msgpack/msgpack","version":"0.11.1","description":"MessagePack implementation in JavaScript","main":"dist/index.js","browser":"dist.es5/msgpack.js","scripts":{"build":"npm publish --dry-run","prepare":"rm -rf dist dist.* ; tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.8","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"9b600ec460abfe30780a693c9f1da3cda7e7e7f9","_id":"@msgpack/msgpack@0.11.1","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"d09b3beac524d94d9bd165acf191307ddd375deb","size":34338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.11.1.tgz","integrity":"sha512-BUxmRo/UClSX2yposu2LvDcjV6ThCe91+fBPPb5IR8BV0sLOXXp2nvvpHQ5umlBzYaMUXFuVN9CNZwo2ASR68Q=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.11.1_1556936448053_0.810314473206974"},"_hasShrinkwrap":false,"publish_time":1556936448233,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556936448233,"_cnpmcore_publish_time":"2021-12-16T15:48:20.415Z","contributors":[]},"0.11.0":{"name":"@msgpack/msgpack","version":"0.11.0","description":"MessagePack implementation in JavaScript","main":"dist/index.js","browser":"dist.es5/msgpack.js","scripts":{"build":"npm publish --dry-run","prepare":"tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"mocha 'test/**/*.test.ts'","test:cover":"npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.8","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"c17d4fb68e7b867f5dfc397cad6276db9c84c20f","_id":"@msgpack/msgpack@0.11.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"5e1fd84a83d8128c41b53c4c6a6352117910271d","size":35304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.11.0.tgz","integrity":"sha512-osXBiABUceGF46TiQMzwnkEklUktP66hkx1q3G0OztpUeCWkfIMSldECLTUYpgymlSYDa6O9nFwpkLJgxMTqnA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.11.0_1556936334277_0.7757427975781666"},"_hasShrinkwrap":false,"publish_time":1556936334427,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556936334427,"_cnpmcore_publish_time":"2021-12-16T15:48:20.732Z","contributors":[]},"0.10.0":{"name":"@msgpack/msgpack","version":"0.10.0","description":"MessagePack implementation in JavaScript","main":"dist/index.js","browser":"dist.es5/msgpack.js","scripts":{"build":"npm publish --dry-run","prepare":"tsc -p tsconfig.production.es2019.json && webpack","prepublishOnly":"TEST_DIST=true npm run test","clean":"rm -rf build dist dist.es5","test":"TS_NODE_FILES=true mocha 'test/**/*.test.ts'","test:cover":"TS_NODE_FILES=true npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"^1.0.2","@types/mocha":"^5.2.6","@types/node":"^11.13.8","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5","webpack":"^4.30.0","webpack-cli":"^3.3.1"},"dependencies":{},"gitHead":"f60f08faa37b78be98e9dd86509305f6b20473a0","_id":"@msgpack/msgpack@0.10.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"0014d3018358aa87c0206b2e55087126d6764b4a","size":35539,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.10.0.tgz","integrity":"sha512-CciXcDxglKco9ufSqTjzIiyT2B6EO2a7q3LUZyRUi4SAbx35ltfkyX5Ultg9iq50zEYjDt5JlrXs/TGTVm+9VA=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.10.0_1556774625407_0.13736878715913226"},"_hasShrinkwrap":false,"publish_time":1556774625623,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556774625623,"_cnpmcore_publish_time":"2021-12-16T15:48:20.972Z","contributors":[]},"0.9.0":{"name":"@msgpack/msgpack","version":"0.9.0","description":"MessagePack implementation in JavaScript","main":"dist/index.js","scripts":{"build":"npm publish --dry-run","prepare":"tsc -p tsconfig.production.json","prepublishOnly":"TEST_DIST=true npm run test","test":"TS_NODE_FILES=true mocha 'test/**/*.test.ts'","test:cover":"TS_NODE_FILES=true npx nyc mocha 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"eslint --fix --ext .ts src test && npm run format","format":"prettier --write 'src/**/*.ts' 'test/**/*.ts'","profile:encode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-encode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","profile:decode":"rm -f isolate-*.log ; node --prof --require ts-node/register  -e 'require(\"./benchmark/profile-decode\")' && node --prof-process --preprocess -j isolate-*.log | npx flamebearer","benchmark":"npx ts-node benchmark/benchmark-from-msgpack-lite.ts"},"repository":{"type":"git","url":"git+ssh://git@github.com/msgpack/msgpack-javascript.git"},"keywords":["msgpack","MessagePack","serialization"],"author":{"name":"The MessagePack community"},"license":"ISC","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"homepage":"https://github.com/msgpack/msgpack-javascript","devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^11.13.8","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","eslint":"^5.16.0","eslint-config-prettier":"^4.2.0","eslint-plugin-prettier":"^3.0.1","ieee754":"^1.1.13","mocha":"^6.1.4","msgpack-lite":"^0.1.26","msgpack-test-js":"^1.0.0","prettier":"^1.17.0","ts-loader":"^5.4.5","ts-node":"^8.1.0","typescript":"^3.4.5"},"dependencies":{},"gitHead":"b711cd8af609903f49d6407e5642c08fbf98790a","_id":"@msgpack/msgpack@0.9.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"934dadfe6c3569aaa6016ec3314565692486fc98","size":15504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-0.9.0.tgz","integrity":"sha512-jhoAKhAZgIzvUgT16BnxebjtC/CzP/r0HcLZeT+Oywvv+HMQnsvMWUVgROSRH86M3B40L+lXuHvYY3Ls56sGJQ=="},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_0.9.0_1556764677175_0.027537015500780804"},"_hasShrinkwrap":false,"publish_time":1556764677322,"deprecated":"pre-1.0.0","_cnpm_publish_time":1556764677322,"_cnpmcore_publish_time":"2021-12-16T15:48:21.206Z","contributors":[]},"2.7.2":{"name":"@msgpack/msgpack","version":"2.7.2","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"797d00e8c9d835aea1a5906500ca1711ece9d6c5","_id":"@msgpack/msgpack@2.7.2","_nodeVersion":"17.3.0","_npmVersion":"8.3.0","dist":{"integrity":"sha512-rYEi46+gIzufyYUAoHDnRzkWGxajpD9vVXFQ3g1vbjrBm6P7MBmm+s/fqPa46sxa+8FOUdEuRQKaugo5a4JWpw==","shasum":"f34b8aa0c49f0dd55eb7eba577081299cbf3f90b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.7.2.tgz","fileCount":110,"unpackedSize":634622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAe/dCRA9TVsSAnZWagAAHPAP/2epHazAuS/p4hzoGffX\n17i+OQQhtsDKBVWzU7SF1JGpRsQvZ4MafNNaaftJR+71BtFnJPqDJXsCdS1z\nZL5I7wms4+j4aQQwKdKzlX74iUCv3CtYbMGYR8xHKg9ti2Vk/i1+IckYdiu9\nhOb/5P0Mp244stmJM1enpXQsc1LJjfZMbr+YxeCGciRh9vwerHGznM1pn9zl\nbhJvJiLJlw7kn/H/8VmU8bADqHy/mzuyGQGC3sNprOq/0JOTSwPlHFjzeXj+\nAemeDuKcnj2WvAj/KqC/ErEYRufvkDhiiinjnMPF7j4jDuE7cgPI3rqWM2C/\nknFQUjzZwQKZiFKmod/+NOieBmajHrhKEPot7/FI5amTPfH4rRmhV9cfsUg7\noV2J8H4EwkrE3mmm2EaSalAcIEltw1RBM3NoAnDTKDlvaveIqJetSWpN+sMo\nVBDI9sO07n5e/94q3e8BZKPuOU6Yb09y9Z9v1Gy3O+oym05tpJiBRyx8NLQo\n6mm4X/jq34751XT4cz54lQ+7/+8U+L43NlLQWss8fkeyUsf10wvsWegVU9/Y\nnMJQrtuuor/aPJi2I1Iz7pYweUBCkKk38+YIUKXqVbKlo97dsCLTgOZmsxSC\n9T0sFrd74LI6Cgru1/nXH3HMKQh58TUScbA3Aj67QLl+4tG6gX6+KUddkfKo\nd3ma\r\n=kqQw\r\n-----END PGP SIGNATURE-----\r\n","size":122340},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.7.2_1644294109189_0.18607279990286107"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-08T04:21:57.642Z","contributors":[]},"2.8.0":{"name":"@msgpack/msgpack","version":"2.8.0","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"run-p 'test:dist:*' && npm run test:browser","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:purejs":"TEXT_ENCODING=never mocha 'test/**/*.test.ts'","test:te":"TEXT_ENCODING=force mocha 'test/**/*.test.ts'","test:dist:purejs":"TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot","test:cover":"npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report","test:cover:purejs":"npx nyc --no-clean npm run test:purejs","test:cover:te":"npx nyc --no-clean npm run test:te","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 10"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","blob-polyfill":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","npm-run-all":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","web-streams-polyfill":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"667539b6f7904c06edc13df4e927192f818cf354","_id":"@msgpack/msgpack@2.8.0","_nodeVersion":"18.1.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-h9u4u/jiIRKbq25PM+zymTyW6bhTzELvOoUd+AvYriWOAKpLGnIamaET3pnHYoI5iYphAHBI4ayx0MehR+VVPQ==","shasum":"4210deb771ee3912964f14a15ddfb5ff877e70b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-2.8.0.tgz","fileCount":110,"unpackedSize":645840,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC3gwj1YXBlPOD3khNqZWroMV5qgqevBzWfH+gwAW5JgIgSYf4lLcN9LqiHwh1pslgdTY+kdeEDG18YNrkC8HnhKs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEW2BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpM1xAAjemdEz/y4L6GorB811c2TdFhsISEyLnInRJkKPKz4qxCDAvK\r\nqKwZAlyEoaShMu0PIDS6kvGfBU7Rkz0VUQWeMLw1ZAoY8fRB8KqX4doPDus1\r\n6PwXibKdEZx3RSgXQ8No3zQ3OoQ5dgscZMqqshUupdeAX/SwRAUbV+VlRTt3\r\nl9cSqm6SHE6sjDAW0ja9s/DgPtwUsE58shkLtd0Fb4GxDbrSLufragyMNJnR\r\nSboSA9r/fP8ZaNWd3tnuMRYjGemxGkVbfKqS06uOY2UrGh5bgsNU4wBphr/Y\r\naiKFS6WCMo0uoRbuMuaCQIY7ls6H9qzm7MQzAGMnoF4aaGLU6FJ1UQFNbAnR\r\nLoV0uDQ7lx7CzIxtS+EasAWSUHHsOWNzOO+HaeJfDLw7cfMT9KpFQ/jYbxd7\r\nc1jI46LAO7vpNCmEdm0tYnF81HbO++b+9nH02LgpT/ONr0Zwwl+3x+0GYjtR\r\nP2ZnftqfohO/Ixppj1T7KHS4NhfVkY+VtzAfx2c8BHfqhtWgEpCn89XoDSKm\r\nk8o7EeE9OOm9Pap77RIcPYcip7jRbZ48hsqCJ2X3QwmYFhMugHkA5dLE42YH\r\nYDhC1SRxpNIpe5CRvU/ADnKHzoHnAdD6qcE97BZ4wX7uxNwBk+0olsdRoROV\r\nIh7gH/xhybY/urZGPF1KKjXTaPnKRnL8mTI=\r\n=E7uS\r\n-----END PGP SIGNATURE-----\r\n","size":123866},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_2.8.0_1662086528580_0.7812786255291795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T02:42:17.383Z","contributors":[]},"3.0.0-beta1":{"name":"@msgpack/msgpack","version":"3.0.0-beta1","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:browser && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 14"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"bc050336e7d5a9170690e364be5f6732834ec7a2","_id":"@msgpack/msgpack@3.0.0-beta1","_nodeVersion":"18.14.2","_npmVersion":"9.6.1","dist":{"integrity":"sha512-lxE24h4f129kJT47UWJxq5xzb1H68ErktWEbtg9/4PJbb/GCUg5+O3l3sC1H8VN4CzlWy3RGyYxUUgFJ8xf9Uw==","shasum":"9e54e39c61ac61fad83d6d6ff8dcfa5452b41c89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta1.tgz","fileCount":110,"unpackedSize":660045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCftN3xgUlZrxdwg2SSxb40tNHRE78Bjv2KbVbxpv0Z5gIhAMr65n72g8x9dVb33ZL37bCf3wPtBKeVzMKDMDKkTcfF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCsmpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCjA/+IvTCA+YnADQmTh+sQJlJE7F3JOTEiLi6e4SccZOJbTj78cVW\r\nHC0am4UYrI/GJAVm7j2WTctU1cGIMQ103Ght+ewGa4nImgUJFSGpWN2+GN91\r\nycX5+gB8iKqu4j0nyZKa/ElsYujrMVZgTeOY59XSowkMFAp6icsCxtwpNSbb\r\n3rV+EP6Q0mAwMi7QTAO4q3ifJ5pUVLU6AXgHKhS81JNBHZpGRoAKCXAglEw6\r\n3aR/zN4ID8S3M92fQHpW21fqaxRHTA7lhYOhL0Ud7/KVrTT1xgABweAEZd64\r\nio/APb9CsunLgmv2FMg6DmbpUFZGgOKze6vZgfB525hnYek5HcwGXRaVcTMM\r\nHZ/pXteIdfkaAP0CuG7zgSMLkUhz5GqpPKBbnobpLemSCPCecB4paLPvJ4Rc\r\nhiNTyuVA7z3kYH1FoPO2cVSsuAoBgXNT8z366B2Lihhp42+l2FIcr7uc/czx\r\nlXaMWQ2OslamIXUSSy4ad1PjKeVq1ZcGDPtRImyz9w/OpwlO4II5pPkeR7GV\r\nLBjGmtBeRPPbxmb5u0p/8+Sv6qCbGYUm1wnEPgvASj1hjq8klYVrSLlUxoSk\r\nGWI7vN3mdtdvcV/LU3DBJFFJSTpUuSIjUweoLtEVU0QDfngqMMEdNZ+KRv+p\r\n/YSW7Fj9jeFxNK2ONLzYHg5+NUKhsS/FqmY=\r\n=yEpY\r\n-----END PGP SIGNATURE-----\r\n","size":127034},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_3.0.0-beta1_1678428585109_0.9923413685207128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-10T06:09:45.265Z","publish_time":1678428585265,"contributors":[]},"3.0.0-beta2":{"name":"@msgpack/msgpack","version":"3.0.0-beta2","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:browser && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint --ext .ts src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 14"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"616ac5f072350aca29e5cfd7120086e2253e7aa0","_id":"@msgpack/msgpack@3.0.0-beta2","_nodeVersion":"18.13.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-y+l1PNV0XDyY8sM3YtuMLK5vE3/hkfId+Do8pLo/OPxfxuFAUwcGz3oiiUuV46/aBpwTzZ+mRWVMtlSKbradhw==","shasum":"5bccee30f84df220b33905e3d8249ba96deca0b7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta2.tgz","fileCount":110,"unpackedSize":661638,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB/NPAOZIRk/okATojHZf/rpeO2qO+1pxL/idalRv9TsAiAZNZJEbOUiMo9k/yewAAmNZzdxSphZC8edyHWDDilSag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFmuCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW3A//Q9offWJIzip2gQyxgNeharYWCDElnfWDXwB1+Q5oJgY8u9xw\r\naKJQFerJy3hggBGiB+NX0ivx3jZMq0BYv6nucdYtocUIn3x8NQXcr3vx5Ts8\r\nhpH5WzHBDk9TIMdIEnkP3Lbo5HFs+Qpg+So1aFLLT6Y4qXzHfZNV4hJwBdt5\r\ntpNArpr1eFQey8K1bEs4+ZW5+xc7Qk3fEbaTfwfHwPpN460AsLNWeiws52uC\r\nD1PIluO/96PIVd6h0rS9YzsN84XgHrrrs/ISSTN1SiQ6mSj8eukI2vvLy669\r\n8wOndQtbEASkCsdeO4AY8BBEt0tMS3hP7Wrw92JBMoG9hHpb73Z0yEebatT5\r\nnzMfk/wsHtq7yH1F01ScwWbnwoCSEHoaHKOvMxsIz7eg1hepxhn1G5wyIzl+\r\nEVFkAKz2XrGUoh7Pd0LV4kME79OII89haFTJiDqCISDtw079aVjiXj6mSXMV\r\naKdLgbJEz0z1s7cKIowHhvugU+J54F9DRjVIDVJVOhjzJ1XDj6hEb1x5PMGG\r\nTnUapDyerTBANqkoskB7r22a5LJyb2O/rubQ/zGWqLZ2u5Xaw/LJt2AhqBtV\r\norJuGhRu4S/o/01tU9SLpglttr0fbH7BW37oBVoz1+S48n+dlA1b6PYouxy4\r\nUOB9m1rWVVYlVHRaUOHKBO9d9jp6D+83lgg=\r\n=AJR9\r\n-----END PGP SIGNATURE-----\r\n","size":127498},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/msgpack_3.0.0-beta2_1679190914577_0.27264283697081426"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-19T01:55:14.738Z","publish_time":1679190914738,"contributors":[]},"3.0.0-beta3":{"name":"@msgpack/msgpack","version":"3.0.0-beta3","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsconfig-paths":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.0-beta3","gitHead":"a7a6593899af8f569139009de80a495b087e8a6c","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-LZYWBmrkKO0quyjnJCeSaqHOcsuZUvE+hlIYRqFc0qI27dLnsOdnv8Fsj2cyitzQTJZmCPm53vZ/P8QTH7E84A==","shasum":"a9f50590ebdd4f9c697e8e7d235a28f4616663ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta3.tgz","fileCount":112,"unpackedSize":697786,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFZ0aja4nZ+VDTfsZjrqvNFIDfWwZYSmwxsJ9Gtl8p92AiBq0B0FTeEw4jVGJf7rWqAPKKesQZ4z/3kWAbR5cIK0Ng=="}],"size":133846},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.0-beta3_1737860690896_0.2754177918719396"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-26T03:04:51.101Z","publish_time":1737860691101,"_source_registry_name":"default","deprecated":"too old","contributors":[]},"3.0.0-beta4":{"name":"@msgpack/msgpack","version":"3.0.0-beta4","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.0-beta4","readmeFilename":"README.md","gitHead":"956e5cea8c08a00a5c9b6363dcf11f0faebc852f","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-pIHfHZefX0jX8enNRdkwc08TXoRdBm/gLrc09M9374bkvlRJMxs2jbek0MKb4o7msDQEhIpGv3lfJWjBh/CuQQ==","shasum":"7ce49de058423e727480d4cf9b5a3769f05f4d82","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta4.tgz","fileCount":112,"unpackedSize":702040,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQChCikaCUus0AcbUlQ5h8g43FAhtekgMWMCnLsENoJb4QIhAKriBtOlgV5Msxdx75X2drHdkCEER4lG2U/sITTtmbRP"}],"size":134438},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.0-beta4_1738667884258_0.6571970160995524"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-04T11:18:04.488Z","publish_time":1738667884488,"_source_registry_name":"default","deprecated":"old beta version","contributors":[]},"3.0.0-beta5":{"name":"@msgpack/msgpack","version":"3.0.0-beta5","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.es5+esm/index.mjs","cdn":"./dist.es5+umd/msgpack.min.js","unpkg":"./dist.es5+umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.es5+esm.json && ts-node tools/esmify.ts dist.es5+esm/*.js dist.es5+esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@bitjourney/check-es-version-webpack-plugin":"latest","@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.0-beta5","readmeFilename":"README.md","gitHead":"45d105f95a9d01ee24d09fc81b36a8af2900547c","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-QWlSGxAlJnk5+Al3APQuwCBU86Wx8caDnzWLOuAm/k/CUFIWRQfUQ7sULNHw8AsAfmxdsdNJsa45GK16NxeLtQ==","shasum":"060004a2acf6ceb70c4261767f69fc2ffd1a8bde","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta5.tgz","fileCount":112,"unpackedSize":761711,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEykv2DCGEewUbnxDEhi+0vUFqlNVuJddrEyKhDCZFeGAiBEbo00oMXnNS9Gx7cFWKqVwIEHhhvE7614zJovcXbI+g=="}],"size":144324},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.0-beta5_1738846612187_0.5268411419476997"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-06T12:56:52.460Z","publish_time":1738846612460,"_source_registry_name":"default","deprecated":"old beta version","contributors":[]},"3.0.0-beta6":{"name":"@msgpack/msgpack","version":"3.0.0-beta6","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.esm.json && ts-node tools/esmify.ts dist.esm/*.js dist.esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.0-beta6","readmeFilename":"README.md","gitHead":"e2767e188d44e7f81ab91b31867a8843f8c35990","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-SkV6mSovBhd/o5xPEWZXIAGtKnPhF3++eVJIp1i7hiajz3arkKhlhspa0joyzSTU+cFBNLkjRazh784EorgNMA==","shasum":"dfa0096833653bb115fbcabd897ef81ae6b1a1c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0-beta6.tgz","fileCount":112,"unpackedSize":683348,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG0UbWzJr0MhwNcIgXicjr00IkoYHW5tbU/Y/OKAenhFAiEAqi3Hs7D3108k7/XLAqjYNZcCbs2NxqlyeOejfmXRHaA="}],"size":124228},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.0-beta6_1738924452818_0.31831613583517826"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-07T10:34:12.994Z","publish_time":1738924452994,"_source_registry_name":"default","deprecated":"old beta version","contributors":[]},"3.0.0":{"name":"@msgpack/msgpack","version":"3.0.0","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist/index.js","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.json tsconfig.dist.esm.json && ts-node tools/esmify.ts dist.esm/*.js dist.esm/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test test/deno_test.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.0","gitHead":"442d0350ae965e3c2dd1ebda7b700a8434417f95","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-s/OZQ1QUtSYr9tgFZh4HSFLvTR2o81r0zfQj7pClC7oFUqZaAgkQ+vADV9JBioJLK9lJoAjBEhuPhVuOIJnbhg==","shasum":"93b9c69db5bc3872ad12b76d0e5d8193de803746","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.0.tgz","fileCount":112,"unpackedSize":683342,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBI2QiheFYYMX20KBgJr9+NI/8yh0vzZuec/jMPzHQguAiEAr0lTFx9qG3EqOTF0bMxVOXDPsyrbcb9GeChyeIbyYbY="}],"size":124223},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.0_1738925703713_0.778825315995644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-07T10:55:03.940Z","publish_time":1738925703940,"_source_registry_name":"default","contributors":[]},"3.0.1":{"name":"@msgpack/msgpack","version":"3.0.1","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist.cjs/index.cjs","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist.esm/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test --allow-read test/deno_*.ts","test:bun":"bun test test/bun.spec.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","benchmark":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsimp":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.0.1","gitHead":"3b45f2f118783ea5d84a9e5345cb17d0776ca50d","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-9qysoVTITLcOFIIJeXbdtUgvvY25ojUp+WWfLc0O4H4KKWeamUNAqkjS5mej/PnVDnH70llWKNa7pzv5U4TqVQ==","shasum":"9aa13f83ad575f8435e24fe4bff609c256214d91","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.0.1.tgz","fileCount":118,"unpackedSize":685996,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDeduX9XrFqx3sQgWwZFOUrc4A/e/e7+mhIM5dlKLJ3KwIhAIhr0cSw8jyf9NmuipSxTRPL5EWbYjbMWY06sqlHDzP0"}],"size":123624},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.0.1_1739240551857_0.5124978530639748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T02:22:32.035Z","publish_time":1739240552035,"_source_registry_name":"default","contributors":[]},"3.1.0":{"name":"@msgpack/msgpack","version":"3.1.0","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist.cjs/index.cjs","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist.esm/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test --allow-read test/deno_*.ts","test:bun":"bun test test/bun.spec.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","benchmark":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsimp":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.1.0","gitHead":"4a337c55e74b6424335eb76eafe84646ca85052e","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-igBxaq5JHWdJ0lDyKkCo00pDu+bNVuBAs/cHra6a3ndCw6vlZK9BGLuG7Fvmar/DXK2uJ25zvgcAZEl+AvLpjQ==","shasum":"ae7e1a1c97bc84fbae5104509286f1f7a9847a89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.1.0.tgz","fileCount":118,"unpackedSize":686998,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDeE7f8NvMD+mjH8c2+XbE1VOJbry5HyNvudHwJVp6MEQIgOYdVToYxCl6jGHX5tawHOxv9eKi8aGTZsZeU5vcbqwY="}],"size":123605},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.1.0_1740142736340_0.9422184355985372"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-21T12:58:56.505Z","publish_time":1740142736505,"_source_registry_name":"default","contributors":[]},"3.1.1":{"name":"@msgpack/msgpack","version":"3.1.1","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist.cjs/index.cjs","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist.esm/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:deno":"deno test --allow-read test/deno_*.ts","test:bun":"bun test test/bun.spec.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","benchmark":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsimp":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.1.1","gitHead":"1b2b6a23daf626b0cff1efcf44b45cf5864a2aa8","_nodeVersion":"22.12.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-DnBpqkMOUGayNVKyTLlkM6ILmU/m/+VUxGkuQlPQVAcvreLz5jn1OlQnWd8uHKL/ZSiljpM12rjRhr51VtvJUQ==","shasum":"6f09ada4767a163f225cb7fc15bccbcef781fe4c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.1.1.tgz","fileCount":112,"unpackedSize":658934,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICVJ6UGp8NBXTaX9kLyVrTFB5MhXWAIZpAIAzsBb6mcLAiEAvgXUCV25b6E6uHC8fqPcb9oSYkassJrQU/314kBJEM4="}],"size":119362},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.1.1_1741777888960_0.9451277674732752"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-12T11:11:29.183Z","publish_time":1741777889183,"_source_registry_name":"default","contributors":[]},"3.1.2":{"name":"@msgpack/msgpack","version":"3.1.2","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist.cjs/index.cjs","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist.esm/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:node_with_strip_types":"node --experimental-strip-types test/deno_test.ts","test:deno":"deno test --allow-read test/deno_*.ts","test:bun":"bun test test/bun.spec.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","assert":"latest","benchmark":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsimp":"latest","typescript":"latest","webpack":"latest","webpack-cli":"latest"},"_id":"@msgpack/msgpack@3.1.2","gitHead":"0e029176d954a9a3529b6d74e50c0685d1ec3aa2","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-JEW4DEtBzfe8HvUYecLU9e6+XJnKDlUAIve8FvPzF3Kzs6Xo/KuZkZJsDH0wJXl/qEZbeeE7edxDNY3kMs39hQ==","shasum":"fdd25cc2202297519798bbaf4689152ad9609e19","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.1.2.tgz","fileCount":112,"unpackedSize":659400,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEB3MMFaPu7KRb7ciA+Ubfcq4rYZtL0qbod7z1QFa6VpAiEA5UbCCtEpkivd4Ig8znlP4n5LY5WzzBOxJnMeIAW+8UI="}],"size":119369},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.1.2_1748135367907_0.9432315121492416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-25T01:09:28.128Z","publish_time":1748135368128,"_source_registry_name":"default","contributors":[]},"3.1.3":{"name":"@msgpack/msgpack","version":"3.1.3","description":"MessagePack for ECMA-262/JavaScript/TypeScript","author":{"name":"The MessagePack community"},"license":"ISC","main":"./dist.cjs/index.cjs","module":"./dist.esm/index.mjs","cdn":"./dist.umd/msgpack.min.js","unpkg":"./dist.umd/msgpack.min.js","types":"./dist.esm/index.d.ts","sideEffects":false,"scripts":{"build":"npm publish --dry-run","prepare":"npm run clean && webpack --bail && tsgo --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js","prepublishOnly":"npm run test:dist","clean":"rimraf build dist dist.*","test":"mocha 'test/**/*.test.ts'","test:dist":"npm run lint && npm run test && npm run test:deno","test:cover":"npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report","test:node_with_strip_types":"node --experimental-strip-types test/deno_test.ts","test:deno":"deno test --allow-read test/deno_*.ts","test:bun":"bun test test/bun.spec.ts","test:fuzz":"npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus","cover:clean":"rimraf .nyc_output coverage/","cover:report":"npx nyc report --reporter=text-summary --reporter=html --reporter=json","test:browser":"karma start --single-run","test:browser:firefox":"karma start --single-run --browsers FirefoxHeadless","test:browser:chrome":"karma start --single-run --browsers ChromeHeadless","test:watch:browser":"karma start --browsers ChromeHeadless,FirefoxHeadless","test:watch:nodejs":"mocha -w 'test/**/*.test.ts'","lint":"eslint src test","lint:fix":"prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test","lint:print-config":"eslint --print-config .eslintrc.js","update-dependencies":"npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"},"homepage":"https://msgpack.org/","repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"keywords":["msgpack","MessagePack","serialization","universal"],"engines":{"node":">= 18"},"devDependencies":{"@eslint/compat":"latest","@eslint/eslintrc":"latest","@eslint/js":"latest","@types/lodash":"latest","@types/mocha":"latest","@types/node":"latest","@typescript-eslint/eslint-plugin":"latest","@typescript-eslint/parser":"latest","@typescript/native-preview":"^7.0.0-dev.20251225.1","assert":"latest","benchmark":"latest","buffer":"latest","core-js":"latest","eslint":"latest","eslint-config-prettier":"latest","eslint-plugin-import":"latest","eslint-plugin-tsdoc":"latest","ieee754":"latest","karma":"latest","karma-chrome-launcher":"latest","karma-cli":"latest","karma-firefox-launcher":"latest","karma-mocha":"latest","karma-sourcemap-loader":"latest","karma-webpack":"latest","lodash":"latest","mocha":"latest","msg-timestamp":"latest","msgpack-test-js":"latest","prettier":"latest","rimraf":"latest","ts-loader":"latest","ts-node":"latest","tsimp":"latest","webpack":"latest","webpack-cli":"latest"},"gitHead":"77ed8ac348d14ed9aba3f8b8f1add3213a921e37","_id":"@msgpack/msgpack@3.1.3","_nodeVersion":"24.11.0","_npmVersion":"11.7.0","dist":{"integrity":"sha512-47XIizs9XZXvuJgoaJUIE2lFoID8ugvc0jzSHP+Ptfk8nTbnR8g788wv48N03Kx0UkAv559HWRQ3yzOgzlRNUA==","shasum":"c4bff2b9539faf0882f3ee03537a7e9a4b3a7864","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@msgpack/msgpack/-/msgpack-3.1.3.tgz","fileCount":112,"unpackedSize":662045,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB5/f8ZqUWP4sUZuwmsBRggW2sY4GVXexgR32IWij/JXAiEAvyR4Qb+6TNLksVGWXAzdlzmJ/cr1H3yiXX8T2Z5aRpU="}],"size":120141},"_npmUser":{"name":"anonymous","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"g.psy.va@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/msgpack_3.1.3_1766732122953_0.2975758581585446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-26T06:55:23.115Z","publish_time":1766732123115,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"3.1.3","beta":"3.0.0-beta6"},"name":"@msgpack/msgpack","time":{"created":"2022-01-26T22:16:49.405Z","modified":"2025-12-26T06:55:36.135Z","2.7.1":"2021-09-01T01:53:43.529Z","2.7.0":"2021-05-20T01:50:42.308Z","2.6.3":"2021-05-04T07:31:36.361Z","2.6.2":"2021-05-04T07:11:19.053Z","2.6.1":"2021-05-04T02:39:51.415Z","2.6.0":"2021-04-21T00:43:59.191Z","2.5.1":"2021-03-21T14:41:38.958Z","2.5.0":"2021-03-21T14:30:38.513Z","2.4.1":"2021-03-01T00:38:45.350Z","2.4.0":"2021-02-15T14:03:14.641Z","2.3.1":"2021-02-13T02:13:28.787Z","2.3.0":"2020-10-17T00:35:12.690Z","2.2.1":"2020-10-10T15:44:20.228Z","2.2.0":"2020-10-04T14:07:28.958Z","2.1.1":"2020-10-04T05:45:43.120Z","2.1.0":"2020-09-21T00:05:18.134Z","2.0.0":"2020-09-06T07:00:36.580Z","1.12.2":"2020-05-14T01:40:05.479Z","1.12.1":"2020-04-08T11:59:57.529Z","1.12.0":"2020-03-03T05:00:55.117Z","1.11.1":"2020-02-26T01:15:21.228Z","1.11.0":"2020-01-15T01:55:42.529Z","1.10.1":"2020-01-11T11:36:10.876Z","1.10.0":"2019-12-27T01:31:05.270Z","1.9.3":"2019-11-01T00:59:46.918Z","1.9.2":"2019-10-30T05:00:13.315Z","1.9.1":"2019-09-20T02:06:40.038Z","1.9.0":"2019-08-31T03:23:48.771Z","1.8.0":"2019-08-07T02:00:05.568Z","1.7.0":"2019-08-02T06:08:58.479Z","1.6.0":"2019-07-19T00:11:03.167Z","1.5.0":"2019-07-17T00:50:39.418Z","1.4.6":"2019-07-09T14:25:02.767Z","1.4.5":"2019-06-24T01:50:30.821Z","1.4.4":"2019-06-23T05:42:02.911Z","1.4.3":"2019-06-22T08:06:45.716Z","1.4.1":"2019-06-22T01:19:53.897Z","1.4.0":"2019-06-12T14:18:18.621Z","1.3.2":"2019-06-04T12:07:04.907Z","1.3.1":"2019-06-01T07:32:53.520Z","1.3.0":"2019-05-30T14:32:55.319Z","1.2.3":"2019-05-29T02:26:32.811Z","1.2.2":"2019-05-28T15:08:29.034Z","1.2.1":"2019-05-26T14:49:51.481Z","1.2.0":"2019-05-25T05:55:06.787Z","1.1.0":"2019-05-18T15:08:23.630Z","1.0.1":"2019-05-12T14:19:35.542Z","1.0.0":"2019-05-10T15:08:35.618Z","0.16.1":"2019-05-10T03:02:49.722Z","0.16.0":"2019-05-09T02:02:10.686Z","0.15.0":"2019-05-08T00:55:40.280Z","0.14.0":"2019-05-06T13:57:57.712Z","0.13.0":"2019-05-04T05:47:34.498Z","0.12.0":"2019-05-04T04:50:01.469Z","0.11.1":"2019-05-04T02:20:48.233Z","0.11.0":"2019-05-04T02:18:54.427Z","0.10.0":"2019-05-02T05:23:45.623Z","0.9.0":"2019-05-02T02:37:57.322Z","2.7.2":"2022-02-08T04:21:49.364Z","2.8.0":"2022-09-02T02:42:08.997Z","3.0.0-beta1":"2023-03-10T06:09:45.265Z","3.0.0-beta2":"2023-03-19T01:55:14.738Z","3.0.0-beta3":"2025-01-26T03:04:51.101Z","3.0.0-beta4":"2025-02-04T11:18:04.488Z","3.0.0-beta5":"2025-02-06T12:56:52.460Z","3.0.0-beta6":"2025-02-07T10:34:12.994Z","3.0.0":"2025-02-07T10:55:03.940Z","3.0.1":"2025-02-11T02:22:32.035Z","3.1.0":"2025-02-21T12:58:56.505Z","3.1.1":"2025-03-12T11:11:29.183Z","3.1.2":"2025-05-25T01:09:28.128Z","3.1.3":"2025-12-26T06:55:23.115Z"},"readme":"# MessagePack for ECMA-262/JavaScript/TypeScript  <!-- omit in toc -->\n\n[![npm version](https://img.shields.io/npm/v/@msgpack/msgpack.svg)](https://www.npmjs.com/package/@msgpack/msgpack) ![CI](https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript) [![minzip](https://badgen.net/bundlephobia/minzip/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack)\n\nThis library is an implementation of **MessagePack** for TypeScript and JavaScript, providing a compact and efficient binary serialization format. Learn more about MessagePack at:\n\nhttps://msgpack.org/\n\nThis library serves as a comprehensive reference implementation of MessagePack for JavaScript with a focus on accuracy, compatibility, interoperability, and performance.\n\nAdditionally, this is also a universal JavaScript library. It is compatible not only with browsers, but with Node.js or other JavaScript engines that implement ES2015+ standards. As it is written in [TypeScript](https://www.typescriptlang.org/), this library bundles up-to-date type definition files (`d.ts`).\n\n*Note that this is the second edition of \"MessagePack for JavaScript\". The first edition, which was implemented in ES5 and never released to npmjs.com, is tagged as [`classic`](https://github.com/msgpack/msgpack-javascript/tree/classic).\n\n## Synopsis\n\n```typescript\nimport { deepStrictEqual } from \"assert\";\nimport { encode, decode } from \"@msgpack/msgpack\";\n\nconst object = {\n  nil: null,\n  integer: 1,\n  float: Math.PI,\n  string: \"Hello, world!\",\n  binary: Uint8Array.from([1, 2, 3]),\n  array: [10, 20, 30],\n  map: { foo: \"bar\" },\n  timestampExt: new Date(),\n};\n\nconst encoded: Uint8Array = encode(object);\n\ndeepStrictEqual(decode(encoded), object);\n```\n\n## Table of Contents\n\n- [Synopsis](#synopsis)\n- [Table of Contents](#table-of-contents)\n- [Install](#install)\n- [API](#api)\n  - [`encode(data: unknown, options?: EncoderOptions): Uint8Array`](#encodedata-unknown-options-encoderoptions-uint8array)\n    - [`EncoderOptions`](#encoderoptions)\n  - [`decode(buffer: ArrayLike<number> | BufferSource, options?: DecoderOptions): unknown`](#decodebuffer-arraylikenumber--buffersource-options-decoderoptions-unknown)\n    - [`DecoderOptions`](#decoderoptions)\n  - [`decodeMulti(buffer: ArrayLike<number> | BufferSource, options?: DecoderOptions): Generator<unknown, void, unknown>`](#decodemultibuffer-arraylikenumber--buffersource-options-decoderoptions-generatorunknown-void-unknown)\n  - [`decodeAsync(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): Promise<unknown>`](#decodeasyncstream-readablestreamlikearraylikenumber--buffersource-options-decoderoptions-promiseunknown)\n  - [`decodeArrayStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): AsyncIterable<unknown>`](#decodearraystreamstream-readablestreamlikearraylikenumber--buffersource-options-decoderoptions-asynciterableunknown)\n  - [`decodeMultiStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): AsyncIterable<unknown>`](#decodemultistreamstream-readablestreamlikearraylikenumber--buffersource-options-decoderoptions-asynciterableunknown)\n  - [Reusing Encoder and Decoder instances](#reusing-encoder-and-decoder-instances)\n- [Extension Types](#extension-types)\n  - [ExtensionCodec context](#extensioncodec-context)\n  - [Handling BigInt with ExtensionCodec](#handling-bigint-with-extensioncodec)\n  - [The temporal module as timestamp extensions](#the-temporal-module-as-timestamp-extensions)\n- [Faster way to decode a large array of floating point numbers](#faster-way-to-decode-a-large-array-of-floating-point-numbers)\n- [Decoding a Blob](#decoding-a-blob)\n- [MessagePack Specification](#messagepack-specification)\n  - [MessagePack Mapping Table](#messagepack-mapping-table)\n- [Prerequisites](#prerequisites)\n  - [ECMA-262](#ecma-262)\n  - [NodeJS](#nodejs)\n  - [TypeScript Compiler / Type Definitions](#typescript-compiler--type-definitions)\n- [Benchmark](#benchmark)\n- [Distribution](#distribution)\n  - [NPM / npmjs.com](#npm--npmjscom)\n  - [CDN / unpkg.com](#cdn--unpkgcom)\n- [Deno Support](#deno-support)\n- [Bun Support](#bun-support)\n- [Maintenance](#maintenance)\n  - [Testing](#testing)\n  - [Continuous Integration](#continuous-integration)\n  - [Release Engineering](#release-engineering)\n  - [Updating Dependencies](#updating-dependencies)\n- [License](#license)\n\n## Install\n\nThis library is published to `npmjs.com` as [@msgpack/msgpack](https://www.npmjs.com/package/@msgpack/msgpack).\n\n```shell\nnpm install @msgpack/msgpack\n```\n\n## API\n\n### `encode(data: unknown, options?: EncoderOptions): Uint8Array`\n\nIt encodes `data` into a single MessagePack-encoded object, and returns a byte array as `Uint8Array`. It throws errors if `data` is, or includes, a non-serializable object such as a `function` or a `symbol`.\n\nfor example:\n\n```typescript\nimport { encode } from \"@msgpack/msgpack\";\n\nconst encoded: Uint8Array = encode({ foo: \"bar\" });\nconsole.log(encoded);\n```\n\nIf you'd like to convert an `uint8array` to a NodeJS `Buffer`, use `Buffer.from(arrayBuffer, offset, length)` in order not to copy the underlying `ArrayBuffer`, while `Buffer.from(uint8array)` copies it:\n\n```typescript\nimport { encode } from \"@msgpack/msgpack\";\n\nconst encoded: Uint8Array = encode({ foo: \"bar\" });\n\n// `buffer` refers the same ArrayBuffer as `encoded`.\nconst buffer: Buffer = Buffer.from(encoded.buffer, encoded.byteOffset, encoded.byteLength);\nconsole.log(buffer);\n```\n\n#### `EncoderOptions`\n\n| Name                | Type           | Default                       |\n| ------------------- | -------------- | ----------------------------- |\n| extensionCodec      | ExtensionCodec | `ExtensionCodec.defaultCodec` |\n| context             | user-defined   | -                             |\n| useBigInt64         | boolean        | false                         |\n| maxDepth            | number         | `100`                         |\n| initialBufferSize   | number         | `2048`                        |\n| sortKeys            | boolean        | false                         |\n| forceFloat32        | boolean        | false                         |\n| forceIntegerToFloat | boolean        | false                         |\n| ignoreUndefined     | boolean        | false                         |\n\n### `decode(buffer: ArrayLike<number> | BufferSource, options?: DecoderOptions): unknown`\n\nIt decodes `buffer` that includes a MessagePack-encoded object, and returns the decoded object typed `unknown`.\n\n`buffer` must be an array of bytes, which is typically `Uint8Array` or `ArrayBuffer`. `BufferSource` is defined as `ArrayBuffer | ArrayBufferView`.\n\nThe `buffer` must include a single encoded object. If the `buffer` includes extra bytes after an object or the `buffer` is empty, it throws `RangeError`. To decode `buffer` that includes multiple encoded objects, use `decodeMulti()` or `decodeMultiStream()` (recommended) instead.\n\nfor example:\n\n```typescript\nimport { decode } from \"@msgpack/msgpack\";\n\nconst encoded: Uint8Array;\nconst object = decode(encoded);\nconsole.log(object);\n```\n\nNodeJS `Buffer` is also acceptable because it is a subclass of `Uint8Array`.\n\n#### `DecoderOptions`\n\n| Name            | Type                | Default                                        |\n| --------------- | ------------------- | ---------------------------------------------- |\n| extensionCodec  | ExtensionCodec      | `ExtensionCodec.defaultCodec`                  |\n| context         | user-defined        | -                                              |\n| useBigInt64     | boolean             | false                                          |\n| rawStrings      | boolean             | false                                          |\n| maxStrLength    | number              | `4_294_967_295` (UINT32_MAX)                   |\n| maxBinLength    | number              | `4_294_967_295` (UINT32_MAX)                   |\n| maxArrayLength  | number              | `4_294_967_295` (UINT32_MAX)                   |\n| maxMapLength    | number              | `4_294_967_295` (UINT32_MAX)                   |\n| maxExtLength    | number              | `4_294_967_295` (UINT32_MAX)                   |\n| mapKeyConverter | MapKeyConverterType | throw exception if key is not string or number |\n\n`MapKeyConverterType` is defined as `(key: unknown) => string | number`.\n\nTo skip UTF-8 decoding of strings, `rawStrings` can be set to `true`. In this case, strings are decoded into `Uint8Array`.\n\nYou can use `max${Type}Length` to limit the length of each type decoded.\n\n### `decodeMulti(buffer: ArrayLike<number> | BufferSource, options?: DecoderOptions): Generator<unknown, void, unknown>`\n\nIt decodes `buffer` that includes multiple MessagePack-encoded objects, and returns decoded objects as a generator. See also `decodeMultiStream()`, which is an asynchronous variant of this function.\n\nThis function is not recommended to decode a MessagePack binary via I/O stream including sockets because it's synchronous. Instead, `decodeMultiStream()` decodes a binary stream asynchronously, typically spending less CPU and memory.\n\nfor example:\n\n```typescript\nimport { decode } from \"@msgpack/msgpack\";\n\nconst encoded: Uint8Array;\n\nfor (const object of decodeMulti(encoded)) {\n  console.log(object);\n}\n```\n\n### `decodeAsync(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): Promise<unknown>`\n\nIt decodes `stream`, where `ReadableStreamLike<T>` is defined as `ReadableStream<T> | AsyncIterable<T>`, in an async iterable of byte arrays, and returns decoded object as `unknown` type, wrapped in `Promise`.\n\nThis function works asynchronously, and might CPU resources more efficiently compared with synchronous `decode()`, because it doesn't wait for the completion of downloading.\n\nThis function is designed to work with whatwg `fetch()` like this:\n\n```typescript\nimport { decodeAsync } from \"@msgpack/msgpack\";\n\nconst MSGPACK_TYPE = \"application/x-msgpack\";\n\nconst response = await fetch(url);\nconst contentType = response.headers.get(\"Content-Type\");\nif (contentType && contentType.startsWith(MSGPACK_TYPE) && response.body != null) {\n  const object = await decodeAsync(response.body);\n  // do something with object\n} else { /* handle errors */ }\n```\n\n### `decodeArrayStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): AsyncIterable<unknown>`\n\nIt is alike to `decodeAsync()`, but only accepts a `stream` that includes an array of items, and emits a decoded item one by one.\n\nfor example:\n\n```typescript\nimport { decodeArrayStream } from \"@msgpack/msgpack\";\n\nconst stream: AsyncIterator<Uint8Array>;\n\n// in an async function:\nfor await (const item of decodeArrayStream(stream)) {\n  console.log(item);\n}\n```\n\n### `decodeMultiStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecoderOptions): AsyncIterable<unknown>`\n\nIt is alike to `decodeAsync()` and `decodeArrayStream()`, but the input `stream` must consist of multiple MessagePack-encoded items. This is an asynchronous variant for `decodeMulti()`.\n\nIn other words, it could decode an unlimited stream and emits a decoded item one by one.\n\nfor example:\n\n```typescript\nimport { decodeMultiStream } from \"@msgpack/msgpack\";\n\nconst stream: AsyncIterator<Uint8Array>;\n\n// in an async function:\nfor await (const item of decodeMultiStream(stream)) {\n  console.log(item);\n}\n```\n\nThis function is available since v2.4.0; previously it was called as `decodeStream()`.\n\n### Reusing Encoder and Decoder instances\n\n`Encoder` and `Decoder` classes are provided to have better performance by reusing instances:\n\n```typescript\nimport { deepStrictEqual } from \"assert\";\nimport { Encoder, Decoder } from \"@msgpack/msgpack\";\n\nconst encoder = new Encoder();\nconst decoder = new Decoder();\n\nconst encoded: Uint8Array = encoder.encode(object);\ndeepStrictEqual(decoder.decode(encoded), object);\n```\n\nAccording to our benchmark, reusing `Encoder` instance is about 20% faster\nthan `encode()` function, and reusing `Decoder` instance is about 2% faster\nthan `decode()` function. Note that the result should vary in environments\nand data structure.\n\n`Encoder` and `Decoder` take the same options as `encode()` and `decode()` respectively.\n\n## Extension Types\n\nTo handle [MessagePack Extension Types](https://github.com/msgpack/msgpack/blob/master/spec.md#extension-types), this library provides `ExtensionCodec` class.\n\nThis is an example to setup custom extension types that handles `Map` and `Set` classes in TypeScript:\n\n```typescript\nimport { encode, decode, ExtensionCodec } from \"@msgpack/msgpack\";\n\nconst extensionCodec = new ExtensionCodec();\n\n// Set<T>\nconst SET_EXT_TYPE = 0 // Any in 0-127\nextensionCodec.register({\n  type: SET_EXT_TYPE,\n  encode: (object: unknown): Uint8Array | null => {\n    if (object instanceof Set) {\n      return encode([...object], { extensionCodec });\n    } else {\n      return null;\n    }\n  },\n  decode: (data: Uint8Array) => {\n    const array = decode(data, { extensionCodec }) as Array<unknown>;\n    return new Set(array);\n  },\n});\n\n// Map<K, V>\nconst MAP_EXT_TYPE = 1; // Any in 0-127\nextensionCodec.register({\n  type: MAP_EXT_TYPE,\n  encode: (object: unknown): Uint8Array => {\n    if (object instanceof Map) {\n      return encode([...object], { extensionCodec });\n    } else {\n      return null;\n    }\n  },\n  decode: (data: Uint8Array) => {\n    const array = decode(data, { extensionCodec }) as Array<[unknown, unknown]>;\n    return new Map(array);\n  },\n});\n\nconst encoded = encode([new Set<any>(), new Map<any, any>()], { extensionCodec });\nconst decoded = decode(encoded, { extensionCodec });\n```\n\nEnsure you include your extensionCodec in any recursive encode and decode statements!\n\nNote that extension types for custom objects must be `[0, 127]`, while `[-1, -128]` is reserved for MessagePack itself.\n\n### ExtensionCodec context\n\nWhen you use an extension codec, it might be necessary to have encoding/decoding state to keep track of which objects got encoded/re-created. To do this, pass a `context` to the `EncoderOptions` and `DecoderOptions`:\n\n```typescript\nimport { encode, decode, ExtensionCodec } from \"@msgpack/msgpack\";\n\nclass MyContext {\n  track(object: any) { /*...*/ }\n}\n\nclass MyType { /* ... */ }\n\nconst extensionCodec = new ExtensionCodec<MyContext>();\n\n// MyType\nconst MYTYPE_EXT_TYPE = 0 // Any in 0-127\nextensionCodec.register({\n  type: MYTYPE_EXT_TYPE,\n  encode: (object, context) => {\n    if (object instanceof MyType) {\n      context.track(object);\n      return encode(object.toJSON(), { extensionCodec, context });\n    } else {\n      return null;\n    }\n  },\n  decode: (data, extType, context) => {\n    const decoded = decode(data, { extensionCodec, context });\n    const my = new MyType(decoded);\n    context.track(my);\n    return my;\n  },\n});\n\n// and later\nimport { encode, decode } from \"@msgpack/msgpack\";\n\nconst context = new MyContext();\n\nconst encoded = encode({ myType: new MyType<any>() }, { extensionCodec, context });\nconst decoded = decode(encoded, { extensionCodec, context });\n```\n\n### Handling BigInt with ExtensionCodec\n\nThis library does not handle BigInt by default, but you have two options to handle it:\n\n* Set `useBigInt64: true` to map bigint to MessagePack's int64/uint64\n* Define a custom `ExtensionCodec` to map bigint to a MessagePack's extension type\n\n`useBigInt64: true` is the simplest way to handle bigint, but it has limitations:\n\n* A bigint is encoded in 8 byte binaries even if it's a small integer\n* A bigint must be smaller than the max value of the uint64 and larger than the min value of the int64. Otherwise the behavior is undefined.\n\nSo you might want to define a custom codec to handle bigint like this:\n\n```typescript\nimport { deepStrictEqual } from \"assert\";\nimport { encode, decode, ExtensionCodec, DecodeError } from \"@msgpack/msgpack\";\n\n// to define a custom codec:\nconst BIGINT_EXT_TYPE = 0; // Any in 0-127\nconst extensionCodec = new ExtensionCodec();\nextensionCodec.register({\n  type: BIGINT_EXT_TYPE,\n  encode(input: unknown): Uint8Array | null {\n    if (typeof input === \"bigint\") {\n      if (input <= Number.MAX_SAFE_INTEGER && input >= Number.MIN_SAFE_INTEGER) {\n        return encode(Number(input));\n      } else {\n        return encode(String(input));\n      }\n    } else {\n      return null;\n    }\n  },\n  decode(data: Uint8Array): bigint {\n    const val = decode(data);\n    if (!(typeof val === \"string\" || typeof val === \"number\")) {\n      throw new DecodeError(`unexpected BigInt source: ${val} (${typeof val})`);\n    }\n    return BigInt(val);\n  },\n});\n\n// to use it:\nconst value = BigInt(Number.MAX_SAFE_INTEGER) + BigInt(1);\nconst encoded = encode(value, { extensionCodec });\ndeepStrictEqual(decode(encoded, { extensionCodec }), value);\n```\n\n### The temporal module as timestamp extensions\n\nThere is a proposal for a new date/time representations in JavaScript:\n\n* https://github.com/tc39/proposal-temporal\n\nThis library maps `Date` to the MessagePack timestamp extension by default, but you can re-map the temporal module (or [Temporal Polyfill](https://github.com/tc39/proposal-temporal/tree/main/polyfill)) to the timestamp extension like this:\n\n```typescript\nimport { Instant } from \"@std-proposal/temporal\";\nimport { deepStrictEqual } from \"assert\";\nimport {\n  encode,\n  decode,\n  ExtensionCodec,\n  EXT_TIMESTAMP,\n  encodeTimeSpecToTimestamp,\n  decodeTimestampToTimeSpec,\n} from \"@msgpack/msgpack\";\n\n// to define a custom codec\nconst extensionCodec = new ExtensionCodec();\nextensionCodec.register({\n  type: EXT_TIMESTAMP, // override the default behavior!\n  encode(input: unknown): Uint8Array | null {\n    if (input instanceof Instant) {\n      const sec = input.seconds;\n      const nsec = Number(input.nanoseconds - BigInt(sec) * BigInt(1e9));\n      return encodeTimeSpecToTimestamp({ sec, nsec });\n    } else {\n      return null;\n    }\n  },\n  decode(data: Uint8Array): Instant {\n    const timeSpec = decodeTimestampToTimeSpec(data);\n    const sec = BigInt(timeSpec.sec);\n    const nsec = BigInt(timeSpec.nsec);\n    return Instant.fromEpochNanoseconds(sec * BigInt(1e9) + nsec);\n  },\n});\n\n// to use it\nconst instant = Instant.fromEpochMilliseconds(Date.now());\nconst encoded = encode(instant, { extensionCodec });\nconst decoded = decode(encoded, { extensionCodec });\ndeepStrictEqual(decoded, instant);\n```\n\nThis will become default in this library with major-version increment, if the temporal module is standardized.\n\n## Faster way to decode a large array of floating point numbers\n\nIf there are large arrays of floating point numbers in your payload, there\nis a way to decode it faster: define a custom extension type for `Float#Array`\nwith alignment.\n\nAn extension type's `encode` method can return a function that takes a parameter\n`pos: number`. This parameter can be used to make alignment of the buffer,\nresulting decoding it much more performant.\n\nSee an example implementation for `Float32Array`:\n\n```typescript\nconst extensionCodec = new ExtensionCodec();\n\nconst EXT_TYPE_FLOAT32ARRAY = 0; // Any in 0-127\nextensionCodec.register({\n  type: EXT_TYPE_FLOAT32ARRAY,\n  encode: (object: unknown) => {\n    if (object instanceof Float32Array) {\n      return (pos: number) => {\n        const bpe = Float32Array.BYTES_PER_ELEMENT;\n        const padding = 1 + ((bpe - ((pos + 1) % bpe)) % bpe);\n        const data = new Uint8Array(object.buffer);\n        const result = new Uint8Array(padding + data.length);\n        result[0] = padding;\n        result.set(data, padding);\n        return result;\n      };\n    }\n    return null;\n  },\n  decode: (data: Uint8Array) => {\n    const padding = data[0]!;\n    const bpe = Float32Array.BYTES_PER_ELEMENT;\n    const offset = data.byteOffset + padding;\n    const length = data.byteLength - padding;\n    return new Float32Array(data.buffer, offset, length / bpe);\n  },\n});\n```\n\n## Decoding a Blob\n\n[`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) is a binary data container provided by browsers. To read its contents when it contains a MessagePack binary, you can use `Blob#arrayBuffer()` or `Blob#stream()`. `Blob#stream()`\nis recommended if your target platform support it. This is because streaming\ndecode should be faster for large objects. In both ways, you need to use\nasynchronous API.\n\n```typescript\nasync function decodeFromBlob(blob: Blob): unknown {\n  if (blob.stream) {\n    // Blob#stream(): ReadableStream<Uint8Array> (recommended)\n    return await decodeAsync(blob.stream());\n  } else {\n    // Blob#arrayBuffer(): Promise<ArrayBuffer> (if stream() is not available)\n    return decode(await blob.arrayBuffer());\n  }\n}\n```\n\n## MessagePack Specification\n\nThis library is compatible with the \"August 2017\" revision of MessagePack specification at the point where timestamp ext was added:\n\n* [x] str/bin separation, added at August 2013\n* [x] extension types, added at August 2013\n* [x] timestamp ext type, added at August 2017\n\nThe living specification is here:\n\nhttps://github.com/msgpack/msgpack\n\nNote that as of June 2019 there're no official \"version\" on the MessagePack specification. See https://github.com/msgpack/msgpack/issues/195 for the discussions.\n\n### MessagePack Mapping Table\n\nThe following table shows how JavaScript values are mapped to [MessagePack formats](https://github.com/msgpack/msgpack/blob/master/spec.md) and vice versa.\n\nThe mapping of integers varies on the setting of `useBigInt64`.\n\nThe default, `useBigInt64: false` is:\n\n| Source Value          | MessagePack Format   | Value Decoded         |\n| --------------------- | -------------------- | --------------------- |\n| null, undefined       | nil                  | null (*1)             |\n| boolean (true, false) | bool family          | boolean (true, false) |\n| number (53-bit int)   | int family           | number                |\n| number (64-bit float) | float family         | number                |\n| string                | str family           | string (*2)           |\n| ArrayBufferView       | bin family           | Uint8Array (*3)       |\n| Array                 | array family         | Array                 |\n| Object                | map family           | Object (*4)           |\n| Date                  | timestamp ext family | Date (*5)             |\n| bigint                | N/A                  | N/A (*6)              |\n\n* *1 Both `null` and `undefined` are mapped to `nil` (`0xC0`) type, and are decoded into `null`\n* *2 If you'd like to skip UTF-8 decoding of strings, set `rawStrings: true`. In this case, strings are decoded into `Uint8Array`.\n* *3 Any `ArrayBufferView`s including NodeJS's `Buffer` are mapped to `bin` family, and are decoded into `Uint8Array`\n* *4 In handling `Object`, it is regarded as `Record<string, unknown>` in terms of TypeScript\n* *5 MessagePack timestamps may have nanoseconds, which will lost when it is decoded into JavaScript `Date`. This behavior can be overridden by registering `-1` for the extension codec.\n* *6 bigint is not supported in `useBigInt64: false` mode, but you can define an extension codec for it.\n\nIf you set `useBigInt64: true`, the following mapping is used:\n\n| Source Value                      | MessagePack Format   | Value Decoded         |\n| --------------------------------- | -------------------- | --------------------- |\n| null, undefined                   | nil                  | null                  |\n| boolean (true, false)             | bool family          | boolean (true, false) |\n| **number (32-bit int)**           | int family           | number                |\n| **number (except for the above)** | float family         | number                |\n| **bigint**                        | int64 / uint64       | bigint (*7)           |\n| string                            | str family           | string                |\n| ArrayBufferView                   | bin family           | Uint8Array            |\n| Array                             | array family         | Array                 |\n| Object                            | map family           | Object                |\n| Date                              | timestamp ext family | Date                  |\n\n\n* *7 If the bigint is larger than the max value of uint64 or smaller than the min value of int64, then the behavior is undefined.\n\n## Prerequisites\n\nThis is a universal JavaScript library that supports major browsers and NodeJS.\n\n### ECMA-262\n\n* ES2015 language features\n* ES2024 standard library, including:\n  * Typed arrays (ES2015)\n  * Async iterations (ES2018)\n  * Features added in ES2015-ES2022\n* whatwg encodings (`TextEncoder` and `TextDecoder`)\n\nES2022 standard library used in this library can be polyfilled with [core-js](https://github.com/zloirock/core-js).\n\nIE11 is no longer supported. If you'd like to use this library in IE11, use v2.x versions.\n\n### NodeJS\n\nNodeJS v18 is required.\n\n### TypeScript Compiler / Type Definitions\n\nThis module requires type definitions of `AsyncIterator`, `ArrayBufferLike`, whatwg streams, and so on. They are provided by `\"lib\": [\"ES2024\", \"DOM\"]` in `tsconfig.json`.\n\nRegarding the TypeScript compiler version, only the latest TypeScript is tested in development.\n\n## Benchmark\n\nRun-time performance is not the only reason to use MessagePack, but it's important to choose MessagePack libraries, so a benchmark suite is provided to monitor the performance of this library.\n\nV8's built-in JSON has been improved for years, esp. `JSON.parse()` is [significantly improved in V8/7.6](https://v8.dev/blog/v8-release-76), it is the fastest deserializer as of 2019, as the benchmark result bellow suggests.\n\nHowever, MessagePack can handles binary data effectively, actual performance depends on situations. Esp. streaming-decoding may be significantly faster than non-streaming decoding if it's effective.  You'd better take benchmark on your own use-case if performance matters.\n\nBenchmark on NodeJS/v22.13.1 (V8/12.4)\n\n| operation                                         |      op |   ms |   op/s |\n| ------------------------------------------------- | ------: | ---: | -----: |\n| buf = Buffer.from(JSON.stringify(obj));           | 1348700 | 5000 | 269740 |\n| obj = JSON.parse(buf.toString(\"utf-8\"));          | 1700300 | 5000 | 340060 |\n| buf = require(\"msgpack-lite\").encode(obj);        |  591300 | 5000 | 118260 |\n| obj = require(\"msgpack-lite\").decode(buf);        |  539500 | 5000 | 107900 |\n| buf = require(\"@msgpack/msgpack\").encode(obj);    | 1238700 | 5000 | 247740 |\n| obj = require(\"@msgpack/msgpack\").decode(buf);    | 1402000 | 5000 | 280400 |\n| buf = /* @msgpack/msgpack */ encoder.encode(obj); | 1379800 | 5000 | 275960 |\n| obj = /* @msgpack/msgpack */ decoder.decode(buf); | 1406100 | 5000 | 281220 |\n\nNote that `JSON` cases use `Buffer` to emulate I/O where a JavaScript string must be converted into a byte array encoded in UTF-8, whereas MessagePack modules deal with byte arrays.\n\n## Distribution\n\n### NPM / npmjs.com\n\nThe NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:\n\n* `dist/` is compiled into ES2020 with CommomJS, provided for NodeJS v10\n* `dist.umd/` is compiled into ES5 with UMD\n  * `dist.umd/msgpack.min.js` - the minified file\n  * `dist.umd/msgpack.js` - the non-minified file\n* `dist.esm/` is compiled into ES2020 with ES modules, provided for webpack-like bundlers and NodeJS's ESM-mode\n\nIf you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.\n\n### CDN / unpkg.com\n\nThis library is available via CDN:\n\n```html\n<script crossorigin src=\"https://unpkg.com/@msgpack/msgpack\"></script>\n```\n\nIt loads `MessagePack` module to the global object.\n\n\n## Deno Support\n\nYou can use this module on Deno.\n\nSee `example/deno-*.ts` for examples.\n\n`deno.land/x` is not supported.\n\n## Bun Support\n\nYou can use this module on Bun.\n\n## Maintenance\n\n### Testing\n\nFor simple testing:\n\n```\nnpm run test\n```\n\n### Continuous Integration\n\nThis library uses GitHub Actions.\n\nTest matrix:\n\n* NodeJS\n  * v18 / v20 / v22\n* Browsers:\n  * Chrome, Firefox\n* Deno\n* Bun\n\n### Release Engineering\n\n```console\n# run tests on NodeJS, Chrome, and Firefox\nmake test-all\n\n# edit the changelog\ncode CHANGELOG.md\n\n# bump version\nnpm version patch|minor|major\n\n# run the publishing task\nmake publish\n```\n\n### Updating Dependencies\n\n```console\nnpm run update-dependencies\n```\n\n## License\n\nCopyright 2019 The MessagePack community.\n\nThis software uses the ISC license:\n\nhttps://opensource.org/licenses/ISC\n\nSee [LICENSE](./LICENSE) for details.","users":{}}