UNPKG

libxmljs2

Version:

libxml bindings for v8 javascript engine

55 lines 1.31 kB
{ "name": "libxmljs2", "author": "marudor", "contributors": [ "Jeff Smick", "Marco Rogers" ], "packageManager": "pnpm@8.10.2+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c", "description": "libxml bindings for v8 javascript engine", "version": "0.35.0", "repository": { "type": "git", "url": "http://github.com/marudor/libxmljs2.git" }, "bugs": { "url": "http://github.com/marudor/libxmljs2/issues" }, "main": "./index", "license": "MIT", "engines": { "node": ">=18" }, "files": [ "index.js", "index.d.ts", "src", "lib", "vendor", "binding.gyp", "Makefile" ], "dependencies": { "bindings": "~1.5.0", "nan": "~2.20.0", "node-gyp": "^10.2.0", "prebuild-install": "^7.1.2" }, "devDependencies": { "@types/node": "^20.14.12", "jest": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "prebuild": "^13.0.1", "prettier": "^3.3.3", "tsd": "^0.31.1", "typescript": "^5.5.4" }, "scripts": { "build": "node-gyp rebuild", "prebuild": "prebuild", "prebuild:macArm": "prebuild -t 108 -t 115 -t 120 -t 127", "install": "prebuild-install || node-gyp rebuild", "test": "node --expose_gc ./node_modules/jest/bin/jest.js", "tsd": "tsd" } }