Skip to content

Commit a9f44d5

Browse files
committed
[meta] sort package.json
1 parent 74551e4 commit a9f44d5

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

package.json

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@
33
"version": "1.1.1",
44
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
55
"main": "index.js",
6-
"dependencies": {
7-
"call-bind": "^1.0.7",
8-
"isarray": "^2.0.5",
9-
"jsonify": "^0.0.1",
10-
"object-keys": "^1.1.1"
11-
},
12-
"devDependencies": {
13-
"@ljharb/eslint-config": "^21.1.0",
14-
"auto-changelog": "^2.4.0",
15-
"eslint": "=8.8.0",
16-
"in-publish": "^2.0.1",
17-
"npmignore": "^0.3.1",
18-
"safe-publish-latest": "^2.0.0",
19-
"tape": "^5.7.5"
20-
},
216
"scripts": {
227
"prepack": "npmignore --auto --commentLines=autogenerated",
238
"prepublishOnly": "safe-publish-latest",
@@ -30,23 +15,10 @@
3015
"version": "auto-changelog && git add CHANGELOG.md",
3116
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3217
},
33-
"testling": {
34-
"files": "test/*.js",
35-
"browsers": [
36-
"ie/8..latest",
37-
"ff/5",
38-
"ff/latest",
39-
"chrome/15",
40-
"chrome/latest",
41-
"safari/latest",
42-
"opera/latest"
43-
]
44-
},
4518
"repository": {
4619
"type": "git",
4720
"url": "git://github.com/ljharb/json-stable-stringify.git"
4821
},
49-
"homepage": "https://github.com/ljharb/json-stable-stringify",
5022
"keywords": [
5123
"json",
5224
"stringify",
@@ -60,13 +32,35 @@
6032
"email": "[email protected]",
6133
"url": "http://substack.net"
6234
},
35+
"license": "MIT",
36+
"bugs": {
37+
"url": "https://github.com/ljharb/json-stable-stringify/issues"
38+
},
39+
"homepage": "https://github.com/ljharb/json-stable-stringify",
6340
"funding": {
6441
"url": "https://github.com/sponsors/ljharb"
6542
},
66-
"license": "MIT",
43+
"dependencies": {
44+
"call-bind": "^1.0.7",
45+
"isarray": "^2.0.5",
46+
"jsonify": "^0.0.1",
47+
"object-keys": "^1.1.1"
48+
},
49+
"devDependencies": {
50+
"@ljharb/eslint-config": "^21.1.0",
51+
"auto-changelog": "^2.4.0",
52+
"eslint": "=8.8.0",
53+
"in-publish": "^2.0.1",
54+
"npmignore": "^0.3.1",
55+
"safe-publish-latest": "^2.0.0",
56+
"tape": "^5.7.5"
57+
},
6758
"engines": {
6859
"node": ">= 0.4"
6960
},
61+
"testling": {
62+
"files": "test/*.js"
63+
},
7064
"auto-changelog": {
7165
"output": "CHANGELOG.md",
7266
"template": "keepachangelog",

0 commit comments

Comments
 (0)