package.json (1848B)
1 { 2 "_from": "asn1@~0.2.3", 3 "_id": "asn1@0.2.4", 4 "_inBundle": false, 5 "_integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", 6 "_location": "/asn1", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "asn1@~0.2.3", 12 "name": "asn1", 13 "escapedName": "asn1", 14 "rawSpec": "~0.2.3", 15 "saveSpec": null, 16 "fetchSpec": "~0.2.3" 17 }, 18 "_requiredBy": [ 19 "/sshpk" 20 ], 21 "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", 22 "_shasum": "8d2475dfab553bb33e77b54e59e880bb8ce23136", 23 "_spec": "asn1@~0.2.3", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/sshpk", 25 "author": { 26 "name": "Joyent", 27 "url": "joyent.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/joyent/node-asn1/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Mark Cavage", 36 "email": "mcavage@gmail.com" 37 }, 38 { 39 "name": "David Gwynne", 40 "email": "loki@animata.net" 41 }, 42 { 43 "name": "Yunong Xiao", 44 "email": "yunong@joyent.com" 45 }, 46 { 47 "name": "Alex Wilson", 48 "email": "alex.wilson@joyent.com" 49 } 50 ], 51 "dependencies": { 52 "safer-buffer": "~2.1.0" 53 }, 54 "deprecated": false, 55 "description": "Contains parsers and serializers for ASN.1 (currently BER only)", 56 "devDependencies": { 57 "eslint": "2.13.1", 58 "eslint-plugin-joyent": "~1.3.0", 59 "faucet": "0.0.1", 60 "istanbul": "^0.3.6", 61 "tape": "^3.5.0" 62 }, 63 "homepage": "https://github.com/joyent/node-asn1#readme", 64 "license": "MIT", 65 "main": "lib/index.js", 66 "name": "asn1", 67 "repository": { 68 "type": "git", 69 "url": "git://github.com/joyent/node-asn1.git" 70 }, 71 "scripts": { 72 "test": "tape ./test/ber/*.test.js" 73 }, 74 "version": "0.2.4" 75 }