-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathclaude-code-manifest.json
More file actions
120 lines (120 loc) · 3.71 KB
/
Copy pathclaude-code-manifest.json
File metadata and controls
120 lines (120 loc) · 3.71 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
{
"name": "@anthropic-ai/claude-code",
"version": "2.1.216",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"license": "SEE LICENSE IN README.md",
"_id": "@anthropic-ai/claude-code@2.1.216",
"maintainers": [
{
"name": "zak-anthropic",
"email": "zak@anthropic.com"
},
{
"name": "dylanc-anthropic",
"email": "dylanc@anthropic.com"
},
{
"name": "benjmann",
"email": "ben@anthropic.com"
},
{
"name": "nikhil-anthropic",
"email": "nikhil@anthropic.com"
},
{
"name": "ejlangev-ant",
"email": "ethan.langevin@anthropic.com"
},
{
"name": "jv-anthropic",
"email": "jv@anthropic.com"
},
{
"name": "ollie-ant-2025",
"email": "ollie@anthropic.com"
},
{
"name": "packy-anthropic",
"email": "packy@anthropic.com"
},
{
"name": "noahz-anthropic",
"email": "noahz@anthropic.com"
},
{
"name": "sbidasaria",
"email": "sbidasaria@anthropic.com"
},
{
"name": "wolffiex",
"email": "wolffiex@anthropic.com"
},
{
"name": "felixrieseberg-anthropic",
"email": "f@anthropic.com"
},
{
"name": "joan-anthropic",
"email": "joan@anthropic.com"
}
],
"homepage": "https://github.com/anthropics/claude-code",
"bugs": {
"url": "https://github.com/anthropics/claude-code/issues"
},
"bin": {
"claude": "bin/claude.exe"
},
"dist": {
"shasum": "85e15d4dfcc3e044c2769cec5866a703af780adb",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.216.tgz",
"fileCount": 7,
"integrity": "sha512-UH4XncIO6ceNZMq2HxphEn9YR7uu5NGVJMcogGSPvu0nXRw8ubEjbu5cD3Dhvx3vXxizwFA82tmk6mVXjhr/dw==",
"signatures": [
{
"sig": "MEQCICeuyK6OFbcmHd1c+dAT+C+gS0irexcb6PurkSrLPowbAiAWx0f6pI6RcLM5QQEqB5nkdHtZQjM+8CLc5RDrPnExfA==",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
}
],
"unpackedSize": 165315
},
"type": "module",
"_from": "file:staged-npm/anthropic-ai-claude-code-2.1.216.tgz",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"prepare": "node -e \"if (!process.env.AUTHORIZED) { console.error('ERROR: Direct publishing is not allowed.\\nPlease see the release workflow documentation to publish this package.'); process.exit(1); }\"",
"postinstall": "node install.cjs"
},
"_npmUser": {
"name": "wolffiex",
"email": "wolffiex@anthropic.com"
},
"_resolved": "/home/runner/work/claude-cli-internal/claude-cli-internal/staged-npm/anthropic-ai-claude-code-2.1.216.tgz",
"_integrity": "sha512-UH4XncIO6ceNZMq2HxphEn9YR7uu5NGVJMcogGSPvu0nXRw8ubEjbu5cD3Dhvx3vXxizwFA82tmk6mVXjhr/dw==",
"_npmVersion": "11.16.0",
"description": "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
"directories": {},
"_nodeVersion": "24.18.0",
"dependencies": {},
"_hasShrinkwrap": false,
"readmeFilename": "README.md",
"optionalDependencies": {
"@anthropic-ai/claude-code-linux-x64": "2.1.216",
"@anthropic-ai/claude-code-win32-x64": "2.1.216",
"@anthropic-ai/claude-code-darwin-x64": "2.1.216",
"@anthropic-ai/claude-code-linux-arm64": "2.1.216",
"@anthropic-ai/claude-code-win32-arm64": "2.1.216",
"@anthropic-ai/claude-code-darwin-arm64": "2.1.216",
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.216",
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.216"
},
"_npmOperationalInternal": {
"tmp": "tmp/claude-code_2.1.216_1784578777312_0.3890477303128479",
"host": "s3://npm-registry-packages-npm-production"
}
}