-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathclaude-code-manifest.json
More file actions
124 lines (124 loc) · 3.72 KB
/
claude-code-manifest.json
File metadata and controls
124 lines (124 loc) · 3.72 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
{
"name": "@anthropic-ai/claude-code",
"version": "2.1.107",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"license": "SEE LICENSE IN README.md",
"_id": "@anthropic-ai/claude-code@2.1.107",
"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": "igorkofman",
"email": "kofman@gmail.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": "cli.js"
},
"dist": {
"shasum": "8f27b1d88d1656de52442547c6e8bdc32161a301",
"tarball": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.107.tgz",
"fileCount": 20,
"integrity": "sha512-qZ7DJfe0hSGu5dGvmyImZJ94wLPRutOs/DbzNsMkkyj4KP09PKQ0FSFCZhs2FoAeDdil9IedJOaYqtxJhOzQbQ==",
"signatures": [
{
"sig": "MEUCIBP9KiiNQZyh921pfjmAuL8vlen5LWOv7TYWGxUuetEbAiEAgbnHt4//rngNIVjjf8qMqzQfqeOMIS4wKMIefccMMfk=",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
}
],
"unpackedSize": 49295019
},
"type": "module",
"_from": "file:/home/runner/work/claude-cli-internal/claude-cli-internal/build-external/anthropic-ai-claude-code-2.1.107.tgz",
"engines": {
"node": ">=18.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); }\""
},
"_npmUser": {
"name": "wolffiex",
"email": "wolffiex@anthropic.com"
},
"_resolved": "/home/runner/work/claude-cli-internal/claude-cli-internal/build-external/anthropic-ai-claude-code-2.1.107.tgz",
"_integrity": "sha512-qZ7DJfe0hSGu5dGvmyImZJ94wLPRutOs/DbzNsMkkyj4KP09PKQ0FSFCZhs2FoAeDdil9IedJOaYqtxJhOzQbQ==",
"_npmVersion": "10.8.2",
"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": "20.20.2",
"dependencies": {},
"_hasShrinkwrap": false,
"readmeFilename": "README.md",
"optionalDependencies": {
"@img/sharp-linux-arm": "^0.34.2",
"@img/sharp-linux-x64": "^0.34.2",
"@img/sharp-win32-x64": "^0.34.2",
"@img/sharp-darwin-x64": "^0.34.2",
"@img/sharp-linux-arm64": "^0.34.2",
"@img/sharp-win32-arm64": "^0.34.2",
"@img/sharp-darwin-arm64": "^0.34.2",
"@img/sharp-linuxmusl-x64": "^0.34.2",
"@img/sharp-linuxmusl-arm64": "^0.34.2"
},
"_npmOperationalInternal": {
"tmp": "tmp/claude-code_2.1.107_1776143894273_0.9509454977435035",
"host": "s3://npm-registry-packages-npm-production"
}
}