Initial commit
This commit is contained in:
+71
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "@panva/asn1.js@^1.0.0",
|
||||
"_id": "@panva/[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw==",
|
||||
"_location": "/@panva/asn1.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@panva/asn1.js@^1.0.0",
|
||||
"name": "@panva/asn1.js",
|
||||
"escapedName": "@panva%2fasn1.js",
|
||||
"scope": "@panva",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@panva/asn1.js/-/asn1.js-1.0.0.tgz",
|
||||
"_shasum": "dd55ae7b8129e02049f009408b97c61ccf9032f6",
|
||||
"_spec": "@panva/asn1.js@^1.0.0",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/jose",
|
||||
"author": {
|
||||
"name": "Fedor Indutny"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/panva/asn1.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Filip Skokan",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)",
|
||||
"devDependencies": {
|
||||
"mocha": "^7.0.1",
|
||||
"standard": "^14.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/panva/asn1.js",
|
||||
"keywords": [
|
||||
"asn.1",
|
||||
"bigint",
|
||||
"der",
|
||||
"pem"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/asn1.js",
|
||||
"name": "@panva/asn1.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/panva/asn1.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"lint-fix": "standard --fix",
|
||||
"test": "mocha test/**/*-test.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user