2019-10-13 00:26:46 -06:00
|
|
|
{
|
|
|
|
"name": "@root/asn1",
|
2024-08-28 22:19:10 -06:00
|
|
|
"version": "1.0.2",
|
2019-10-13 00:26:46 -06:00
|
|
|
"description": "VanillaJS, Lightweight, Zero-Dependency, ASN.1 encoder and decoder.",
|
|
|
|
"main": "index.js",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2020-07-18 08:57:08 -04:00
|
|
|
"*.d.ts",
|
2019-10-13 00:26:46 -06:00
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2024-08-28 21:35:46 -06:00
|
|
|
"bump": "npm version -m \"chore(release): bump to v%s\"",
|
2024-08-28 21:05:46 -06:00
|
|
|
"build": "sh ./build.sh",
|
2024-08-28 21:31:18 -06:00
|
|
|
"fmt": "npm run basetag-rebase && npm run prettier",
|
2024-08-28 21:05:46 -06:00
|
|
|
"test": "node ./tests/",
|
2024-08-28 21:31:18 -06:00
|
|
|
"--------": "--------------------------------------------------------------------------",
|
|
|
|
"prettier": "npx -p prettier@2 -- prettier --write '**/*.{md,js,jsx,json,css,html,vue}'"
|
2019-10-13 00:26:46 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-07-18 08:57:08 -04:00
|
|
|
"url": "https://github.com/therootcompany/asn1.js.git"
|
2019-10-13 00:26:46 -06:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ASN.1",
|
|
|
|
"asn1",
|
|
|
|
"x509",
|
|
|
|
"PEM"
|
|
|
|
],
|
2024-08-28 21:05:46 -06:00
|
|
|
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
|
2019-10-13 00:26:46 -06:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"devDependencies": {
|
2024-08-28 21:05:46 -06:00
|
|
|
"@root/pem": "^1.0.4"
|
2019-10-13 00:26:46 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-18 08:57:08 -04:00
|
|
|
"@root/encoding": "^1.0.1",
|
|
|
|
"@types/root__asn1": "^1.0.0"
|
2019-10-13 00:26:46 -06:00
|
|
|
}
|
|
|
|
}
|