forked from package-url/packageurl-js
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 5.86 KB
/
Copy pathpackage.json
File metadata and controls
170 lines (170 loc) · 5.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "@socketregistry/packageurl-js",
"version": "1.5.0",
"description": "Socket.dev optimized package override for packageurl-js",
"keywords": [
"Socket.dev",
"package-overrides"
],
"homepage": "https://github.com/SocketDev/socket-packageurl-js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SocketDev/socket-packageurl-js.git"
},
"files": [
"dist/**/*",
"data/**/*.json",
"CHANGELOG.md"
],
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.js"
},
"./exists": {
"types": "./dist/exists.d.mts",
"default": "./dist/exists.js"
},
"./data/npm/builtin-names.json": "./data/npm/builtin-names.json",
"./data/npm/legacy-names.json": "./data/npm/legacy-names.json",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "node scripts/build.mts",
"bump": "node scripts/bump.mts",
"check": "node scripts/fleet/check.mts",
"check:paths": "node scripts/fleet/check/paths-are-canonical.mts",
"check:purlerror-messages-are-lowercase": "node scripts/repo/check/purlerror-messages-are-lowercase.mts",
"ci:validate": "node scripts/ci-validate.mts",
"clean": "node -e \"require('node:fs').rmSync('node_modules/.cache', { recursive: true, force: true })\"",
"cover": "node scripts/fleet/cover.mts",
"fix": "node scripts/fleet/fix.mts",
"format": "node scripts/fleet/format.mts",
"format:check": "node scripts/fleet/format.mts --check",
"lint": "node scripts/fleet/lint.mts",
"security": "node scripts/fleet/security.mts",
"precommit": "pnpm run check --lint --staged",
"prepare": "node scripts/fleet/install-git-hooks.mts",
"prepublishOnly": "echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1",
"publish": "node scripts/fleet/npm-publish.mts",
"publish:ci": "node scripts/fleet/npm-publish.mts --tag ${DIST_TAG:-latest}",
"claude": "node scripts/claude.mts",
"test": "node scripts/fleet/test.mts",
"test:val": "node --test val/*.test.ts",
"type": "tsgo --noEmit -p tsconfig.check.json",
"update": "node scripts/fleet/update.mts",
"update:data:npm": "node scripts/update-data-npm.mts",
"sync-purl-spec": "node scripts/repo/sync-purl-spec.mts",
"tour": "node scripts/tour.mts",
"tour:build": "node scripts/tour.mts generate tour.json",
"tour:serve": "node scripts/tour.mts serve",
"tour:watch": "node scripts/tour.mts watch tour.json",
"tour:valtown": "node scripts/tour.mts valtown",
"lockstep": "node scripts/fleet/lockstep.mts",
"lockstep:emit-schema": "node scripts/fleet/lockstep-emit-schema.mts",
"setup-security-tools": "node .claude/hooks/fleet/setup-security-tools/install.mts",
"ci:local": "node scripts/fleet/agent-ci-skip-locks.mts run --all --quiet --pause-on-failure --github-token",
"weekly-update": "node scripts/fleet/weekly-update.mts",
"weekly-update:ci": "node scripts/fleet/weekly-update-workflow.mts run",
"doctor:auth": "node scripts/fleet/check/setup-is-prompt-less.mts",
"sync-oxlint-rules": "node scripts/fleet/sync-oxlint-rules.mts",
"sync-package-manager-pins": "node scripts/fleet/sync-package-manager-pins.mts",
"doctor": "node scripts/fleet/doctor.mts",
"gen:llms-txt": "node scripts/fleet/make-llms-txt.mts --no-ai"
},
"devDependencies": {
"@anthropic-ai/claude-code": "2.1.92",
"@oxlint/migrate": "1.51.0",
"@redwoodjs/agent-ci": "catalog:",
"@sinclair/typebox": "catalog:",
"@socketregistry/packageurl-js": "catalog:",
"@socketregistry/packageurl-js-stable": "catalog:",
"@socketsecurity/lib": "catalog:",
"@socketsecurity/lib-stable": "catalog:",
"@socketsecurity/registry": "2.0.2",
"@socketsecurity/registry-stable": "catalog:",
"@socketsecurity/sdk": "catalog:",
"@socketsecurity/sdk-stable": "catalog:",
"@types/mdast": "catalog:",
"@types/node": "24.9.2",
"@types/semver": "catalog:",
"@types/shell-quote": "catalog:",
"@typescript/native-preview": "7.0.0-dev.20260511.1",
"@vitest/coverage-v8": "4.0.3",
"@vitest/ui": "catalog:",
"all-the-package-names": "2.0.0",
"all-the-package-names-v1.3905.0": "npm:all-the-package-names@1.3905.0",
"del": "8.0.1",
"dev-null-cli": "2.0.0",
"ecc-agentshield": "1.4.0",
"fast-glob": "3.3.3",
"globals": "16.4.0",
"lightningcss": "1.32.0",
"magic-string": "catalog:",
"markdownlint-cli2": "catalog:",
"marked": "18.0.0",
"mdast-util-from-markdown": "catalog:",
"mermaid": "11.15.0",
"micromark": "catalog:",
"neosanitize": "catalog:",
"nock": "14.0.10",
"node-html-parser": "7.1.0",
"npm-run-all2": "catalog:",
"oxfmt": "0.48.0",
"oxlint": "1.63.0",
"pacote": "21.0.1",
"playwright-core": "catalog:",
"puppeteer": "24.41.0",
"regjsparser": "catalog:",
"rolldown": "catalog:",
"semver": "7.7.2",
"shell-quote": "catalog:",
"svgo": "4.0.1",
"taze": "19.11.0",
"type-coverage": "2.29.7",
"typescript": "5.9.2",
"validate-npm-package-name": "6.0.2",
"vitest": "catalog:",
"yoctocolors-cjs": "2.1.3"
},
"typeCoverage": {
"atLeast": 100,
"cache": true,
"ignore-files": "test/*",
"ignore-non-null-assertion": true,
"ignore-type-assertion": true,
"ignoreAsAssertion": true,
"ignoreCatch": true,
"ignoreEmptyType": true,
"strict": true
},
"engines": {
"node": ">=18.20.8",
"npm": ">=12.0.0",
"pnpm": ">=11.0.5"
},
"allowScripts": {
"cpu-features": false,
"protobufjs": false,
"puppeteer": true,
"ssh2": false
},
"npm-run-all2": {
"nodeRun": true
},
"socket": {
"val": {
"npm": {
"hono": "4.12.14"
}
}
}
}