85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"sha3@2.0.7",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "sha3@2.0.7",
|
|
"_id": "sha3@2.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7Qsj/0J3pxCWfmyuDbTZWoKNSKY/rg2eecNRvTYE4EAPJ11Uh6xuEObyCG295AqgrtOjzdDbfwtGLDY52h11tA==",
|
|
"_location": "/sha3",
|
|
"_phantomChildren": {
|
|
"base64-js": "1.3.1",
|
|
"ieee754": "1.2.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "sha3@2.0.7",
|
|
"name": "sha3",
|
|
"escapedName": "sha3",
|
|
"rawSpec": "2.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/js-crypto-hash"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sha3/-/sha3-2.0.7.tgz",
|
|
"_spec": "2.0.7",
|
|
"_where": "/home/node/nuxt",
|
|
"author": {
|
|
"name": "Devin Canterberry",
|
|
"email": "devin@twuni.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/phusion/node-sha3/issues"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "5.4.0"
|
|
},
|
|
"description": "The Keccak family of hashing algorithms.",
|
|
"devDependencies": {
|
|
"@babel/cli": "7.5.5",
|
|
"@babel/core": "7.5.5",
|
|
"@babel/preset-env": "7.5.5",
|
|
"@babel/register": "7.5.5",
|
|
"@types/node": "12.7.2",
|
|
"babel-eslint": "10.0.3",
|
|
"eslint": "6.2.2",
|
|
"eslint-plugin-ante": "1.0.3",
|
|
"mocha": "6.2.0",
|
|
"nyc": "14.1.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/phusion/node-sha3#readme",
|
|
"keywords": [
|
|
"sha",
|
|
"sha3",
|
|
"sha-3",
|
|
"keccak",
|
|
"hash",
|
|
"hashing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "sha3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/phusion/node-sha3.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "node benchmark",
|
|
"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
|
|
"coverage": "nyc report",
|
|
"lint": "eslint src test",
|
|
"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "2.0.7"
|
|
}
|