mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
42 lines
888 B
JSON
42 lines
888 B
JSON
{
|
|
"name": "buffer-reverse",
|
|
"version": "1.0.1",
|
|
"description": "A lite module for reverse-operations on buffers",
|
|
"files": [
|
|
"index.js",
|
|
"inplace.js"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"standard": "standard",
|
|
"test": "npm run-script standard && npm run-script unit",
|
|
"unit": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/crypto-browserify/buffer-reverse.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-browserify/buffer-reverse/issues"
|
|
},
|
|
"homepage": "https://github.com/crypto-browserify/buffer-reverse",
|
|
"keywords": [
|
|
"bits",
|
|
"reverse",
|
|
"buffer",
|
|
"buffer-reverse",
|
|
"crypto",
|
|
"inline",
|
|
"math",
|
|
"memory",
|
|
"performance",
|
|
"reverse"
|
|
],
|
|
"author": "Daniel Cousens",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"standard": "*",
|
|
"tape": "*"
|
|
}
|
|
}
|