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
| {
| "_args": [
| [
| "buffer-equal-constant-time@1.0.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "buffer-equal-constant-time@1.0.1",
| "_id": "buffer-equal-constant-time@1.0.1",
| "_inBundle": false,
| "_integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=",
| "_location": "/buffer-equal-constant-time",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "buffer-equal-constant-time@1.0.1",
| "name": "buffer-equal-constant-time",
| "escapedName": "buffer-equal-constant-time",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/jwa"
| ],
| "_resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "GoInstant Inc., a salesforce.com company"
| },
| "bugs": {
| "url": "https://github.com/goinstant/buffer-equal-constant-time/issues"
| },
| "description": "Constant-time comparison of Buffers",
| "devDependencies": {
| "mocha": "~1.15.1"
| },
| "homepage": "https://github.com/goinstant/buffer-equal-constant-time#readme",
| "keywords": [
| "buffer",
| "equal",
| "constant-time",
| "crypto"
| ],
| "license": "BSD-3-Clause",
| "main": "index.js",
| "name": "buffer-equal-constant-time",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/goinstant/buffer-equal-constant-time.git"
| },
| "scripts": {
| "test": "mocha test.js"
| },
| "version": "1.0.1"
| }
|
|