Skip to content

Commit 5c02918

Browse files
committed
[meta] fix package.json indentation
1 parent 8fd1364 commit 5c02918

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "cipher-base",
3-
"version": "1.0.4",
4-
"description": "abstract base class for crypto-streams",
5-
"main": "index.js",
6-
"scripts": {
7-
"lint": "eslint --ext=js,.mjs .",
8-
"pretest": "npm run lint",
9-
"test": "npm run tests-only",
10-
"tests-only": "tape 'test/**/*.js'",
11-
"posttest": "npx npm@'>=10.2' audit --production"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git+https://github.com/crypto-browserify/cipher-base.git"
16-
},
17-
"keywords": [
18-
"cipher",
19-
"stream"
20-
],
21-
"author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
22-
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/crypto-browserify/cipher-base/issues"
25-
},
26-
"homepage": "https://github.com/crypto-browserify/cipher-base#readme",
27-
"dependencies": {
28-
"inherits": "^2.0.4",
29-
"safe-buffer": "^5.2.1"
30-
},
31-
"devDependencies": {
32-
"@ljharb/eslint-config": "^21.1.1",
33-
"eslint": "=8.8.0",
34-
"tape": "^5.9.0"
35-
},
36-
"engines": {
37-
"node": ">= 0.10"
38-
}
2+
"name": "cipher-base",
3+
"version": "1.0.4",
4+
"description": "abstract base class for crypto-streams",
5+
"main": "index.js",
6+
"scripts": {
7+
"lint": "eslint --ext=js,.mjs .",
8+
"pretest": "npm run lint",
9+
"test": "npm run tests-only",
10+
"tests-only": "tape 'test/**/*.js'",
11+
"posttest": "npx npm@'>=10.2' audit --production"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/crypto-browserify/cipher-base.git"
16+
},
17+
"keywords": [
18+
"cipher",
19+
"stream"
20+
],
21+
"author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/crypto-browserify/cipher-base/issues"
25+
},
26+
"homepage": "https://github.com/crypto-browserify/cipher-base#readme",
27+
"dependencies": {
28+
"inherits": "^2.0.4",
29+
"safe-buffer": "^5.2.1"
30+
},
31+
"devDependencies": {
32+
"@ljharb/eslint-config": "^21.1.1",
33+
"eslint": "=8.8.0",
34+
"tape": "^5.9.0"
35+
},
36+
"engines": {
37+
"node": ">= 0.10"
38+
}
3939
}

0 commit comments

Comments
 (0)