summaryrefslogtreecommitdiffstats
path: root/node_modules/buffer-xor/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/buffer-xor/package.json')
-rw-r--r--node_modules/buffer-xor/package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/buffer-xor/package.json b/node_modules/buffer-xor/package.json
new file mode 100644
index 0000000..9db3684
--- /dev/null
+++ b/node_modules/buffer-xor/package.json
@@ -0,0 +1,64 @@
+{
+ "_from": "buffer-xor@^1.0.3",
+ "_id": "buffer-xor@1.0.3",
+ "_inBundle": false,
+ "_integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
+ "_location": "/buffer-xor",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "buffer-xor@^1.0.3",
+ "name": "buffer-xor",
+ "escapedName": "buffer-xor",
+ "rawSpec": "^1.0.3",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.3"
+ },
+ "_requiredBy": [
+ "/browserify-aes"
+ ],
+ "_resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
+ "_shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
+ "_spec": "buffer-xor@^1.0.3",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/browserify-aes",
+ "author": {
+ "name": "Daniel Cousens"
+ },
+ "bugs": {
+ "url": "https://github.com/crypto-browserify/buffer-xor/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "A simple module for bitwise-xor on buffers",
+ "devDependencies": {
+ "mocha": "*",
+ "standard": "*"
+ },
+ "homepage": "https://github.com/crypto-browserify/buffer-xor",
+ "keywords": [
+ "bits",
+ "bitwise",
+ "buffer",
+ "buffer-xor",
+ "crypto",
+ "inline",
+ "math",
+ "memory",
+ "performance",
+ "xor"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "buffer-xor",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/crypto-browserify/buffer-xor.git"
+ },
+ "scripts": {
+ "standard": "standard",
+ "test": "npm run-script unit",
+ "unit": "mocha"
+ },
+ "version": "1.0.3"
+}