mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 03:37:57 +00:00
90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "aes",
|
|
"scope": null,
|
|
"escapedName": "aes",
|
|
"name": "aes",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"C:\\dropbox\\csn11117\\2018_2019\\git\\z_associated\\projects"
|
|
]
|
|
],
|
|
"_from": "aes@latest",
|
|
"_id": "aes@0.1.0",
|
|
"_inCache": true,
|
|
"_location": "/aes",
|
|
"_npmUser": {
|
|
"name": "jp",
|
|
"email": "jprichardson@gmail.com"
|
|
},
|
|
"_npmVersion": "1.3.24",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "aes",
|
|
"scope": null,
|
|
"escapedName": "aes",
|
|
"name": "aes",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/aes/-/aes-0.1.0.tgz",
|
|
"_shasum": "75ca7ceb78e536d43eef10649ffaa1cb2ac7509d",
|
|
"_shrinkwrap": null,
|
|
"_spec": "aes",
|
|
"_where": "C:\\dropbox\\csn11117\\2018_2019\\git\\z_associated\\projects",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/cryptocoinjs/aes/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A JavaScript component for the Advanced Encryption Standard (AES).",
|
|
"devDependencies": {
|
|
"browserify": "~3.30.1",
|
|
"mocha": "~1.17.1",
|
|
"mochify": "~0.4.2",
|
|
"terst": "0.0.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "75ca7ceb78e536d43eef10649ffaa1cb2ac7509d",
|
|
"tarball": "https://registry.npmjs.org/aes/-/aes-0.1.0.tgz"
|
|
},
|
|
"homepage": "https://github.com/cryptocoinjs/aes",
|
|
"keywords": [
|
|
"crytpo",
|
|
"cryptography",
|
|
"aes",
|
|
"encryption",
|
|
"bitcoin",
|
|
"bip38",
|
|
"cipher"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/aes.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jp",
|
|
"email": "jprichardson@gmail.com"
|
|
}
|
|
],
|
|
"name": "aes",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"url": "git+ssh://git@github.com/cryptocoinjs/aes.git",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|