HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/node-app/node_modules/node-abi/
Upload File :
Current File : /var/www/node-app/node_modules/node-abi/package.json
{
  "name": "node-abi",
  "version": "3.67.0",
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/index.js",
    "update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
  },
  "files": [
    "abi_registry.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/electron/node-abi.git"
  },
  "keywords": [
    "node",
    "electron",
    "node_module_version",
    "abi",
    "v8"
  ],
  "author": "Lukas Geiger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/electron/node-abi/issues"
  },
  "homepage": "https://github.com/electron/node-abi#readme",
  "devDependencies": {
    "got": "^11.8.2",
    "tape": "^5.3.1"
  },
  "dependencies": {
    "semver": "^7.3.5"
  },
  "engines": {
    "node": ">=10"
  }
}