UNPKG

1.33 kBJSONView Raw
1{
2 "_args": [
3 [
4 "jsbn@0.1.1",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "jsbn@0.1.1",
9 "_id": "jsbn@0.1.1",
10 "_inBundle": false,
11 "_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
12 "_location": "/jsbn",
13 "_optional": true,
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "jsbn@0.1.1",
19 "name": "jsbn",
20 "escapedName": "jsbn",
21 "rawSpec": "0.1.1",
22 "saveSpec": null,
23 "fetchSpec": "0.1.1"
24 },
25 "_requiredBy": [],
26 "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
27 "_spec": "0.1.1",
28 "_where": "/Users/eshanker/Code/fsevents",
29 "author": {
30 "name": "Tom Wu"
31 },
32 "bugs": {
33 "url": "https://github.com/andyperlitch/jsbn/issues"
34 },
35 "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.",
36 "homepage": "https://github.com/andyperlitch/jsbn#readme",
37 "keywords": [
38 "biginteger",
39 "bignumber",
40 "big",
41 "integer"
42 ],
43 "license": "MIT",
44 "main": "index.js",
45 "name": "jsbn",
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/andyperlitch/jsbn.git"
49 },
50 "scripts": {
51 "test": "mocha test.js"
52 },
53 "version": "0.1.1"
54}