Skip to content

Commit 60eb8f3

Browse files
committed
[meta] fix package.json indentation
1 parent b5a64da commit 60eb8f3

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "parse-asn1",
3-
"version": "5.1.6",
4-
"description": "utility library for parsing asn1 files for use with browserify-sign.",
5-
"main": "index.js",
6-
"files": [
7-
"asn1.js",
8-
"aesid.json",
9-
"certificate.js",
10-
"fixProc.js",
11-
"index.js"
12-
],
13-
"scripts": {
14-
"lint": "eslint --ext=js,mjs .",
15-
"tests-only": "tape 'test/**/*.js'",
16-
"pretest": "npm run lint",
17-
"test": "npm run tests-only",
18-
"posttest": "aud --production"
19-
},
20-
"repository": {
21-
"type": "git",
22-
"url": "git://github.com/crypto-browserify/parse-asn1.git"
23-
},
24-
"author": "",
25-
"license": "ISC",
26-
"dependencies": {
27-
"asn1.js": "^4.10.1",
28-
"browserify-aes": "^1.2.0",
29-
"evp_bytestokey": "^1.0.3",
30-
"hash-base": "~3.0",
31-
"pbkdf2": "^3.1.2",
32-
"safe-buffer": "^5.2.1"
33-
},
34-
"devDependencies": {
35-
"@ljharb/eslint-config": "^21.1.0",
36-
"aud": "^2.0.4",
37-
"eslint": "=8.8.0",
38-
"tape": "^5.7.5"
39-
},
40-
"engines": {
41-
"node": ">= 0.10"
42-
}
2+
"name": "parse-asn1",
3+
"version": "5.1.6",
4+
"description": "utility library for parsing asn1 files for use with browserify-sign.",
5+
"main": "index.js",
6+
"files": [
7+
"asn1.js",
8+
"aesid.json",
9+
"certificate.js",
10+
"fixProc.js",
11+
"index.js"
12+
],
13+
"scripts": {
14+
"lint": "eslint --ext=js,mjs .",
15+
"tests-only": "tape 'test/**/*.js'",
16+
"pretest": "npm run lint",
17+
"test": "npm run tests-only",
18+
"posttest": "aud --production"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/crypto-browserify/parse-asn1.git"
23+
},
24+
"author": "",
25+
"license": "ISC",
26+
"dependencies": {
27+
"asn1.js": "^4.10.1",
28+
"browserify-aes": "^1.2.0",
29+
"evp_bytestokey": "^1.0.3",
30+
"hash-base": "~3.0",
31+
"pbkdf2": "^3.1.2",
32+
"safe-buffer": "^5.2.1"
33+
},
34+
"devDependencies": {
35+
"@ljharb/eslint-config": "^21.1.0",
36+
"aud": "^2.0.4",
37+
"eslint": "=8.8.0",
38+
"tape": "^5.7.5"
39+
},
40+
"engines": {
41+
"node": ">= 0.10"
42+
}
4343
}

0 commit comments

Comments
 (0)