HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/asn1.js-rfc2560/package.json
{
  "name": "asn1.js-rfc2560",
  "version": "5.0.1",
  "description": "RFC2560 structures for asn1.js",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/asn1.js"
  },
  "keywords": [
    "asn1",
    "rfc2560",
    "der"
  ],
  "scripts": {
    "test": "mocha --reporter=spec test/*-test.js"
  },
  "author": "Fedor Indutny",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/asn1.js/issues"
  },
  "homepage": "https://github.com/indutny/asn1.js",
  "dependencies": {
    "asn1.js-rfc5280": "^3.0.0"
  },
  "peerDependencies": {
    "asn1.js": "^5.0.0"
  },
  "devDependencies": {
    "mocha": "^4.0.1"
  }
}