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
68
69
70
71
72
73
74
75
76
77
78
| {
| "_from": "js-md5",
| "_id": "js-md5@0.8.3",
| "_inBundle": false,
| "_integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
| "_location": "/js-md5",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "js-md5",
| "name": "js-md5",
| "escapedName": "js-md5",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/js-md5/-/js-md5-0.8.3.tgz",
| "_shasum": "921bab7efa95bfc9d62b87ee08a57f8fe4305b69",
| "_spec": "js-md5",
| "_where": "D:\\豆米\\gtzxinglijicun\\app",
| "author": {
| "name": "Chen, Yi-Cyuan",
| "email": "emn178@gmail.com"
| },
| "browser": {
| "crypto": false,
| "buffer": false
| },
| "bugs": {
| "url": "https://github.com/emn178/js-md5/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
| "devDependencies": {
| "expect.js": "~0.3.1",
| "jsdoc": "~4.0.2",
| "mocha": "~10.2.0",
| "nyc": "^15.1.0",
| "requirejs": "^2.1.22",
| "tiny-worker": "^2.3.0",
| "uglify-js": "^3.1.9"
| },
| "homepage": "https://github.com/emn178/js-md5",
| "keywords": [
| "md5",
| "hash",
| "encryption",
| "cryptography",
| "HMAC"
| ],
| "license": "MIT",
| "main": "src/md5.js",
| "name": "js-md5",
| "nyc": {
| "exclude": [
| "tests"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/emn178/js-md5.git"
| },
| "scripts": {
| "build": "npm run-script compress;npm run-script doc",
| "compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js",
| "coveralls": "nyc report --reporter=text-lcov | coveralls",
| "doc": "rm -rf doc;jsdoc src README.md -d doc",
| "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
| "test": "nyc mocha tests/node-test.js"
| },
| "version": "0.8.3"
| }
|
|