nas-denar/node_modules/pg/package.json
2017-09-14 20:06:51 +02:00

80 lines
1.9 KiB
JSON

{
"_from": "pg@6.4.2",
"_id": "pg@6.4.2",
"_inBundle": false,
"_integrity": "sha1-w2QBEGDqx6UHoq4GPrhX7OkQ4n8=",
"_location": "/pg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pg@6.4.2",
"name": "pg",
"escapedName": "pg",
"rawSpec": "6.4.2",
"saveSpec": null,
"fetchSpec": "6.4.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pg/-/pg-6.4.2.tgz",
"_shasum": "c364011060eac7a507a2ae063eb857ece910e27f",
"_spec": "pg@6.4.2",
"_where": "/tank/data/SERVER/supervizor",
"author": {
"name": "Brian Carlson",
"email": "brian.m.carlson@gmail.com"
},
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-writer": "1.0.1",
"js-string-escape": "1.0.1",
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-pool": "1.*",
"pg-types": "1.*",
"pgpass": "1.*",
"semver": "4.3.2"
},
"deprecated": false,
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"devDependencies": {
"async": "0.9.0",
"co": "4.6.0",
"jshint": "2.5.2",
"lodash": "4.13.1",
"pg-copy-streams": "0.3.0",
"promise-polyfill": "5.2.1"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "http://github.com/brianc/node-postgres",
"keywords": [
"postgres",
"pg",
"libpq",
"postgre",
"database",
"rdbms"
],
"license": "MIT",
"main": "./lib",
"minNativeVersion": "1.7.0",
"name": "pg",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
},
"scripts": {
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
"test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
},
"version": "6.4.2"
}