wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "_args": [
    [
      {
        "raw": "bcrypt-pbkdf@^1.0.0",
        "scope": null,
        "escapedName": "bcrypt-pbkdf",
        "name": "bcrypt-pbkdf",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/root/rushmail/node_modules/sshpk"
    ]
  ],
  "_from": "bcrypt-pbkdf@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "bcrypt-pbkdf@1.0.2",
  "_inCache": true,
  "_location": "/bcrypt-pbkdf",
  "_nodeVersion": "0.12.18",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bcrypt-pbkdf_1.0.2_1530232438519_0.6464853720318084"
  },
  "_npmUser": {
    "name": "arekinath",
    "email": "alex@cooperi.net"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bcrypt-pbkdf@^1.0.0",
    "scope": null,
    "escapedName": "bcrypt-pbkdf",
    "name": "bcrypt-pbkdf",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/sshpk"
  ],
  "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  "_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
  "_shrinkwrap": null,
  "_spec": "bcrypt-pbkdf@^1.0.0",
  "_where": "/root/rushmail/node_modules/sshpk",
  "bugs": {
    "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
  },
  "dependencies": {
    "tweetnacl": "^0.14.3"
  },
  "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
    "tarball": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
    "fileCount": 5,
    "unpackedSize": 28994
  },
  "gitHead": "15fa7399a1090ba70d855764f7ace23003bf45f3",
  "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "arekinath",
      "email": "alex@cooperi.net"
    },
    {
      "name": "dap",
      "email": "dap@cs.brown.edu"
    },
    {
      "name": "jclulow",
      "email": "josh@sysmgr.org"
    },
    {
      "name": "trentm",
      "email": "trentm@gmail.com"
    }
  ],
  "name": "bcrypt-pbkdf",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
  },
  "scripts": {},
  "version": "1.0.2"
}