{"_id":"@msgpack/msgpack","_rev":"177610","name":"@msgpack/msgpack","description":"MessagePack for ECMA-262/JavaScript/TypeScript","dist-tags":{"latest":"2.8.0"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"time":{"modified":"2022-10-18T09:24:26.000Z","created":"2019-05-02T02:37:57.322Z","2.8.0":"2022-09-02T02:42:08.997Z","2.7.2":"2022-02-08T04:21:49.364Z","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"},"users":{},"author":{"name":"The MessagePack community"},"repository":{"type":"git","url":"git+https://github.com/msgpack/msgpack-javascript.git"},"versions":{"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":{"shasum":"4210deb771ee3912964f14a15ddfb5ff877e70b9","size":123866,"noattachment":false,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.8.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.8.0.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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","publish_time":1662086528997,"_cnpm_publish_time":1662086528997},"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":{"shasum":"f34b8aa0c49f0dd55eb7eba577081299cbf3f90b","size":122340,"noattachment":false,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.7.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.7.2.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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","publish_time":1644294109364,"_cnpm_publish_time":1644294109364},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.7.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.7.1.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.7.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.7.0.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.6.3.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.6.3.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.6.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.6.2.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.6.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.6.1.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.6.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.6.0.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.5.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.5.1.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.5.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.5.0.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.4.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.4.1.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.4.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.4.0.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.3.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.3.1.tgz"},"_npmUser":{"name":"gfx","email":"g.psy.va@gmail.com"},"directories":{},"maintainers":[{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.3.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.3.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.2.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.2.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.2.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.2.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.1.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.1.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.1.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.1.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-2.0.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.12.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.12.2.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.12.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.12.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.12.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.12.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.11.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.11.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.11.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.11.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.10.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.10.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.10.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.10.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.9.3.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.9.3.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.9.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.9.2.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.9.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.9.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.9.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.9.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.8.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.8.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.7.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.7.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.6.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.6.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.5.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.5.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.6.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.6.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.5.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.5.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.4.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.4.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.3.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.3.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.4.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.4.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.3.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.3.2.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.3.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.3.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.3.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.3.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.2.3.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.2.3.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.2.2.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.2.2.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.2.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.2.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.2.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.2.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.1.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.0.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.0.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-1.0.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.16.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.16.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.16.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.16.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.15.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.15.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.14.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.14.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.13.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.13.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.12.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.12.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.11.1.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.11.1.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.11.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.11.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.10.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.10.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"},"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,"key":"/@msgpack/msgpack/-/@msgpack/msgpack-0.9.0.tgz","tarball":"http://name.csiicloud.com:7001/@msgpack/msgpack/download/@msgpack/msgpack-0.9.0.tgz"},"maintainers":[{"name":"gfx","email":"g.psy.va@gmail.com"}],"_npmUser":{"name":"gfx","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"}},"readme":"# MessagePack for JavaScript/ECMA-262  <!-- 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 is a JavaScript/ECMA-262 implementation of **MessagePack**, an efficient binary serilization format:\n\nhttps://msgpack.org/\n\nThis library is a universal JavaScript, meaning it is compatible with all the major browsers and NodeJS. In addition, because it is implemented in [TypeScript](https://www.typescriptlang.org/), type definition files (`d.ts`) are always up-to-date and bundled in the distribution.\n\n*Note that this is the second version of MessagePack for JavaScript. The first version, which was implemented in ES5 and was 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?: EncodeOptions): Uint8Array`](#encodedata-unknown-options-encodeoptions-uint8array)\n    - [`EncodeOptions`](#encodeoptions)\n  - [`decode(buffer: ArrayLike<number> | BufferSource, options?: DecodeOptions): unknown`](#decodebuffer-arraylikenumber--buffersource-options-decodeoptions-unknown)\n    - [`DecodeOptions`](#decodeoptions)\n  - [`decodeMulti(buffer: ArrayLike<number> | BufferSource, options?: DecodeOptions): Generator<unknown, void, unknown>`](#decodemultibuffer-arraylikenumber--buffersource-options-decodeoptions-generatorunknown-void-unknown)\n  - [`decodeAsync(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecodeAsyncOptions): Promise<unknown>`](#decodeasyncstream-readablestreamlikearraylikenumber--buffersource-options-decodeasyncoptions-promiseunknown)\n  - [`decodeArrayStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecodeAsyncOptions): AsyncIterable<unknown>`](#decodearraystreamstream-readablestreamlikearraylikenumber--buffersource-options-decodeasyncoptions-asynciterableunknown)\n  - [`decodeMultiStream(stream: ReadableStreamLike<ArrayLike<number> | BufferSource>, options?: DecodeAsyncOptions): AsyncIterable<unknown>`](#decodemultistreamstream-readablestreamlikearraylikenumber--buffersource-options-decodeasyncoptions-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- [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- [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?: EncodeOptions): 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#### `EncodeOptions`\n\nName|Type|Default\n----|----|----\nextensionCodec | ExtensionCodec | `ExtensionCodec.defaultCodec`\nmaxDepth | number | `100`\ninitialBufferSize | number | `2048`\nsortKeys | boolean | false\nforceFloat32 | boolean | false\nforceIntegerToFloat | boolean | false\nignoreUndefined | boolean | false\ncontext | user-defined | -\n\n### `decode(buffer: ArrayLike<number> | BufferSource, options?: DecodeOptions): 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#### `DecodeOptions`\n\nName|Type|Default\n----|----|----\nextensionCodec | ExtensionCodec | `ExtensionCodec.defaultCodec`\nmaxStrLength | number | `4_294_967_295` (UINT32_MAX)\nmaxBinLength | number | `4_294_967_295` (UINT32_MAX)\nmaxArrayLength | number | `4_294_967_295` (UINT32_MAX)\nmaxMapLength | number | `4_294_967_295` (UINT32_MAX)\nmaxExtLength | number | `4_294_967_295` (UINT32_MAX)\ncontext | user-defined | -\n\nYou can use `max${Type}Length` to limit the length of each type decoded.\n\n### `decodeMulti(buffer: ArrayLike<number> | BufferSource, options?: DecodeOptions): 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?: DecodeAsyncOptions): 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\n`DecodeAsyncOptions` is the same as `DecodeOptions` for `decode()`.\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?: DecodeAsyncOptions): 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?: DecodeAsyncOptions): 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 is 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## 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]);\n    } else {\n      return null;\n    }\n  },\n  decode: (data: Uint8Array) => {\n    const array = decode(data) as Array<unknown>;\n    return new Set(array);\n  },\n});\n\n// Map<T>\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]);\n    } else {\n      return null;\n    }\n  },\n  decode: (data: Uint8Array) => {\n    const array = decode(data) 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\nNot 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 `EncodeOptions` and `DecodeOptions`:\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); // <-- like this\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); // <-- and like this\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 can handle it with `ExtensionCodec` like this:\n\n```typescript\nimport { deepStrictEqual } from \"assert\";\nimport { encode, decode, ExtensionCodec } from \"@msgpack/msgpack\";\n\nconst BIGINT_EXT_TYPE = 0; // Any in 0-127\nconst extensionCodec = new ExtensionCodec();\nextensionCodec.register({\n    type: BIGINT_EXT_TYPE,\n    encode: (input: unknown) => {\n        if (typeof input === \"bigint\") {\n            if (input <= Number.MAX_SAFE_INTEGER && input >= Number.MIN_SAFE_INTEGER) {\n                return encode(parseInt(input.toString(), 10));\n            } else {\n                return encode(input.toString());\n            }\n        } else {\n            return null;\n        }\n    },\n    decode: (data: Uint8Array) => {\n        return BigInt(decode(data));\n    },\n});\n\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\nconst extensionCodec = new ExtensionCodec();\nextensionCodec.register({\n  type: EXT_TIMESTAMP, // override the default behavior!\n  encode: (input: any) => {\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) => {\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\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## 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, 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\nSource Value|MessagePack Format|Value Decoded\n----|----|----\nnull, undefined|nil|null (*1)\nboolean (true, false)|bool family|boolean (true, false)\nnumber (53-bit int)|int family|number (53-bit int)\nnumber (64-bit float)|float family|number (64-bit float)\nstring|str family|string\nArrayBufferView |bin family|Uint8Array (*2)\nArray|array family|Array\nObject|map family|Object (*3)\nDate|timestamp ext family|Date (*4)\n\n* *1 Both `null` and `undefined` are mapped to `nil` (`0xC0`) type, and are decoded into `null`\n* *2 Any `ArrayBufferView`s including NodeJS's `Buffer` are mapped to `bin` family, and are decoded into `Uint8Array`\n* *3 In handling `Object`, it is regarded as `Record<string, unknown>` in terms of TypeScript\n* *4 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\n## Prerequisites\n\nThis is a universal JavaScript library that supports major browsers and NodeJS.\n\n### ECMA-262\n\n* ES5 language features\n* ES2018 standard library, including:\n  * Typed arrays (ES2015)\n  * Async iterations (ES2018)\n  * Features added in ES2015-ES2018\n\nES2018 standard library used in this library can be polyfilled with [core-js](https://github.com/zloirock/core-js).\n\nIf you support IE11, import `core-js` in your application entrypoints, as this library does in testing for browsers.\n\n### NodeJS\n\nNodeJS v10 is required, but NodeJS v12 or later is recommended because it includes the V8 feature of [Improving DataView performance in V8](https://v8.dev/blog/dataview).\n\nNodeJS before v10 will work by importing `@msgpack/msgpack/dist.es5+umd/msgpack`.\n\n### TypeScript Compiler / Type Definitions\n\nThis module requires type definitions of `AsyncIterator`, `SourceBuffer`, whatwg streams, and so on. They are provided by `\"lib\": [\"ES2021\", \"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. You'd better take benchmark on your own use-case if performance matters.\n\nBenchmark on NodeJS/v18.1.0 (V8/10.1)\n\noperation                                                         |   op   |   ms  |  op/s\n----------------------------------------------------------------- | ------: | ----: | ------:\nbuf = Buffer.from(JSON.stringify(obj));                           |  902100 |  5000 |  180420\nobj = JSON.parse(buf.toString(\"utf-8\"));                          |  898700 |  5000 |  179740\nbuf = require(\"msgpack-lite\").encode(obj);                        |  411000 |  5000 |   82200\nobj = require(\"msgpack-lite\").decode(buf);                        |  246200 |  5001 |   49230\nbuf = require(\"@msgpack/msgpack\").encode(obj);                    |  843300 |  5000 |  168660\nobj = require(\"@msgpack/msgpack\").decode(buf);                    |  489300 |  5000 |   97860\nbuf = /* @msgpack/msgpack */ encoder.encode(obj);                 | 1154200 |  5000 |  230840\nobj = /* @msgpack/msgpack */ decoder.decode(buf);                 |  448900 |  5000 |   89780\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 ES2019 with CommomJS, provided for NodeJS v10\n* `dist.es5+umd/` is compiled into ES5 with UMD\n  * `dist.es5+umd/msgpack.min.js` - the minified file\n  * `dist.es5+umd/msgpack.js` - the non-minified file\n* `dist.es5+esm/` is compiled into ES5 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 yet.\n\n## Maintenance\n\n### Testing\n\nFor simple testing:\n\n```\nnpm run test\n```\n\n### Continuous Integration\n\nThis library uses Travis CI.\n\ntest matrix:\n\n* TypeScript targets\n  * `target=es2019` / `target=es5`\n* JavaScript engines\n  * NodeJS, browsers (Chrome, Firefox, Safari, IE11, and so on)\n\nSee [test:* in package.json](./package.json) and [.travis.yml](./.travis.yml) for details.\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.\n","_attachments":{},"homepage":"https://msgpack.org/","bugs":{"url":"https://github.com/msgpack/msgpack-javascript/issues"},"license":"ISC"}