1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| {
| "_args": [
| [
| "hash.js@1.1.7",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "hash.js@1.1.7",
| "_id": "hash.js@1.1.7",
| "_inBundle": false,
| "_integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
| "_location": "/hash.js",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "hash.js@1.1.7",
| "name": "hash.js",
| "escapedName": "hash.js",
| "rawSpec": "1.1.7",
| "saveSpec": null,
| "fetchSpec": "1.1.7"
| },
| "_requiredBy": [
| "/elliptic",
| "/hmac-drbg"
| ],
| "_resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
| "_spec": "1.1.7",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Fedor Indutny",
| "email": "fedor@indutny.com"
| },
| "bugs": {
| "url": "https://github.com/indutny/hash.js/issues"
| },
| "dependencies": {
| "inherits": "^2.0.3",
| "minimalistic-assert": "^1.0.1"
| },
| "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.7"
| }
|
|