合并
This commit is contained in:
110
node_modules/gm-crypto/package.json
generated
vendored
110
node_modules/gm-crypto/package.json
generated
vendored
@@ -1,44 +1,49 @@
|
||||
{
|
||||
"name": "gm-crypto",
|
||||
"version": "0.1.8",
|
||||
"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"
|
||||
"_args": [
|
||||
[
|
||||
"gm-crypto@0.1.8",
|
||||
"C:\\Users\\asus\\Desktop\\cashier_admin_app"
|
||||
]
|
||||
],
|
||||
"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=text --reporter=lcovonly ava -v",
|
||||
"prepublishOnly": "npm run build"
|
||||
"_from": "gm-crypto@0.1.8",
|
||||
"_id": "gm-crypto@0.1.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-gbTkobkbj3F70HJDQNhN9JNTvcR3O1YQJ0xGc8jTc4bZ1KuikmkjuFm5kZhyUbWxK/PwWDpPuTNyGwRYOopBLw==",
|
||||
"_location": "/gm-crypto",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gm-crypto@0.1.8",
|
||||
"name": "gm-crypto",
|
||||
"escapedName": "gm-crypto",
|
||||
"rawSpec": "0.1.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:byte-fe/gm-crypto.git"
|
||||
},
|
||||
"keywords": [
|
||||
"sm2",
|
||||
"sm3",
|
||||
"sm4",
|
||||
"zuc",
|
||||
"gm",
|
||||
"crypto"
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"author": "panjizhi1987@gmail.com",
|
||||
"license": "MIT",
|
||||
"_resolved": "https://registry.npmmirror.com/gm-crypto/-/gm-crypto-0.1.8.tgz",
|
||||
"_spec": "0.1.8",
|
||||
"_where": "C:\\Users\\asus\\Desktop\\cashier_admin_app",
|
||||
"author": {
|
||||
"name": "panjizhi1987@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/byte-fe/gm-crypto/issues"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer": "^5.7.0",
|
||||
"jsbn": "^1.1.0",
|
||||
"to-arraybuffer": "^1.0.1"
|
||||
},
|
||||
"description": "An implementation of GM/T industry standards",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
@@ -50,15 +55,44 @@
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"esmodule": "dist/index.modern.js",
|
||||
"files": [
|
||||
"types",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/byte-fe/gm-crypto#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
||||
"pre-push": "npm test"
|
||||
}
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"sm2",
|
||||
"sm3",
|
||||
"sm4",
|
||||
"zuc",
|
||||
"gm",
|
||||
"crypto"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.esm.js",
|
||||
"name": "gm-crypto",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/byte-fe/gm-crypto.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run clean && microbundle --entry src/index.js --sourcemap false",
|
||||
"build:coverage": "npm run clean && microbundle --entry src/index.js --sourcemap true",
|
||||
"clean": "rm -rf dist",
|
||||
"commit": "cz",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "npm run build:coverage && nyc --reporter=text --reporter=lcovonly ava -v"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
"unpkg": "dist/index.umd.js",
|
||||
"version": "0.1.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user