source: trip-planner-front/node_modules/jsbn/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "jsbn@0.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "jsbn@0.1.1",
10 "_id": "jsbn@0.1.1",
11 "_inBundle": false,
12 "_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
13 "_location": "/jsbn",
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 "/ecc-jsbn",
27 "/sshpk"
28 ],
29 "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
30 "_spec": "0.1.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Tom Wu"
34 },
35 "bugs": {
36 "url": "https://github.com/andyperlitch/jsbn/issues"
37 },
38 "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.",
39 "homepage": "https://github.com/andyperlitch/jsbn#readme",
40 "keywords": [
41 "biginteger",
42 "bignumber",
43 "big",
44 "integer"
45 ],
46 "license": "MIT",
47 "main": "index.js",
48 "name": "jsbn",
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/andyperlitch/jsbn.git"
52 },
53 "scripts": {
54 "test": "mocha test.js"
55 },
56 "version": "0.1.1"
57}
Note: See TracBrowser for help on using the repository browser.