93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"_from": "parse-asn1@^5.1.7",
|
|
"_id": "parse-asn1@5.1.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==",
|
|
"_location": "/parse-asn1",
|
|
"_phantomChildren": {
|
|
"inherits": "2.0.4",
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parse-asn1@^5.1.7",
|
|
"name": "parse-asn1",
|
|
"escapedName": "parse-asn1",
|
|
"rawSpec": "^5.1.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserify-sign",
|
|
"/public-encrypt"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/parse-asn1/-/parse-asn1-5.1.7.tgz",
|
|
"_shasum": "73cdaaa822125f9647165625eb45f8a051d2df06",
|
|
"_spec": "parse-asn1@^5.1.7",
|
|
"_where": "D:\\workspace\\ruoyi-vue-web\\node_modules\\browserify-sign",
|
|
"author": "",
|
|
"auto-changelog": {
|
|
"output": "CHANGELOG.md",
|
|
"template": "keepachangelog",
|
|
"unreleased": false,
|
|
"commitLimit": false,
|
|
"backfillLimit": false,
|
|
"hideCredit": true
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-browserify/parse-asn1/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"asn1.js": "^4.10.1",
|
|
"browserify-aes": "^1.2.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"hash-base": "~3.0",
|
|
"pbkdf2": "^3.1.2",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "utility library for parsing asn1 files for use with browserify-sign.",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^21.1.0",
|
|
"aud": "^2.0.4",
|
|
"auto-changelog": "^2.4.0",
|
|
"eslint": "=8.8.0",
|
|
"in-publish": "^2.0.1",
|
|
"npmignore": "^0.3.1",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"tape": "^5.7.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "parse-asn1",
|
|
"publishConfig": {
|
|
"ignore": [
|
|
".github/workflows",
|
|
"test"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/crypto-browserify/parse-asn1.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext=js,mjs .",
|
|
"posttest": "aud --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": "5.1.7"
|
|
}
|