12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_from": "pg-connection-string@^0.1.3",
- "_id": "pg-connection-string@0.1.3",
- "_inBundle": false,
- "_integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=",
- "_location": "/pg-connection-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pg-connection-string@^0.1.3",
- "name": "pg-connection-string",
- "escapedName": "pg-connection-string",
- "rawSpec": "^0.1.3",
- "saveSpec": null,
- "fetchSpec": "^0.1.3"
- },
- "_requiredBy": [
- "/knex"
- ],
- "_resolved": "http://registry.npm.taobao.org/pg-connection-string/download/pg-connection-string-0.1.3.tgz",
- "_shasum": "da1847b20940e42ee1492beaf65d49d91b245df7",
- "_spec": "pg-connection-string@^0.1.3",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
- "author": {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com",
- "url": "http://iceddev.com/"
- },
- "bugs": {
- "url": "https://github.com/iceddev/pg-connection-string/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Functions for dealing with a PostgresSQL connection string",
- "devDependencies": {
- "tap": "^0.4.11"
- },
- "homepage": "https://github.com/iceddev/pg-connection-string",
- "keywords": [
- "pg",
- "connection",
- "string",
- "parse"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "pg-connection-string",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/iceddev/pg-connection-string.git"
- },
- "scripts": {
- "test": "tap ./test"
- },
- "version": "0.1.3"
- }
|