feat:node-modules
This commit is contained in:
21
node_modules/gm-crypto/LICENSE
generated
vendored
Normal file
21
node_modules/gm-crypto/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 FE Group
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
195
node_modules/gm-crypto/README.md
generated
vendored
Normal file
195
node_modules/gm-crypto/README.md
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
node_modules/gm-crypto/dist/index.esm.js
generated
vendored
Normal file
1
node_modules/gm-crypto/dist/index.esm.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/gm-crypto/dist/index.js
generated
vendored
Normal file
1
node_modules/gm-crypto/dist/index.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/gm-crypto/dist/index.modern.js
generated
vendored
Normal file
1
node_modules/gm-crypto/dist/index.modern.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/gm-crypto/dist/index.umd.js
generated
vendored
Normal file
1
node_modules/gm-crypto/dist/index.umd.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
64
node_modules/gm-crypto/package.json
generated
vendored
Normal file
64
node_modules/gm-crypto/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "gm-crypto",
|
||||
"version": "0.1.12",
|
||||
"description": "An implementation of GM/T industry standards",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.esm.js",
|
||||
"esmodule": "dist/index.modern.js",
|
||||
"unpkg": "dist/index.umd.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"types": "types/index.d.ts",
|
||||
"files": [
|
||||
"types",
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"commit": "cz",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "npm run clean && microbundle --entry src/index.js --sourcemap false",
|
||||
"build:coverage": "npm run clean && microbundle --entry src/index.js --sourcemap true",
|
||||
"test": "npm run build:coverage && nyc --reporter=json ava -v",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:byte-fe/gm-crypto.git"
|
||||
},
|
||||
"keywords": [
|
||||
"sm2",
|
||||
"sm3",
|
||||
"sm4",
|
||||
"zuc",
|
||||
"gm",
|
||||
"crypto"
|
||||
],
|
||||
"author": "panjizhi1987@gmail.com",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"buffer": "^5.7.0",
|
||||
"jsbn": "^1.1.0",
|
||||
"to-arraybuffer": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"ava": "^3.13.0",
|
||||
"commitizen": "^4.2.2",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"husky": "^4.3.0",
|
||||
"microbundle": "^0.12.4",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
||||
"pre-push": "npm test"
|
||||
}
|
||||
}
|
||||
}
|
||||
125
node_modules/gm-crypto/types/index.d.ts
generated
vendored
Normal file
125
node_modules/gm-crypto/types/index.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user