github-pages-deploy-action/node_modules/asn1/package.json

32 lines
780 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"author": "Joyent (joyent.com)",
2020-03-31 20:42:07 +08:00
"contributors": [
2020-03-31 20:57:48 +08:00
"Mark Cavage <mcavage@gmail.com>",
"David Gwynne <loki@animata.net>",
"Yunong Xiao <yunong@joyent.com>",
"Alex Wilson <alex.wilson@joyent.com>"
2020-03-31 20:42:07 +08:00
],
2020-03-31 20:57:48 +08:00
"name": "asn1",
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-asn1.git"
},
"main": "lib/index.js",
2020-03-31 20:42:07 +08:00
"dependencies": {
"safer-buffer": "~2.1.0"
},
"devDependencies": {
"istanbul": "^0.3.6",
2020-03-31 20:57:48 +08:00
"faucet": "0.0.1",
"tape": "^3.5.0",
"eslint": "2.13.1",
"eslint-plugin-joyent": "~1.3.0"
2020-03-31 20:42:07 +08:00
},
"scripts": {
2020-03-31 20:57:48 +08:00
"test": "./node_modules/.bin/tape ./test/ber/*.test.js"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT"
2020-03-31 20:42:07 +08:00
}