Skip to content

Commit f3c43d7

Browse files
authored
chore: clean up deps, remove unnecessary scripts (#2)
1 parent 0c47a5d commit f3c43d7

File tree

2 files changed

+3784
-5707
lines changed

2 files changed

+3784
-5707
lines changed

package.json

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,87 +4,89 @@
44
"homepage": "https://github.com/payloadcms/qs-esm",
55
"version": "7.0.2",
66
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/payloadcms/qs-esm.git"
7+
"type": "git",
8+
"url": "https://github.com/payloadcms/qs-esm.git"
99
},
1010
"type": "module",
11-
"funding": {
12-
"url": "https://github.com/sponsors/ljharb"
13-
},
1411
"main": "lib/index.js",
1512
"types": "lib/index.d.ts",
1613
"sideEffects": false,
14+
"maintainers": [
15+
{
16+
"name": "Payload",
17+
"email": "info@payloadcms.com",
18+
"url": "https://payloadcms.com"
19+
}
20+
],
1721
"contributors": [
18-
{
19-
"name": "Jordan Harband",
20-
"email": "ljharb@gmail.com",
21-
"url": "http://ljharb.codes"
22-
}
22+
{
23+
"name": "Payload",
24+
"email": "info@payloadcms.com",
25+
"url": "https://payloadcms.com"
26+
},
27+
{
28+
"name": "Jordan Harband",
29+
"email": "ljharb@gmail.com",
30+
"url": "http://ljharb.codes"
31+
}
2332
],
2433
"keywords": [
25-
"querystring",
26-
"qs",
27-
"query",
28-
"url",
29-
"parse",
30-
"stringify"
34+
"querystring",
35+
"qs",
36+
"query",
37+
"url",
38+
"parse",
39+
"stringify"
3140
],
3241
"engines": {
33-
"node": ">=18"
42+
"node": ">=18"
3443
},
35-
"files": ["lib", "LICENSE.md", "README.md"],
44+
"files": [
45+
"lib",
46+
"LICENSE.md",
47+
"README.md"
48+
],
3649
"devDependencies": {
37-
"@browserify/envify": "^6.0.0",
38-
"@browserify/uglifyify": "^6.0.0",
39-
"aud": "^2.0.4",
40-
"browserify": "^16.5.2",
41-
"bundle-collapser": "^1.4.0",
42-
"common-shakeify": "~1.0.0",
43-
"eclint": "^2.8.1",
44-
"es-value-fixtures": "^1.4.2",
45-
"@payloadcms/eslint-config": "3.0.0-beta.16",
46-
"prettier": "3.3.2",
47-
"evalmd": "^0.0.19",
48-
"for-each": "^0.3.3",
49-
"glob": "=10.3.7",
50-
"has-override-mistake": "^1.0.1",
51-
"has-property-descriptors": "^1.0.2",
52-
"has-symbols": "^1.0.3",
53-
"iconv-lite": "^0.5.1",
54-
"in-publish": "^2.0.1",
55-
"jackspeak": "=2.1.1",
56-
"mkdirp": "^0.5.5",
57-
"mock-property": "^1.0.3",
58-
"module-deps": "^6.2.3",
59-
"npmignore": "^0.3.1",
60-
"nyc": "^10.3.2",
61-
"object-inspect": "^1.13.1",
62-
"qs-iconv": "^1.0.4",
63-
"safe-publish-latest": "^2.0.0",
64-
"safer-buffer": "^2.1.2",
65-
"tape": "^5.7.5",
66-
"unassertify": "^3.0.1"
50+
"@browserify/envify": "^6.0.0",
51+
"@browserify/uglifyify": "^6.0.0",
52+
"@payloadcms/eslint-config": "3.0.0-beta.16",
53+
"browserify": "^16.5.2",
54+
"bundle-collapser": "^1.4.0",
55+
"common-shakeify": "~1.1.2",
56+
"es-value-fixtures": "^1.7.1",
57+
"for-each": "^0.3.3",
58+
"glob": "=10.4.5",
59+
"has-override-mistake": "^1.0.1",
60+
"has-property-descriptors": "^1.0.2",
61+
"has-symbols": "^1.1.0",
62+
"iconv-lite": "^0.5.1",
63+
"in-publish": "^2.0.1",
64+
"jackspeak": "=2.3.6",
65+
"mkdirp": "^0.5.6",
66+
"mock-property": "^1.1.0",
67+
"module-deps": "^6.2.3",
68+
"npmignore": "^0.3.1",
69+
"nyc": "^10.3.2",
70+
"object-inspect": "^1.13.4",
71+
"prettier": "3.5.3",
72+
"qs-iconv": "^1.0.4",
73+
"safer-buffer": "^2.1.2",
74+
"tape": "^5.9.0",
75+
"unassertify": "^3.0.1"
6776
},
6877
"scripts": {
69-
"prepublishOnly": "safe-publish-latest",
70-
"prepublish": "not-in-publish || pnpm run prepublishOnly",
71-
"pretest": "pnpm run --silent readme && pnpm run --silent lint",
72-
"test": "pnpm run tests-only",
73-
"tests-only": "tape 'test/**/*.cjs'",
74-
"posttest": "aud --production",
75-
"readme": "evalmd README.md",
76-
"postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
77-
"lint": "eslint --ext=js,mjs ."
78+
"test": "tape 'test/**/*.cjs'",
79+
"lint": "eslint --ext=js,mjs ."
7880
},
7981
"license": "BSD-3-Clause",
8082
"publishConfig": {
81-
"ignore": [
82-
"!dist/*",
83-
"bower.json",
84-
"component.json",
85-
".github/workflows",
86-
"logos",
87-
"tea.yaml"
88-
]
83+
"ignore": [
84+
"!dist/*",
85+
"bower.json",
86+
"component.json",
87+
".github/workflows",
88+
"logos",
89+
"tea.yaml"
90+
]
8991
}
9092
}

0 commit comments

Comments
 (0)