react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / http-signature / node_modules / asn1 / package.json
81149 views{1"author": {2"name": "Mark Cavage",3"email": "[email protected]"4},5"contributors": [6{7"name": "David Gwynne",8"email": "[email protected]"9},10{11"name": "Yunong Xiao",12"email": "[email protected]"13}14],15"name": "asn1",16"description": "Contains parsers and serializers for ASN.1 (currently BER only)",17"version": "0.1.11",18"repository": {19"type": "git",20"url": "git://github.com/mcavage/node-asn1.git"21},22"main": "lib/index.js",23"engines": {24"node": ">=0.4.9"25},26"dependencies": {},27"devDependencies": {28"tap": "0.1.4"29},30"scripts": {31"pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",32"test": "./node_modules/.bin/tap ./tst"33},34"_npmUser": {35"name": "mcavage",36"email": "[email protected]"37},38"_id": "[email protected]",39"_engineSupported": true,40"_npmVersion": "1.1.0-beta-4",41"_nodeVersion": "v0.6.6",42"_defaultsLoaded": true,43"dist": {44"shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",45"tarball": "http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"46},47"maintainers": [48{49"name": "mcavage",50"email": "[email protected]"51}52],53"directories": {},54"_shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",55"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz",56"_from": "[email protected]"57}585960