123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "asn1-ber",
- "version": "1.2.2",
- "description": "Generate and parse ASN1.BER objects",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "directories": {},
- "dependencies": {},
- "devDependencies": {
- "mocha": "^10.0.0"
- },
- "contributors": [
- {
- "name": "Stephen Vickers",
- "email": "stephen.vickers@nospaceships.com"
- },
- {
- "name": "NoSpaceships Ltd",
- "email": "hello@nospaceships.com"
- },
- {
- "name": "Mark Abrahams",
- "email": "mark@abrahams.co.nz"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/markabrahams/node-asn1-ber.git"
- },
- "keywords": [
- "asn1",
- "asn.1",
- "ber",
- "asn1ber",
- "asn1.ber",
- "asn1-ber"
- ],
- "author": "Mark Abrahams <mark@abrahams.co.nz>",
- "license": "MIT"
- }
|