'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
64
65
66
67
68
69
70
{
  "_args": [
    [
      "pixelmatch@4.0.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "pixelmatch@4.0.2",
  "_id": "pixelmatch@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==",
  "_location": "/pixelmatch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pixelmatch@4.0.2",
    "name": "pixelmatch",
    "escapedName": "pixelmatch",
    "rawSpec": "4.0.2",
    "saveSpec": null,
    "fetchSpec": "4.0.2"
  },
  "_requiredBy": [
    "/@jimp/core"
  ],
  "_resolved": "https://registry.npmmirror.com/pixelmatch/-/pixelmatch-4.0.2.tgz",
  "_spec": "4.0.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bin": {
    "pixelmatch": "bin/pixelmatch"
  },
  "bugs": {
    "url": "https://github.com/mapbox/pixelmatch/issues"
  },
  "dependencies": {
    "pngjs": "^3.0.0"
  },
  "description": "The smallest and fastest pixel-level image comparison library.",
  "devDependencies": {
    "eslint": "^3.2.2",
    "eslint-config-mourner": "^2.0.1",
    "tap": "^6.3.0"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "homepage": "https://github.com/mapbox/pixelmatch#readme",
  "keywords": [
    "image",
    "comparison",
    "diff"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "pixelmatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/pixelmatch.git"
  },
  "scripts": {
    "pretest": "eslint index.js bin/pixelmatch test/test.js",
    "test": "tap test/test.js"
  },
  "version": "4.0.2"
}