Files
cloud-code/claude-code-source/node_modules/.pnpm/asciichart@1.5.25/node_modules/asciichart/package.json
janlaywss 6187147b74 reconstruct and build @anthropic-ai/claude-code source from source map
- Extract 4756 source files from cli.js.map (57MB)
- Set up Bun build system with bun:bundle feature flag shim
- Configure 90+ compile-time feature flags matching production defaults
- Inject MACRO constants (VERSION, BUILD_TIME, etc.)
- Create stubs for private packages (color-diff-napi, modifiers-napi, etc.)
- Install all public dependencies via pnpm
- Patch commander v14 to allow multi-char short flags (-d2e)
- Build output: dist/cli.js (22MB), verified working
2026-03-31 19:19:50 +08:00

66 lines
1.4 KiB
JSON

{
"name": "asciichart",
"version": "1.5.25",
"description": "Nice-looking lightweight console ASCII line charts ╭┈╯ with no dependencies",
"main": "asciichart.js",
"repository": {
"type": "git",
"url": "https://github.com/kroitor/asciichart.git"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.1.0",
"esdoc-node": "^1.0.5",
"eslint": "^7.5.0",
"istanbul": "^0.4.5",
"lodash": "^4.17.19",
"marked": "^1.1.1",
"minimist": "^1.2.5",
"mocha": "^8.1.1",
"nyc": "^15.1.0"
},
"author": {
"name": "Igor Kroitor",
"email": "igor.kroitor@gmail.com",
"url": "https://github.com/kroitor"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --reporter spec",
"lint": "eslint asciichart.js",
"lint-test": "eslint test.js",
"autotest": "mocha --reporter spec --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kroitor/asciichart/issues"
},
"homepage": "https://github.com/kroitor/asciichart",
"keywords": [
"asciichart",
"ascii",
"chart",
"charting",
"charts",
"console",
"terminal",
"draw",
"box-drawing",
"box drawing",
"drawing",
"stats",
"line",
"linear",
"plot",
"graph",
"ascii graphics",
"graphics",
"command line",
"commandline",
"bash",
"shell",
"sh",
"light"
]
}