setup-node/node_modules/bser/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

37 lines
No EOL
912 B
JSON

{
"name": "bser",
"version": "2.1.0",
"description": "JavaScript implementation of the BSER Binary Serialization",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/bser.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/watchman"
},
"keywords": [
"bser",
"binary",
"protocol"
],
"author": "Wez Furlong <wez@fb.com> (http://wezfurlong.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/facebook/watchman/issues"
},
"homepage": "https://facebook.github.io/watchman/docs/bser.html",
"dependencies": {
"node-int64": "^0.4.0"
}
,"_resolved": "https://registry.npmjs.org/bser/-/bser-2.1.0.tgz"
,"_integrity": "sha512-8zsjWrQkkBoLK6uxASk1nJ2SKv97ltiGDo6A3wA0/yRPz+CwmEyDo0hUrhIuukG2JHpAl3bvFIixw2/3Hi0DOg=="
,"_from": "bser@2.1.0"
}