You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.9 KiB
72 lines
1.9 KiB
{
|
|
"_from": "pgpass@1.x",
|
|
"_id": "pgpass@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YmuA56alyBq7M59vxVBfPJrGSozru8QAdoNlWuW3cz8l+UX3cWge0vTvjKhsSHSJpo3Bom8/Mm6hf0TR5GY0+w==",
|
|
"_location": "/pgpass",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pgpass@1.x",
|
|
"name": "pgpass",
|
|
"escapedName": "pgpass",
|
|
"rawSpec": "1.x",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.x"
|
|
},
|
|
"_requiredBy": [
|
|
"/pg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.4.tgz",
|
|
"_shasum": "85eb93a83800b20f8057a2b029bf05abaf94ea9c",
|
|
"_spec": "pgpass@1.x",
|
|
"_where": "/home/sigonasr2/divar/server2/node_modules/pg",
|
|
"author": {
|
|
"name": "Hannes Hörl",
|
|
"email": "hannes.hoerl+pgpass@snowreporter.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hoegaarden/pgpass/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"split2": "^3.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Module for reading .pgpass",
|
|
"devDependencies": {
|
|
"jshint": "^2.12.0",
|
|
"mocha": "^8.2.0",
|
|
"nyc": "^15.1.0",
|
|
"pg": "^8.4.1",
|
|
"pg-escape": "^0.2.0",
|
|
"pg-native": "3.0.0",
|
|
"resumer": "0.0.0",
|
|
"tmp": "^0.2.1",
|
|
"which": "^2.0.2"
|
|
},
|
|
"homepage": "https://github.com/hoegaarden/pgpass#readme",
|
|
"keywords": [
|
|
"postgres",
|
|
"pg",
|
|
"pgpass",
|
|
"password",
|
|
"postgresql"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index",
|
|
"name": "pgpass",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hoegaarden/pgpass.git"
|
|
},
|
|
"scripts": {
|
|
"_covered_test": "nyc --reporter html --reporter text \"$npm_execpath\" run _test",
|
|
"_hint": "jshint --exclude node_modules --verbose lib test",
|
|
"_test": "mocha --recursive -R list",
|
|
"pretest": "chmod 600 ./test/_pgpass",
|
|
"test": "\"$npm_execpath\" run _hint && \"$npm_execpath\" run _covered_test"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|
|
|