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
147 lines (147 loc) · 4.93 KB
/
Copy pathpackage.json
File metadata and controls
147 lines (147 loc) · 4.93 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
{
"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.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./exists": {
"types": "./dist/exists.d.ts",
"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 scripts/clean.mts",
"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 && node scripts/fleet/install-git-hooks.mts",
"prepublishOnly": "echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1",
"publish": "node scripts/fleet/publish.mts",
"publish:ci": "node scripts/fleet/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",
"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"
},
"devDependencies": {
"@anthropic-ai/claude-code": "2.1.92",
"@oxlint/migrate": "1.51.0",
"@redwoodjs/agent-ci": "catalog:",
"@sinclair/typebox": "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/node": "24.9.2",
"@typescript/native-preview": "7.0.0-dev.20260511.1",
"@vitest/coverage-v8": "4.0.3",
"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",
"marked": "18.0.0",
"mermaid": "11.15.0",
"nock": "14.0.10",
"node-html-parser": "7.1.0",
"oxfmt": "0.48.0",
"oxlint": "1.63.0",
"pacote": "21.0.1",
"puppeteer": "24.41.0",
"rolldown": "catalog:",
"semver": "7.7.2",
"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",
"pnpm": ">=11.6.0"
},
"packageManager": "pnpm@11.6.0",
"allowScripts": {
"cpu-features": false,
"protobufjs": false,
"puppeteer": true,
"ssh2": false
},
"socket": {
"val": {
"npm": {
"hono": "4.12.14"
}
}
}
}