source: trip-planner-front/node_modules/selfsigned/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "selfsigned@1.10.11",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "selfsigned@1.10.11",
10 "_id": "selfsigned@1.10.11",
11 "_inBundle": false,
12 "_integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
13 "_location": "/selfsigned",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "selfsigned@1.10.11",
19 "name": "selfsigned",
20 "escapedName": "selfsigned",
21 "rawSpec": "1.10.11",
22 "saveSpec": null,
23 "fetchSpec": "1.10.11"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
29 "_spec": "1.10.11",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "José F. Romaniello",
33 "email": "jfromaniello@gmail.com",
34 "url": "http://joseoncode.com"
35 },
36 "bugs": {
37 "url": "https://github.com/jfromaniello/selfsigned/issues"
38 },
39 "contributors": [
40 {
41 "name": "Paolo Fragomeni",
42 "email": "paolo@async.ly",
43 "url": "http://async.ly"
44 },
45 {
46 "name": "Charles Bushong",
47 "email": "bushong1@gmail.com",
48 "url": "http://github.com/bushong1"
49 }
50 ],
51 "dependencies": {
52 "node-forge": "^0.10.0"
53 },
54 "description": "Generate self signed certificates private and public keys",
55 "devDependencies": {
56 "chai": "^4.3.4",
57 "mocha": "^8.3.2"
58 },
59 "homepage": "https://github.com/jfromaniello/selfsigned#readme",
60 "keywords": [
61 "openssl",
62 "self",
63 "signed",
64 "certificates"
65 ],
66 "license": "MIT",
67 "main": "index.js",
68 "name": "selfsigned",
69 "repository": {
70 "type": "git",
71 "url": "git://github.com/jfromaniello/selfsigned.git"
72 },
73 "scripts": {
74 "test": "mocha -t 5000"
75 },
76 "version": "1.10.11"
77}
Note: See TracBrowser for help on using the repository browser.