Marketplace móvil para negocios locales mexicanos. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React Web) - apps/mobile (Expo/React Native) - apps/mcp-server (Claude MCP Server) - apps/whatsapp-service (WhatsApp Business API) - database/ (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
962 B
JSON
48 lines
962 B
JSON
{
|
|
"name": "chardet",
|
|
"version": "0.7.0",
|
|
"homepage": "https://github.com/runk/node-chardet",
|
|
"description": "Character detector",
|
|
"keywords": [
|
|
"encoding",
|
|
"character",
|
|
"utf8",
|
|
"detector",
|
|
"chardet",
|
|
"icu"
|
|
],
|
|
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
|
"contributors": [
|
|
"@spikying",
|
|
"@wtgtybhertgeghgtwtg",
|
|
"@suisho",
|
|
"@seangarner",
|
|
"@zevanty"
|
|
],
|
|
"devDependencies": {
|
|
"github-publish-release": "^5.0.0",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:runk/node-chardet.git"
|
|
},
|
|
"bugs": {
|
|
"mail": "deadrunk@gmail.com",
|
|
"url": "http://github.com/runk/node-chardet/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec --recursive --bail",
|
|
"release": "scripts/release"
|
|
},
|
|
"main": "index.js",
|
|
"engine": {
|
|
"node": ">=4"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"license": "MIT"
|
|
}
|