thedesk/app/node_modules/pixelmatch/package.json
2018-02-19 02:41:25 +09:00

102 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "pixelmatch@^4.0.0",
"scope": null,
"escapedName": "pixelmatch",
"name": "pixelmatch",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\jimp"
]
],
"_from": "pixelmatch@>=4.0.0 <5.0.0",
"_id": "pixelmatch@4.0.2",
"_inCache": true,
"_location": "/pixelmatch",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/pixelmatch-4.0.2.tgz_1470671343818_0.5421545191202313"
},
"_npmUser": {
"name": "mourner",
"email": "agafonkin@gmail.com"
},
"_npmVersion": "2.15.8",
"_phantomChildren": {},
"_requested": {
"raw": "pixelmatch@^4.0.0",
"scope": null,
"escapedName": "pixelmatch",
"name": "pixelmatch",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/jimp"
],
"_resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz",
"_shasum": "8f47dcec5011b477b67db03c243bc1f3085e8854",
"_shrinkwrap": null,
"_spec": "pixelmatch@^4.0.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\jimp",
"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"
},
"directories": {},
"dist": {
"shasum": "8f47dcec5011b477b67db03c243bc1f3085e8854",
"tarball": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz"
},
"eslintConfig": {
"extends": "mourner"
},
"gitHead": "f655632e01f70eaff4e89709f620cede786da808",
"homepage": "https://github.com/mapbox/pixelmatch#readme",
"keywords": [
"image",
"comparison",
"diff"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "mourner",
"email": "agafonkin@gmail.com"
}
],
"name": "pixelmatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}