You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.7 KiB

{
"_from": "hash.js@^1.0.0",
"_id": "hash.js@1.1.5",
"_inBundle": false,
"_integrity": "sha512-eWI5HG9Np+eHV1KQhisXWwM+4EPPYe5dFX1UZZH7k/E3JzDEazVH+VGlZi6R94ZqImq+A3D1mCEtrFIfg/E7sA==",
"_location": "/hash.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hash.js@^1.0.0",
"name": "hash.js",
"escapedName": "hash.js",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/elliptic",
"/hmac-drbg"
],
"_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz",
"_shasum": "e38ab4b85dfb1e0c40fe9265c0e9b54854c23812",
"_spec": "hash.js@^1.0.0",
"_where": "/filestore/dev/avanity/node_modules/elliptic",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/hash.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
},
"deprecated": false,
"description": "Various hash functions that could be run by both browser and node",
"devDependencies": {
"eslint": "^4.19.1",
"mocha": "^5.2.0"
},
"homepage": "https://github.com/indutny/hash.js",
"keywords": [
"hash",
"sha256",
"sha224",
"hmac"
],
"license": "MIT",
"main": "lib/hash.js",
"name": "hash.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/hash.js.git"
},
"scripts": {
"lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",
"test": "mocha --reporter=spec test/*-test.js && npm run lint"
},
"typings": "lib/hash.d.ts",
"version": "1.1.5"
}