package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "pixelmatch@^4.0.2",
  3. "_id": "pixelmatch@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==",
  6. "_location": "/pixelmatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pixelmatch@^4.0.2",
  12. "name": "pixelmatch",
  13. "escapedName": "pixelmatch",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/pixelmatch/-/pixelmatch-4.0.2.tgz",
  22. "_shasum": "8f47dcec5011b477b67db03c243bc1f3085e8854",
  23. "_spec": "pixelmatch@^4.0.2",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
  25. "author": {
  26. "name": "Vladimir Agafonkin"
  27. },
  28. "bin": {
  29. "pixelmatch": "bin/pixelmatch"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mapbox/pixelmatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "pngjs": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "The smallest and fastest pixel-level image comparison library.",
  40. "devDependencies": {
  41. "eslint": "^3.2.2",
  42. "eslint-config-mourner": "^2.0.1",
  43. "tap": "^6.3.0"
  44. },
  45. "eslintConfig": {
  46. "extends": "mourner"
  47. },
  48. "homepage": "https://github.com/mapbox/pixelmatch#readme",
  49. "keywords": [
  50. "image",
  51. "comparison",
  52. "diff"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "pixelmatch",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/mapbox/pixelmatch.git"
  60. },
  61. "scripts": {
  62. "pretest": "eslint index.js bin/pixelmatch test/test.js",
  63. "test": "tap test/test.js"
  64. },
  65. "version": "4.0.2"
  66. }