| 1234567891011121314151617181920212223242526 |
- {
- "author": "Mark Cavage <mcavage@gmail.com>",
- "contributors": [
- "David Gwynne <loki@animata.net>",
- "Yunong Xiao <yunong@joyent.com>",
- "Alex Wilson <alex.wilson@joyent.com>"
- ],
- "name": "asn1",
- "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
- "version": "0.2.3",
- "repository": {
- "type": "git",
- "url": "git://github.com/mcavage/node-asn1.git"
- },
- "main": "lib/index.js",
- "dependencies": {},
- "devDependencies": {
- "tap": "0.4.8"
- },
- "scripts": {
- "test": "./node_modules/.bin/tap ./tst"
- },
- "license": "MIT",
- "_from": "asn1@0.2.3",
- "_resolved": "http://registry.npm.taobao.org/asn1/download/asn1-0.2.3.tgz"
- }
|