This commit is contained in:
eric sciple 2020-01-24 12:22:34 -05:00
parent 9fff29ba6c
commit 00c3b50fca
7278 changed files with 0 additions and 1778943 deletions

37
node_modules/bser/package.json generated vendored
View file

@ -1,37 +0,0 @@
{
"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"
}