Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/selfsigned/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "selfsigned",
    3   "version": "1.10.11",
    4   "description": "Generate self signed certificates private and public keys",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "mocha -t 5000"
     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"
    824  },
    9   "repository": {
    10     "type": "git",
    11     "url": "git://github.com/jfromaniello/selfsigned.git"
     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"
    1235  },
    13   "keywords": [
    14     "openssl",
    15     "self",
    16     "signed",
    17     "certificates"
    18   ],
    19   "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
     36  "bugs": {
     37    "url": "https://github.com/jfromaniello/selfsigned/issues"
     38  },
    2039  "contributors": [
    2140    {
     
    3049    }
    3150  ],
    32   "license": "MIT",
    3351  "dependencies": {
    3452    "node-forge": "^0.10.0"
    3553  },
     54  "description": "Generate self signed certificates private and public keys",
    3655  "devDependencies": {
    3756    "chai": "^4.3.4",
    3857    "mocha": "^8.3.2"
    39   }
     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"
    4077}
Note: See TracChangeset for help on using the changeset viewer.