Skip to content

Commit 984c1df

Browse files
committed
chore: reformat code using prettier
1 parent 908786a commit 984c1df

28 files changed

+5150
-5064
lines changed

package-lock.json

Lines changed: 3902 additions & 3902 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
2-
"name": "looks-same",
3-
"version": "7.2.3",
4-
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",
5-
"main": "build/src/index.js",
6-
"files": [
7-
"build/src"
8-
],
9-
"directories": {
10-
"test": "test"
11-
},
12-
"dependencies": {
13-
"color-diff": "^1.1.0",
14-
"concat-stream": "^1.6.2",
15-
"fs-extra": "^8.1.0",
16-
"js-graph-algorithms": "1.0.18",
17-
"lodash": "^4.17.3",
18-
"nested-error-stacks": "^2.1.0",
19-
"parse-color": "^1.0.0",
20-
"pngjs": "^3.3.3"
21-
},
22-
"devDependencies": {
23-
"@types/chai": "^4.2.11",
24-
"@types/mocha": "^7.0.2",
25-
"@types/node": "^8.5.10",
26-
"@types/proxyquire": "^1.3.28",
27-
"@types/sinon": "^9.0.0",
28-
"@types/sinon-chai": "^3.2.4",
29-
"@typescript-eslint/eslint-plugin": "^1.13.0",
30-
"@typescript-eslint/parser": "^1.13.0",
31-
"chai": "^4.1.2",
32-
"chai-as-promised": "^7.1.1",
33-
"copy": "^0.3.2",
34-
"eslint": "^6.8.0",
35-
"eslint-config-gemini-testing": "^2.8.0",
36-
"mocha": "^5.2.0",
37-
"prettier": "^1.17.1",
38-
"proxyquire": "^1.7.10",
39-
"rimraf": "^3.0.2",
40-
"sinon": "^6.1.5",
41-
"sinon-chai": "^3.3.0",
42-
"standard-version": "^7.0.0",
43-
"temp": "^0.8.3",
44-
"typescript": "^3.5.1"
45-
},
46-
"scripts": {
47-
"build": "tsc && copy ./test/data/**/*.png ./src/index.d.ts ./build",
48-
"clean": "rimraf build/ *.tsbuildinfo",
49-
"prepare": "npm run clean && npm run build",
50-
"test": "npm run build && npm run test-unit && npm run lint",
51-
"test-unit": "mocha build/test --recursive --require ./build/test/setup",
52-
"lint": "npm run eslint && npm run style",
53-
"reformat": "eslint src test --ext .ts --fix && prettier --write '**/*.ts' '**/*.json'",
54-
"style": "prettier --check '**/*.ts' '**/*.json'",
55-
"eslint": "eslint src test --ext .ts",
56-
"release": "standard-version"
57-
},
58-
"engines": {
59-
"node": ">= 8.0.0"
60-
},
61-
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
62-
"license": "MIT",
63-
"repository": {
64-
"type": "git",
65-
"url": "https://github.com/gemini-testing/looks-same.git"
66-
},
67-
"keywords": [
68-
"png",
69-
"compare",
70-
"ciede2000",
71-
"diff"
72-
],
73-
"bugs": {
74-
"url": "https://github.com/gemini-testing/looks-same/issues"
75-
},
76-
"homepage": "https://github.com/gemini-testing/looks-same"
2+
"name": "looks-same",
3+
"version": "7.2.2",
4+
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",
5+
"main": "build/src/index.js",
6+
"files": [
7+
"build/src"
8+
],
9+
"directories": {
10+
"test": "test"
11+
},
12+
"dependencies": {
13+
"color-diff": "^1.1.0",
14+
"concat-stream": "^1.6.2",
15+
"fs-extra": "^8.1.0",
16+
"js-graph-algorithms": "1.0.18",
17+
"lodash": "^4.17.3",
18+
"nested-error-stacks": "^2.1.0",
19+
"parse-color": "^1.0.0",
20+
"pngjs": "^3.3.3"
21+
},
22+
"devDependencies": {
23+
"@types/chai": "^4.2.11",
24+
"@types/mocha": "^7.0.2",
25+
"@types/node": "^8.5.10",
26+
"@types/proxyquire": "^1.3.28",
27+
"@types/sinon": "^9.0.0",
28+
"@types/sinon-chai": "^3.2.4",
29+
"@typescript-eslint/eslint-plugin": "^1.13.0",
30+
"@typescript-eslint/parser": "^1.13.0",
31+
"chai": "^4.1.2",
32+
"chai-as-promised": "^7.1.1",
33+
"copy": "^0.3.2",
34+
"eslint": "^6.8.0",
35+
"eslint-config-gemini-testing": "^2.8.0",
36+
"mocha": "^5.2.0",
37+
"prettier": "^1.17.1",
38+
"proxyquire": "^1.7.10",
39+
"rimraf": "^3.0.2",
40+
"sinon": "^6.1.5",
41+
"sinon-chai": "^3.3.0",
42+
"standard-version": "^7.0.0",
43+
"temp": "^0.8.3",
44+
"typescript": "^3.5.1"
45+
},
46+
"scripts": {
47+
"build": "tsc && copy ./test/data/**/*.png ./src/index.d.ts ./build",
48+
"clean": "rimraf build/ *.tsbuildinfo",
49+
"prepare": "npm run clean && npm run build",
50+
"test": "npm run build && npm run test-unit && npm run lint",
51+
"test-unit": "mocha build/test --recursive --require ./build/test/setup",
52+
"lint": "npm run eslint && npm run style",
53+
"reformat": "eslint src test --ext .ts --fix && prettier --write '**/*.ts' '**/*.json'",
54+
"style": "prettier --check '**/*.ts' '**/*.json'",
55+
"eslint": "eslint src test --ext .ts",
56+
"release": "standard-version"
57+
},
58+
"engines": {
59+
"node": ">= 8.0.0"
60+
},
61+
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
62+
"license": "MIT",
63+
"repository": {
64+
"type": "git",
65+
"url": "https://github.com/gemini-testing/looks-same.git"
66+
},
67+
"keywords": [
68+
"png",
69+
"compare",
70+
"ciede2000",
71+
"diff"
72+
],
73+
"bugs": {
74+
"url": "https://github.com/gemini-testing/looks-same/issues"
75+
},
76+
"homepage": "https://github.com/gemini-testing/looks-same"
7777
}

0 commit comments

Comments
 (0)