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
| {
| "_args": [
| [
| "scmp@2.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "scmp@2.0.0",
| "_id": "scmp@2.0.0",
| "_inBundle": false,
| "_integrity": "sha1-JHEQ7yLM+JexOj8KvdtSeCOTzWo=",
| "_location": "/scmp",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "scmp@2.0.0",
| "name": "scmp",
| "escapedName": "scmp",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/egg-cookies"
| ],
| "_resolved": "https://registry.npmjs.org/scmp/-/scmp-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Sean Lavine"
| },
| "bugs": {
| "url": "https://github.com/freewil/scmp/issues"
| },
| "dependencies": {},
| "description": "safe, constant-time comparison of Buffers",
| "devDependencies": {
| "matcha": "^0.7.0",
| "mocha": "^3.1.2",
| "safe-buffer": "^5.0.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": "matcha",
| "test": "mocha"
| },
| "version": "2.0.0"
| }
|
|