W72crm_web-master/node_modules/cipher-base/package.json

94 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "cipher-base@^1.0.0",
"_id": "cipher-base@1.0.6",
"_inBundle": false,
"_integrity": "sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
"_location": "/cipher-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cipher-base@^1.0.0",
"name": "cipher-base",
"escapedName": "cipher-base",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/browserify-aes",
"/browserify-des",
"/create-hash",
"/create-hmac"
],
"_resolved": "https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.6.tgz",
"_shasum": "8fe672437d01cd6c4561af5334e0cc50ff1955f7",
"_spec": "cipher-base@^1.0.0",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\browserify-aes",
"author": {
"name": "Calvin Metcalf",
"email": "calvin.metcalf@gmail.com"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"bugs": {
"url": "https://github.com/crypto-browserify/cipher-base/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.4",
"safe-buffer": "^5.2.1"
},
"deprecated": false,
"description": "abstract base class for crypto-streams",
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.9.0"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/crypto-browserify/cipher-base#readme",
"keywords": [
"cipher",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "cipher-base",
"publishConfig": {
"ignore": [
".github/workflows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/cipher-base.git"
},
"scripts": {
"lint": "eslint --ext=js,.mjs .",
"posttest": "npx npm@'>=10.2' audit --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"version": "1.0.6"
}