Repository URL to install this package:
Version:
0.1.2 ▾
|
odigos
/
etc
/
odigos-vmagent
/
instrumentations
/
nodejs-ebpf
/
node_modules
/
pg-numeric
/
package.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"
}
}