github-pages-deploy-action/node_modules/bser/package.json

34 lines
711 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "bser",
"version": "2.1.1",
2020-03-31 20:42:07 +08:00
"description": "JavaScript implementation of the BSER Binary Serialization",
2020-03-31 20:57:48 +08:00
"main": "index.js",
2020-03-31 20:42:07 +08:00
"directories": {
"test": "test"
},
2020-03-31 20:57:48 +08:00
"scripts": {
"test": "node test/bser.js"
},
2020-03-31 20:42:07 +08:00
"files": [
"index.js"
],
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/watchman"
},
2020-03-31 20:42:07 +08:00
"keywords": [
"bser",
"binary",
"protocol"
],
2020-03-31 20:57:48 +08:00
"author": "Wez Furlong <wez@fb.com> (http://wezfurlong.org)",
2020-03-31 20:42:07 +08:00
"license": "Apache-2.0",
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/facebook/watchman/issues"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"homepage": "https://facebook.github.io/watchman/docs/bser.html",
"dependencies": {
"node-int64": "^0.4.0"
}
2020-03-31 20:42:07 +08:00
}