michangarrito/apps/backend/node_modules/node-abort-controller/package.json
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
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>
2026-01-07 04:41:02 -06:00

35 lines
831 B
JSON

{
"name": "node-abort-controller",
"version": "3.1.1",
"description": "AbortController for Node based on EventEmitter",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/southpolesteve/node-abort-controller.git"
},
"keywords": [
"AbortController",
"AbortSignal",
"fetch",
"polyfill"
],
"author": "Steve Faulkner <southpolesteve@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/southpolesteve/node-abort-controller/issues"
},
"homepage": "https://github.com/southpolesteve/node-abort-controller#readme",
"devDependencies": {
"jest": "^27.2.4",
"node-fetch": "^2.6.5",
"whatwg-fetch": "^3.6.2"
},
"jest": {
"testEnvironment": "jsdom"
}
}