[eslint] fix package.json indentation · browserify/sha.js@df9d521
11{
2- "name": "sha.js",
3- "description": "Streamable SHA hashes in pure javascript",
4- "version": "2.4.11",
5- "homepage": "https://github.com/crypto-browserify/sha.js",
6- "repository": {
7- "type": "git",
8- "url": "git://github.com/crypto-browserify/sha.js.git"
9- },
10- "dependencies": {
11- "inherits": "^2.0.4",
12- "safe-buffer": "^5.2.1",
13- "to-buffer": "^1.2.0"
14- },
15- "devDependencies": {
16- "@ljharb/eslint-config": "^21.2.0",
17- "auto-changelog": "^2.5.0",
18- "encoding": "^0.1.13",
19- "eslint": "=8.8.0",
20- "hash-test-vectors": "^1.3.2",
21- "npmignore": "^0.3.1",
22- "tape": "^5.9.0",
23- "typedarray": "^0.0.7"
24- },
25- "bin": "./bin.js",
26- "scripts": {
27- "prepack": "npmignore --auto --commentLines=autogenerated",
28- "lint": "eslint --ext=js,mjs .",
29- "pretest": "npm run lint",
30- "test": "npm run tests-only",
31- "tests-only": "tape 'test/**/*.js'",
32- "posttest": "npx npm@'>= 10.2' audit --production",
33- "version": "auto-changelog && git add CHANGELOG.md",
34- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
35- },
36- "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
37- "license": "(MIT AND BSD-3-Clause)",
38- "engines": {
39- "node": ">= 0.10"
40- },
41- "auto-changelog": {
42- "output": "CHANGELOG.md",
43- "template": "keepachangelog",
44- "unreleased": false,
45- "commitLimit": false,
46- "backfillLimit": false,
47- "hideCredit": true
48- },
49- "publishConfig": {
50- "ignore": [
51- ".github/workflows",
52- ".github"
53- ]
54- }
2+ "name": "sha.js",
3+ "description": "Streamable SHA hashes in pure javascript",
4+ "version": "2.4.11",
5+ "homepage": "https://github.com/crypto-browserify/sha.js",
6+ "repository": {
7+ "type": "git",
8+ "url": "git://github.com/crypto-browserify/sha.js.git"
9+ },
10+ "dependencies": {
11+ "inherits": "^2.0.4",
12+ "safe-buffer": "^5.2.1",
13+ "to-buffer": "^1.2.0"
14+ },
15+ "devDependencies": {
16+ "@ljharb/eslint-config": "^21.2.0",
17+ "auto-changelog": "^2.5.0",
18+ "encoding": "^0.1.13",
19+ "eslint": "=8.8.0",
20+ "hash-test-vectors": "^1.3.2",
21+ "npmignore": "^0.3.1",
22+ "tape": "^5.9.0",
23+ "typedarray": "^0.0.7"
24+ },
25+ "bin": "./bin.js",
26+ "scripts": {
27+ "prepack": "npmignore --auto --commentLines=autogenerated",
28+ "lint": "eslint --ext=js,mjs .",
29+ "pretest": "npm run lint",
30+ "test": "npm run tests-only",
31+ "tests-only": "tape 'test/**/*.js'",
32+ "posttest": "npx npm@'>= 10.2' audit --production",
33+ "version": "auto-changelog && git add CHANGELOG.md",
34+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
35+ },
36+ "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
37+ "license": "(MIT AND BSD-3-Clause)",
38+ "engines": {
39+ "node": ">= 0.10"
40+ },
41+ "auto-changelog": {
42+ "output": "CHANGELOG.md",
43+ "template": "keepachangelog",
44+ "unreleased": false,
45+ "commitLimit": false,
46+ "backfillLimit": false,
47+ "hideCredit": true
48+ },
49+ "publishConfig": {
50+ "ignore": [
51+ ".github/workflows",
52+ ".github"
53+ ]
54+ }
5555}