1
This commit is contained in:
74
node_modules/js-md5/package.json
generated
vendored
74
node_modules/js-md5/package.json
generated
vendored
@@ -1,8 +1,41 @@
|
||||
{
|
||||
"name": "js-md5",
|
||||
"version": "0.7.3",
|
||||
"_args": [
|
||||
[
|
||||
"js-md5@0.7.3",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "js-md5@0.7.3",
|
||||
"_id": "js-md5@0.7.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
|
||||
"_location": "/js-md5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "js-md5@0.7.3",
|
||||
"name": "js-md5",
|
||||
"escapedName": "js-md5",
|
||||
"rawSpec": "0.7.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.7.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/js-md5/-/js-md5-0.7.3.tgz",
|
||||
"_spec": "0.7.3",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "Chen, Yi-Cyuan",
|
||||
"email": "emn178@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/emn178/js-md5/issues"
|
||||
},
|
||||
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
|
||||
"main": "src/md5.js",
|
||||
"devDependencies": {
|
||||
"expect.js": "~0.3.1",
|
||||
"jsdoc": "^3.4.0",
|
||||
@@ -12,18 +45,7 @@
|
||||
"uglify-js": "^3.1.9",
|
||||
"webworker-threads": "^0.7.11"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nyc mocha tests/node-test.js",
|
||||
"report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"doc": "rm -rf doc;jsdoc src README.md -d doc",
|
||||
"compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js",
|
||||
"build": "npm run-script compress;npm run-script doc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/emn178/js-md5.git"
|
||||
},
|
||||
"homepage": "https://github.com/emn178/js-md5",
|
||||
"keywords": [
|
||||
"md5",
|
||||
"hash",
|
||||
@@ -32,14 +54,24 @@
|
||||
"HMAC"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Chen, Yi-Cyuan <emn178@gmail.com>",
|
||||
"homepage": "https://github.com/emn178/js-md5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/emn178/js-md5/issues"
|
||||
},
|
||||
"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.7.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user