package.json
1.69 KB
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
{
"_from": "scmp@^2.1.0",
"_id": "scmp@2.1.0",
"_inBundle": false,
"_integrity": "sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==",
"_location": "/scmp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "scmp@^2.1.0",
"name": "scmp",
"escapedName": "scmp",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/passport-local-mongoose"
],
"_resolved": "https://registry.npmjs.org/scmp/-/scmp-2.1.0.tgz",
"_shasum": "37b8e197c425bdeb570ab91cc356b311a11f9c9a",
"_spec": "scmp@^2.1.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/passport-local-mongoose",
"author": {
"name": "Sean Lavine"
},
"bugs": {
"url": "https://github.com/freewil/scmp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "safe, constant-time comparison of Buffers",
"devDependencies": {
"benchmark": "^2.1.4",
"mocha": "^6.2.0",
"safe-buffer": "^5.1.2",
"standard": "^14.3.1"
},
"homepage": "https://github.com/freewil/scmp#readme",
"keywords": [
"safe-compare",
"compare",
"time-equivalent-comparison",
"time equivalent",
"constant-time",
"constant time"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "scmp",
"repository": {
"type": "git",
"url": "git://github.com/freewil/scmp.git"
},
"scripts": {
"posttest": "node benchmark/benchmark.js && node benchmark/crypto-check.js",
"pretest": "standard --verbose",
"test": "mocha"
},
"version": "2.1.0"
}