2025-04-19 15:38:48 +08:00

64 lines
1.5 KiB
JSON

{
"_from": "aes-js@^3.1.2",
"_id": "aes-js@3.1.2",
"_inBundle": false,
"_integrity": "sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==",
"_location": "/aes-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "aes-js@^3.1.2",
"name": "aes-js",
"escapedName": "aes-js",
"rawSpec": "^3.1.2",
"saveSpec": null,
"fetchSpec": "^3.1.2"
},
"_requiredBy": [
"/ethereumjs-wallet"
],
"_resolved": "https://registry.npmmirror.com/aes-js/-/aes-js-3.1.2.tgz",
"_shasum": "db9aabde85d5caabbfc0d4f2a4446960f627146a",
"_spec": "aes-js@^3.1.2",
"_where": "D:\\ruyi\\案例\\node_modules\\ethereumjs-wallet",
"author": {
"name": "Richard Moore",
"email": "me@ricmoo.com"
},
"bugs": {
"url": "http://github.com/ricmoo/aes-js/issues",
"email": "github@ricmoo.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.",
"devDependencies": {
"nodeunit": "^0.9.1"
},
"homepage": "https://github.com/ricmoo/aes-js#readme",
"keywords": [
"aes",
"aes-ctr",
"aes-ofb",
"aes-ecb",
"aes-cbc",
"aes-cfb",
"encrypt",
"decrypt",
"block",
"cipher"
],
"license": "MIT",
"main": "index.js",
"name": "aes-js",
"repository": {
"type": "git",
"url": "git://github.com/ricmoo/aes-js.git"
},
"scripts": {
"test": "nodeunit test/index.js"
},
"version": "3.1.2"
}