@duetds/date-picker
Version:
Duet Date Picker is an open source version of Duet Design System’s accessible date picker.
70 lines (69 loc) • 1.81 kB
JSON
{
"_from": "pixelmatch@^5.1.0",
"_id": "pixelmatch@5.2.1",
"_inBundle": false,
"_integrity": "sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==",
"_location": "/pixelmatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pixelmatch@^5.1.0",
"name": "pixelmatch",
"escapedName": "pixelmatch",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/jest-image-snapshot"
],
"_resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.2.1.tgz",
"_shasum": "9e4e4f4aa59648208a31310306a5bed5522b0d65",
"_spec": "pixelmatch@^5.1.0",
"_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest-image-snapshot",
"author": {
"name": "Vladimir Agafonkin"
},
"bin": {
"pixelmatch": "bin/pixelmatch"
},
"bugs": {
"url": "https://github.com/mapbox/pixelmatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"pngjs": "^4.0.1"
},
"deprecated": false,
"description": "The smallest and fastest pixel-level image comparison library.",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-mourner": "^3.0.0",
"tape": "^4.13.2"
},
"eslintConfig": {
"extends": "mourner"
},
"files": [
"bin/pixelmatch"
],
"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": "node test/test.js"
},
"version": "5.2.1"
}