UNPKG

1.46 kBJSONView Raw
1{
2 "_args": [
3 [
4 "browserify-rsa@4.0.1",
5 "/Users/filipe/Documents/meteor/ws/node-stubs"
6 ]
7 ],
8 "_from": "browserify-rsa@4.0.1",
9 "_id": "browserify-rsa@4.0.1",
10 "_inBundle": false,
11 "_integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
12 "_location": "/browserify-rsa",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "browserify-rsa@4.0.1",
18 "name": "browserify-rsa",
19 "escapedName": "browserify-rsa",
20 "rawSpec": "4.0.1",
21 "saveSpec": null,
22 "fetchSpec": "4.0.1"
23 },
24 "_requiredBy": [
25 "/browserify-sign",
26 "/public-encrypt"
27 ],
28 "_resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
29 "_spec": "4.0.1",
30 "_where": "/Users/filipe/Documents/meteor/ws/node-stubs",
31 "author": "",
32 "bugs": {
33 "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
34 },
35 "dependencies": {
36 "bn.js": "^4.1.0",
37 "randombytes": "^2.0.1"
38 },
39 "description": "RSA for browserify",
40 "devDependencies": {
41 "parse-asn1": "^5.0.0",
42 "tap-spec": "^2.1.2",
43 "tape": "^3.0.3"
44 },
45 "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
46 "license": "MIT",
47 "main": "index.js",
48 "name": "browserify-rsa",
49 "repository": {
50 "type": "git",
51 "url": "git+ssh://git@github.com/crypto-browserify/browserify-rsa.git"
52 },
53 "scripts": {
54 "test": "node test.js | tspec"
55 },
56 "version": "4.0.1"
57}