Changeset 59329aa for trip-planner-front/node_modules/jsbn
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/jsbn/package.json
rceaed42 r59329aa 1 1 { 2 "name": "jsbn", 3 "version": "0.1.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 }, 4 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.", 5 "main": "index.js", 6 "scripts": { 7 "test": "mocha test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/andyperlitch/jsbn.git" 12 }, 39 "homepage": "https://github.com/andyperlitch/jsbn#readme", 13 40 "keywords": [ 14 41 "biginteger", … … 17 44 "integer" 18 45 ], 19 "author": "Tom Wu", 20 "license": "MIT" 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" 21 57 }
Note:
See TracChangeset
for help on using the changeset viewer.