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.
71 lines
1.8 KiB
71 lines
1.8 KiB
{
|
|
"_from": "pgpass@1.x",
|
|
"_id": "pgpass@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Knu0G2BltnkH6R2hsHwYR8h3swY=",
|
|
"_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.2.tgz",
|
|
"_shasum": "2a7bb41b6065b67907e91da1b07c1847c877b306",
|
|
"_spec": "pgpass@1.x",
|
|
"_where": "/home/sigonasr2/astronomy/server/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": {
|
|
"split": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Module for reading .pgpass",
|
|
"devDependencies": {
|
|
"jscoverage": "^0.6.0",
|
|
"jshint": "^2.9.2",
|
|
"mocha": "^2.5.3",
|
|
"pg": "^4.5.6",
|
|
"pg-escape": "^0.2.0",
|
|
"pg-native": "^1.10.0",
|
|
"resumer": "0.0.0",
|
|
"tmp": "0.0.28",
|
|
"which": "^1.2.10"
|
|
},
|
|
"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": {
|
|
"coverage": "rm -rf -- lib-cov ; jscoverage lib lib-cov && mocha --recursive -R html-cov > coverage.html",
|
|
"hint": "jshint --verbose lib test",
|
|
"pretest": "chmod 600 ./test/_pgpass",
|
|
"test": "npm run hint && mocha --recursive -R list && npm run coverage"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|