|
4 | 4 | "homepage": "https://github.com/payloadcms/qs-esm", |
5 | 5 | "version": "7.0.2", |
6 | 6 | "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" |
9 | 9 | }, |
10 | 10 | "type": "module", |
11 | | - "funding": { |
12 | | - "url": "https://github.com/sponsors/ljharb" |
13 | | - }, |
14 | 11 | "main": "lib/index.js", |
15 | 12 | "types": "lib/index.d.ts", |
16 | 13 | "sideEffects": false, |
| 14 | + "maintainers": [ |
| 15 | + { |
| 16 | + "name": "Payload", |
| 17 | + "email": "info@payloadcms.com", |
| 18 | + "url": "https://payloadcms.com" |
| 19 | + } |
| 20 | + ], |
17 | 21 | "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 | + } |
23 | 32 | ], |
24 | 33 | "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" |
31 | 40 | ], |
32 | 41 | "engines": { |
33 | | - "node": ">=18" |
| 42 | + "node": ">=18" |
34 | 43 | }, |
35 | | - "files": ["lib", "LICENSE.md", "README.md"], |
| 44 | + "files": [ |
| 45 | + "lib", |
| 46 | + "LICENSE.md", |
| 47 | + "README.md" |
| 48 | + ], |
36 | 49 | "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" |
67 | 76 | }, |
68 | 77 | "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 ." |
78 | 80 | }, |
79 | 81 | "license": "BSD-3-Clause", |
80 | 82 | "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 | + ] |
89 | 91 | } |
90 | 92 | } |
0 commit comments