'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
{
  "_args": [
    [
      "keygrip@1.1.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "keygrip@1.1.0",
  "_id": "keygrip@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
  "_location": "/keygrip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "keygrip@1.1.0",
    "name": "keygrip",
    "escapedName": "keygrip",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/cookies"
  ],
  "_resolved": "https://registry.npmmirror.com/keygrip/-/keygrip-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/crypto-utils/keygrip/issues"
  },
  "dependencies": {
    "tsscmp": "1.0.6"
  },
  "description": "Key signing and verification for rotated credentials",
  "devDependencies": {
    "mocha": "6.1.4",
    "nyc": "14.0.0"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/crypto-utils/keygrip#readme",
  "license": "MIT",
  "name": "keygrip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-utils/keygrip.git"
  },
  "scripts": {
    "test": "mocha --reporter spec test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  },
  "version": "1.1.0"
}