Files
Gemini-Search/node_modules/pg-numeric/package.json
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

24 lines
472 B
JSON

{
"name": "pg-numeric",
"version": "1.0.2",
"description": "reads PostgreSQL binary format for numeric values into a string",
"bugs": "https://github.com/charmander/pg-numeric/issues",
"license": "ISC",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/charmander/pg-numeric"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"@charmander/eslint-config-base": "1.2.0"
},
"engines": {
"node": ">=4"
}
}