Initial commit
[yaffs-website] / node_modules / jodid25519 / package.json
1 {
2   "_args": [
3     [
4       "jodid25519@^1.0.0",
5       "/var/www/yaffs/node_modules/sshpk"
6     ]
7   ],
8   "_from": "jodid25519@>=1.0.0 <2.0.0",
9   "_id": "jodid25519@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/jodid25519",
13   "_nodeVersion": "4.1.1",
14   "_npmUser": {
15     "email": "alex@cooperi.net",
16     "name": "arekinath"
17   },
18   "_npmVersion": "2.14.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "jodid25519",
22     "raw": "jodid25519@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/sshpk"
30   ],
31   "_resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
32   "_shasum": "06d4912255093419477d425633606e0e90782967",
33   "_shrinkwrap": null,
34   "_spec": "jodid25519@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/sshpk",
36   "author": {
37     "name": "Michele Bini, Ron Garret, Guy K. Kloss"
38   },
39   "bugs": {
40     "url": "https://github.com/meganz/jodid25519/issues"
41   },
42   "dependencies": {
43     "jsbn": "~0.1.0"
44   },
45   "description": "jodid25519 - Curve 25519-based cryptography",
46   "devDependencies": {
47     "almond": "~0.3.1",
48     "chai": "^3.0.0",
49     "dateformat": "~1.0.7-1.2.3",
50     "ibrik": "~2.0.0",
51     "istanbul": "~0.3.5",
52     "jsdoc": "<=3.3.0",
53     "mocha": "~2.0.1",
54     "sinon": "~1.10.3",
55     "sinon-chai": "^2.8.0"
56   },
57   "directories": {
58     "doc": "doc",
59     "src": "src",
60     "test": "test"
61   },
62   "dist": {
63     "shasum": "06d4912255093419477d425633606e0e90782967",
64     "tarball": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz"
65   },
66   "gitHead": "a83b9fcf7fd3be4f27cd4a57817aff171c7cd918",
67   "homepage": "https://github.com/meganz/jodid25519",
68   "keywords": [
69     "Curve25519",
70     "ECDH",
71     "ECDSA",
72     "Ed25519",
73     "EdDSA",
74     "encryption",
75     "signing"
76   ],
77   "license": "MIT",
78   "main": "index.js",
79   "maintainers": [
80     {
81       "name": "arekinath",
82       "email": "alex@cooperi.net"
83     }
84   ],
85   "name": "jodid25519",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/meganz/jodid25519.git"
91   },
92   "scripts": {
93     "test": "mocha test/*_test.js"
94   },
95   "version": "1.0.2"
96 }