feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
47
api.hyungi.net/node_modules/@peculiar/asn1-ecc/package.json
generated
vendored
Normal file
47
api.hyungi.net/node_modules/@peculiar/asn1-ecc/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "@peculiar/asn1-ecc",
|
||||
"version": "2.3.15",
|
||||
"description": "ASN.1 schema of `Elliptic Curve Private Key Structure` (RFC5915)",
|
||||
"files": [
|
||||
"build/**/*.{js,d.ts}",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/PeculiarVentures/asn1-schema/issues"
|
||||
},
|
||||
"homepage": "https://github.com/PeculiarVentures/asn1-schema/tree/master/packages/ecc#readme",
|
||||
"keywords": [
|
||||
"asn",
|
||||
"ecc",
|
||||
"rfc5915",
|
||||
"rfc5480",
|
||||
"rfc3279"
|
||||
],
|
||||
"author": "PeculiarVentures, LLC",
|
||||
"license": "MIT",
|
||||
"main": "build/cjs/index.js",
|
||||
"module": "build/es2015/index.js",
|
||||
"types": "build/types/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"clear": "rimraf build",
|
||||
"build": "npm run build:module && npm run build:types",
|
||||
"build:module": "npm run build:cjs && npm run build:es2015",
|
||||
"build:cjs": "tsc -p tsconfig.compile.json --removeComments --module commonjs --outDir build/cjs",
|
||||
"build:es2015": "tsc -p tsconfig.compile.json --removeComments --module ES2015 --outDir build/es2015",
|
||||
"prebuild:types": "rimraf build/types",
|
||||
"build:types": "tsc -p tsconfig.compile.json --outDir build/types --declaration --emitDeclarationOnly",
|
||||
"rebuild": "npm run clear && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@peculiar/asn1-schema": "^2.3.15",
|
||||
"@peculiar/asn1-x509": "^2.3.15",
|
||||
"asn1js": "^3.0.5",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"gitHead": "b6c7130efa9bc3ee5e2ea1da5d01aede5182921f"
|
||||
}
|
||||
Reference in New Issue
Block a user