summaryrefslogtreecommitdiffstats
path: root/node_modules/buffer-equal-constant-time/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/buffer-equal-constant-time/package.json')
-rw-r--r--node_modules/buffer-equal-constant-time/package.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/buffer-equal-constant-time/package.json b/node_modules/buffer-equal-constant-time/package.json
new file mode 100644
index 0000000..d447754
--- /dev/null
+++ b/node_modules/buffer-equal-constant-time/package.json
@@ -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": "/home/pruss/Dev/3-minute-website/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"
+}