2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "asn1.js@^5.2.0" ,
"_id" : "asn1.js@5.4.1" ,
2023-12-18 13:12:25 +08:00
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/asn1.js" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "asn1.js@^5.2.0" ,
2023-12-18 13:12:25 +08:00
"name" : "asn1.js" ,
"escapedName" : "asn1.js" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^5.2.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^5.2.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/parse-asn1"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/asn1.js/-/asn1.js-5.4.1.tgz" ,
"_shasum" : "11a980b84ebb91781ce35b0fdc2ee294e3783f07" ,
"_spec" : "asn1.js@^5.2.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\parse-asn1" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Fedor Indutny"
} ,
"bugs" : {
"url" : "https://github.com/indutny/asn1.js/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
2023-12-18 13:12:25 +08:00
"dependencies" : {
"bn.js" : "^4.0.0" ,
"inherits" : "^2.0.1" ,
2024-01-16 21:26:16 +08:00
"minimalistic-assert" : "^1.0.0" ,
"safer-buffer" : "^2.1.0"
2023-12-18 13:12:25 +08:00
} ,
2024-01-16 21:26:16 +08:00
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"description" : "ASN.1 encoder and decoder" ,
"devDependencies" : {
2024-01-16 21:26:16 +08:00
"eslint" : "^4.10.0" ,
"mocha" : "^7.0.0"
2023-12-18 13:12:25 +08:00
} ,
"homepage" : "https://github.com/indutny/asn1.js" ,
"keywords" : [
"asn.1" ,
"der"
] ,
"license" : "MIT" ,
"main" : "lib/asn1.js" ,
"name" : "asn1.js" ,
"repository" : {
"type" : "git" ,
"url" : "git+ssh://git@github.com/indutny/asn1.js.git"
} ,
"scripts" : {
2024-01-16 21:26:16 +08:00
"lint" : "eslint --fix lib/*.js lib/**/*.js lib/**/**/*.js && npm run lint-2560 && npm run lint-5280" ,
"lint-2560" : "eslint --fix rfc/2560/*.js rfc/2560/test/*.js" ,
"lint-5280" : "eslint --fix rfc/5280/*.js rfc/5280/test/*.js" ,
"test" : "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test && cd ../../ && npm run lint"
2023-12-18 13:12:25 +08:00
} ,
2024-01-16 21:26:16 +08:00
"version" : "5.4.1"
2023-12-18 13:12:25 +08:00
}