UNPKG

waterline-postgresql

Version:
91 lines (90 loc) 2.32 kB
{ "_args": [ [ "pgpass@0.0.3", "/home/travis/build/waterlinejs/postgresql-adapter/node_modules/pg" ] ], "_from": "pgpass@0.0.3", "_id": "pgpass@0.0.3", "_inBundle": true, "_inCache": true, "_installable": true, "_location": "/waterline-postgresql/pgpass", "_npmUser": { "email": "hannes.hoerl+npm@snowreporter.com", "name": "hoegaarden" }, "_npmVersion": "1.4.4", "_phantomChildren": {}, "_requested": { "name": "pgpass", "raw": "pgpass@0.0.3", "rawSpec": "0.0.3", "scope": null, "spec": "0.0.3", "type": "version" }, "_requiredBy": [ "/waterline-postgresql/pg" ], "_resolved": "https://registry.npmjs.org/pgpass/-/pgpass-0.0.3.tgz", "_shasum": "12e67e343b3189c2f31206ebc9cc0befffcf9140", "_shrinkwrap": null, "_spec": "pgpass@0.0.3", "_where": "/home/travis/build/waterlinejs/postgresql-adapter/node_modules/pg", "author": { "name": "Hannes Hörl", "email": "hannes.hoerl+pgpass@snowreporter.com" }, "bugs": { "url": "https://github.com/hoegaarden/pgpass/issues" }, "dependencies": { "split": "~0.3" }, "description": "Module for reading .pgpass", "devDependencies": { "jscoverage": "~0.3.8", "jshint": "~2.3.0", "mocha": "~1.14.0", "pg": "~2.11.1", "pg-escape": "0.0.2", "resumer": "0.0.0", "tmp": "0.0.23" }, "directories": {}, "dist": { "shasum": "12e67e343b3189c2f31206ebc9cc0befffcf9140", "tarball": "https://registry.npmjs.org/pgpass/-/pgpass-0.0.3.tgz" }, "homepage": "https://github.com/hoegaarden/pgpass", "keywords": [ "postgres", "pg", "pgpass", "password", "postgresql" ], "license": "BSD-2-Clause", "main": "lib/index", "maintainers": [ { "name": "hoegaarden", "email": "hannes.hoerl+npm@snowreporter.com" } ], "name": "pgpass", "optionalDependencies": {}, "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": "0.0.3" }