management/front/dkha-web-sz-main/node_modules/buffer-xor/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "buffer-xor@^1.0.3",
2023-12-18 13:12:25 +08:00
"_id": "buffer-xor@1.0.3",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==",
2023-12-18 13:12:25 +08:00
"_location": "/buffer-xor",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "buffer-xor@^1.0.3",
2023-12-18 13:12:25 +08:00
"name": "buffer-xor",
"escapedName": "buffer-xor",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.3",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.3"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/browserify-aes"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
"_shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
"_spec": "buffer-xor@^1.0.3",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\browserify-aes",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Daniel Cousens"
},
"bugs": {
"url": "https://github.com/crypto-browserify/buffer-xor/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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"
}