Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
773 B
38 lines
773 B
1 year ago
|
{
|
||
|
"name": "buffer-xor",
|
||
|
"version": "1.0.3",
|
||
|
"description": "A simple module for bitwise-xor on buffers",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"standard": "standard",
|
||
|
"test": "npm run-script unit",
|
||
|
"unit": "mocha"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/crypto-browserify/buffer-xor.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/crypto-browserify/buffer-xor/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/crypto-browserify/buffer-xor",
|
||
|
"keywords": [
|
||
|
"bits",
|
||
|
"bitwise",
|
||
|
"buffer",
|
||
|
"buffer-xor",
|
||
|
"crypto",
|
||
|
"inline",
|
||
|
"math",
|
||
|
"memory",
|
||
|
"performance",
|
||
|
"xor"
|
||
|
],
|
||
|
"author": "Daniel Cousens",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"mocha": "*",
|
||
|
"standard": "*"
|
||
|
}
|
||
|
}
|