mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 03:37:57 +00:00
102 lines
2.3 KiB
JSON
102 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "sha256",
|
|
"scope": null,
|
|
"escapedName": "sha256",
|
|
"name": "sha256",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"C:\\dropbox\\csn11117\\2018_2019\\git\\z_associated\\projects"
|
|
]
|
|
],
|
|
"_from": "sha256@latest",
|
|
"_id": "sha256@0.2.0",
|
|
"_inCache": true,
|
|
"_location": "/sha256",
|
|
"_nodeVersion": "0.10.32",
|
|
"_npmUser": {
|
|
"name": "jprichardson",
|
|
"email": "jprichardson@gmail.com"
|
|
},
|
|
"_npmVersion": "2.3.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "sha256",
|
|
"scope": null,
|
|
"escapedName": "sha256",
|
|
"name": "sha256",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sha256/-/sha256-0.2.0.tgz",
|
|
"_shasum": "73a0b418daab7035bff86e8491e363412fc2ab05",
|
|
"_shrinkwrap": null,
|
|
"_spec": "sha256",
|
|
"_where": "C:\\dropbox\\csn11117\\2018_2019\\git\\z_associated\\projects",
|
|
"browser": "./lib/sha256.js",
|
|
"bugs": {
|
|
"url": "https://github.com/cryptocoinjs/sha256/issues"
|
|
},
|
|
"dependencies": {
|
|
"convert-hex": "~0.1.0",
|
|
"convert-string": "~0.1.0"
|
|
},
|
|
"description": "Compute SHA256 of bytes or strings.",
|
|
"devDependencies": {
|
|
"mocha": "1.*",
|
|
"terst": "0.0.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "73a0b418daab7035bff86e8491e363412fc2ab05",
|
|
"tarball": "https://registry.npmjs.org/sha256/-/sha256-0.2.0.tgz"
|
|
},
|
|
"gitHead": "fadfc62b13052bd0ea3d0030f618d4a35eed61dc",
|
|
"homepage": "https://github.com/cryptocoinjs/sha256",
|
|
"keywords": [
|
|
"string",
|
|
"strings",
|
|
"sha256",
|
|
"bytes",
|
|
"cryptography"
|
|
],
|
|
"main": "./lib/nodecrypto.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "vbuterin",
|
|
"email": "vbuterin@gmail.com"
|
|
},
|
|
{
|
|
"name": "midnightlightning",
|
|
"email": "boydb@midnightdesign.ws"
|
|
},
|
|
{
|
|
"name": "sidazhang",
|
|
"email": "sidazhang89@gmail.com"
|
|
},
|
|
{
|
|
"name": "jprichardson",
|
|
"email": "jprichardson@gmail.com"
|
|
}
|
|
],
|
|
"name": "sha256",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"url": "git+https://github.com/cryptocoinjs/sha256.git",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|