Skip to content

Commit 0bc497d

Browse files
committed
[meta] fix package.json indentation
1 parent 597be5a commit 0bc497d

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

package.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"name": "create-hash",
3-
"version": "1.2.0",
4-
"description": "create hashes for browserify",
5-
"browser": "browser.js",
6-
"main": "index.js",
7-
"scripts": {
8-
"prepack": "npmignore --auto --commentLines=autogenerated",
9-
"lint": "eslint --ext=js,mjs .",
10-
"pretest": "npm run lint",
11-
"test": "npm run tests-only",
12-
"tests-only": "tape 'test/**/*.js'",
13-
"posttest": "npx npm@'>=10.2' audit --production"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git@github.com:crypto-browserify/createHash.git"
18-
},
19-
"keywords": [
20-
"crypto"
21-
],
22-
"author": "",
23-
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/crypto-browserify/createHash/issues"
26-
},
27-
"homepage": "https://github.com/crypto-browserify/createHash",
28-
"dependencies": {
29-
"cipher-base": "^1.0.4",
30-
"hash-base": "=3.0.3",
31-
"inherits": "^2.0.4",
32-
"md5.js": "^1.3.5",
33-
"readable-stream": "^2.3.8",
34-
"ripemd160": "^2.0.2",
35-
"safe-buffer": "^5.2.1",
36-
"sha.js": "^2.4.11"
37-
},
38-
"optionalDependencies": {
39-
"@noble/hashes": "^1.3.3"
40-
},
41-
"devDependencies": {
42-
"@ljharb/eslint-config": "^21.1.1",
43-
"eslint": "=8.8.0",
44-
"hash-test-vectors": "^1.3.2",
45-
"npmignore": "^0.3.1",
46-
"tape": "^5.9.0"
47-
},
48-
"publishConfig": {
49-
"ignore": [
50-
".github/workflows"
51-
]
52-
},
53-
"engines": {
54-
"node": ">= 0.8"
55-
}
2+
"name": "create-hash",
3+
"version": "1.2.0",
4+
"description": "create hashes for browserify",
5+
"browser": "browser.js",
6+
"main": "index.js",
7+
"scripts": {
8+
"prepack": "npmignore --auto --commentLines=autogenerated",
9+
"lint": "eslint --ext=js,mjs .",
10+
"pretest": "npm run lint",
11+
"test": "npm run tests-only",
12+
"tests-only": "tape 'test/**/*.js'",
13+
"posttest": "npx npm@'>=10.2' audit --production"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git@github.com:crypto-browserify/createHash.git"
18+
},
19+
"keywords": [
20+
"crypto"
21+
],
22+
"author": "",
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/crypto-browserify/createHash/issues"
26+
},
27+
"homepage": "https://github.com/crypto-browserify/createHash",
28+
"dependencies": {
29+
"cipher-base": "^1.0.4",
30+
"hash-base": "=3.0.3",
31+
"inherits": "^2.0.4",
32+
"md5.js": "^1.3.5",
33+
"readable-stream": "^2.3.8",
34+
"ripemd160": "^2.0.2",
35+
"safe-buffer": "^5.2.1",
36+
"sha.js": "^2.4.11"
37+
},
38+
"optionalDependencies": {
39+
"@noble/hashes": "^1.3.3"
40+
},
41+
"devDependencies": {
42+
"@ljharb/eslint-config": "^21.1.1",
43+
"eslint": "=8.8.0",
44+
"hash-test-vectors": "^1.3.2",
45+
"npmignore": "^0.3.1",
46+
"tape": "^5.9.0"
47+
},
48+
"publishConfig": {
49+
"ignore": [
50+
".github/workflows"
51+
]
52+
},
53+
"engines": {
54+
"node": ">= 0.8"
55+
}
5656
}

0 commit comments

Comments
 (0)