|
3 | 3 | "version": "1.1.1",
|
4 | 4 | "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
|
5 | 5 | "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 |
| - }, |
21 | 6 | "scripts": {
|
22 | 7 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
23 | 8 | "prepublishOnly": "safe-publish-latest",
|
|
30 | 15 | "version": "auto-changelog && git add CHANGELOG.md",
|
31 | 16 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
32 | 17 | },
|
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 |
| - }, |
45 | 18 | "repository": {
|
46 | 19 | "type": "git",
|
47 | 20 | "url": "git://github.com/ljharb/json-stable-stringify.git"
|
48 | 21 | },
|
49 |
| - "homepage": "https://github.com/ljharb/json-stable-stringify", |
50 | 22 | "keywords": [
|
51 | 23 | "json",
|
52 | 24 | "stringify",
|
|
60 | 32 |
|
61 | 33 | "url": "http://substack.net"
|
62 | 34 | },
|
| 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", |
63 | 40 | "funding": {
|
64 | 41 | "url": "https://github.com/sponsors/ljharb"
|
65 | 42 | },
|
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 | + }, |
67 | 58 | "engines": {
|
68 | 59 | "node": ">= 0.4"
|
69 | 60 | },
|
| 61 | + "testling": { |
| 62 | + "files": "test/*.js" |
| 63 | + }, |
70 | 64 | "auto-changelog": {
|
71 | 65 | "output": "CHANGELOG.md",
|
72 | 66 | "template": "keepachangelog",
|
|
0 commit comments