client manager complete, client and client channels next
This commit is contained in:
55
node_modules/buffer-equal-constant-time/package.json
generated
vendored
Normal file
55
node_modules/buffer-equal-constant-time/package.json
generated
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"_from": "buffer-equal-constant-time@1.0.1",
|
||||
"_id": "buffer-equal-constant-time@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=",
|
||||
"_location": "/buffer-equal-constant-time",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "buffer-equal-constant-time@1.0.1",
|
||||
"name": "buffer-equal-constant-time",
|
||||
"escapedName": "buffer-equal-constant-time",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jwa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
||||
"_shasum": "f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819",
|
||||
"_spec": "buffer-equal-constant-time@1.0.1",
|
||||
"_where": "/Users/josh.burman/Projects/braid/node_modules/jwa",
|
||||
"author": {
|
||||
"name": "GoInstant Inc., a salesforce.com company"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/goinstant/buffer-equal-constant-time/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Constant-time comparison of Buffers",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.15.1"
|
||||
},
|
||||
"homepage": "https://github.com/goinstant/buffer-equal-constant-time#readme",
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"equal",
|
||||
"constant-time",
|
||||
"crypto"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "index.js",
|
||||
"name": "buffer-equal-constant-time",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/goinstant/buffer-equal-constant-time.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test.js"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
Reference in New Issue
Block a user