Initial commit
[yaffs-website] / node_modules / jsbn / package.json
1 {
2   "_args": [
3     [
4       "jsbn@~0.1.0",
5       "/var/www/yaffs/node_modules/sshpk"
6     ]
7   ],
8   "_from": "jsbn@>=0.1.0 <0.2.0",
9   "_id": "jsbn@0.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/jsbn",
13   "_nodeVersion": "6.3.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/jsbn-0.1.1.tgz_1486886593983_0.3002306066919118"
17   },
18   "_npmUser": {
19     "email": "andyperlitch@gmail.com",
20     "name": "andyperlitch"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "jsbn",
26     "raw": "jsbn@~0.1.0",
27     "rawSpec": "~0.1.0",
28     "scope": null,
29     "spec": ">=0.1.0 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/ecc-jsbn",
34     "/jodid25519",
35     "/sshpk"
36   ],
37   "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
38   "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
39   "_shrinkwrap": null,
40   "_spec": "jsbn@~0.1.0",
41   "_where": "/var/www/yaffs/node_modules/sshpk",
42   "author": {
43     "name": "Tom Wu"
44   },
45   "bugs": {
46     "url": "https://github.com/andyperlitch/jsbn/issues"
47   },
48   "dependencies": {},
49   "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
50   "devDependencies": {},
51   "directories": {},
52   "dist": {
53     "shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
54     "tarball": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
55   },
56   "gitHead": "ed7e7ab56bd2b8a4447bc0c1ef08548b6dad89a2",
57   "homepage": "https://github.com/andyperlitch/jsbn#readme",
58   "keywords": [
59     "big",
60     "biginteger",
61     "bignumber",
62     "integer"
63   ],
64   "license": "MIT",
65   "main": "index.js",
66   "maintainers": [
67     {
68       "name": "andyperlitch",
69       "email": "andyperlitch@gmail.com"
70     }
71   ],
72   "name": "jsbn",
73   "optionalDependencies": {},
74   "readme": "ERROR: No README data found!",
75   "repository": {
76     "type": "git",
77     "url": "git+https://github.com/andyperlitch/jsbn.git"
78   },
79   "scripts": {
80     "test": "mocha test.js"
81   },
82   "version": "0.1.1"
83 }