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/bcrypt-pbkdf/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "bcrypt-pbkdf@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "bcrypt-pbkdf@1.0.2",
     10  "_id": "bcrypt-pbkdf@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
     13  "_location": "/bcrypt-pbkdf",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "bcrypt-pbkdf@1.0.2",
     19    "name": "bcrypt-pbkdf",
     20    "escapedName": "bcrypt-pbkdf",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/sshpk"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "bugs": {
     32    "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
     33  },
     34  "dependencies": {
     35    "tweetnacl": "^0.14.3"
     36  },
     37  "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
     38  "devDependencies": {},
     39  "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
     40  "license": "BSD-3-Clause",
     41  "main": "index.js",
    242  "name": "bcrypt-pbkdf",
    3   "version": "1.0.2",
    4   "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
    543  "repository": {
    644    "type": "git",
    745    "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
    846  },
    9   "main": "index.js",
    10   "dependencies": {
    11     "tweetnacl": "^0.14.3"
    12   },
    13   "devDependencies": {},
    14   "license": "BSD-3-Clause"
     47  "version": "1.0.2"
    1548}
Note: See TracChangeset for help on using the changeset viewer.