File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " @msgpack/msgpack" ,
33 "version" : " 1.3.2" ,
44 "description" : " MessagePack for JavaScript/ECMA-262" ,
5+ "author" : " The MessagePack community" ,
6+ "license" : " ISC" ,
57 "main" : " ./dist/index.js" ,
68 "browser" : " ./dist.es5/msgpack.js" ,
79 "types" : " ./dist/index.d.ts" ,
3638 "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" ,
3739 "update-dependencies" : " rimraf node_modules/ package-lock.json && npm install && npm dedupe"
3840 },
41+ "homepage" : " https://msgpack.org/" ,
3942 "repository" : {
4043 "type" : " git" ,
4144 "url" : " https://github.com/msgpack/msgpack-javascript.git"
4245 },
46+ "bugs" : {
47+ "url" : " https://github.com/msgpack/msgpack-javascript/issues"
48+ },
4349 "keywords" : [
4450 " msgpack" ,
4551 " MessagePack" ,
4652 " serialization" ,
4753 " universal"
4854 ],
49- "author" : " The MessagePack community" ,
50- "license" : " ISC" ,
51- "bugs" : {
52- "url" : " https://github.com/msgpack/msgpack-javascript/issues"
55+ "engines" : {
56+ "node" : " >= 10"
5357 },
54- "homepage" : " https://msgpack.org/" ,
5558 "devDependencies" : {
5659 "@bitjourney/check-es-version-webpack-plugin" : " ^1.0.2" ,
5760 "@types/base64-js" : " ^1.2.5" ,
You can’t perform that action at this time.
0 commit comments