74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pixelmatch@5.2.1",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "pixelmatch@5.2.1",
|
|
"_id": "pixelmatch@5.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==",
|
|
"_location": "/pixelmatch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pixelmatch@5.2.1",
|
|
"name": "pixelmatch",
|
|
"escapedName": "pixelmatch",
|
|
"rawSpec": "5.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@playwright/test"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.2.1.tgz",
|
|
"_spec": "5.2.1",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bin": {
|
|
"pixelmatch": "bin/pixelmatch"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mapbox/pixelmatch/issues"
|
|
},
|
|
"dependencies": {
|
|
"pngjs": "^4.0.1"
|
|
},
|
|
"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"
|
|
}
|