source: trip-planner-front/node_modules/bcrypt-pbkdf/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
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",
42 "name": "bcrypt-pbkdf",
43 "repository": {
44 "type": "git",
45 "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
46 },
47 "version": "1.0.2"
48}
Note: See TracBrowser for help on using the repository browser.