WIP - add extractor, generate snippet_data
This commit is contained in:
66
node_modules/pixelmatch/package.json
generated
vendored
Normal file
66
node_modules/pixelmatch/package.json
generated
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"_from": "pixelmatch@^4.0.2",
|
||||
"_id": "pixelmatch@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=",
|
||||
"_location": "/pixelmatch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz",
|
||||
"_shasum": "8f47dcec5011b477b67db03c243bc1f3085e8854",
|
||||
"_spec": "pixelmatch@^4.0.2",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@jimp/core",
|
||||
"author": {
|
||||
"name": "Vladimir Agafonkin"
|
||||
},
|
||||
"bin": {
|
||||
"pixelmatch": "bin/pixelmatch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mapbox/pixelmatch/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"pngjs": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user