2018-12-22 23:30:39 +01:00

83 lines
2.0 KiB
JSON

{
"_from": "pg",
"_id": "pg@7.7.1",
"_inBundle": false,
"_integrity": "sha512-p3I0mXOmUvCoVlCMFW6iYSrnguPol6q8He15NGgSIdM3sPGjFc+8JGCeKclw8ZR4ETd+Jxy2KNiaPUcocHZeMw==",
"_location": "/pg",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pg",
"name": "pg",
"escapedName": "pg",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pg/-/pg-7.7.1.tgz",
"_shasum": "546b192ff484322b69689391f885de3ba91a30d4",
"_spec": "pg",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase",
"author": {
"name": "Brian Carlson",
"email": "brian.m.carlson@gmail.com"
},
"bugs": {
"url": "https://github.com/brianc/node-postgres/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-writer": "2.0.0",
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-pool": "^2.0.4",
"pg-types": "~1.12.1",
"pgpass": "1.x",
"semver": "4.3.2"
},
"deprecated": false,
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"devDependencies": {
"async": "0.9.0",
"bluebird": "3.5.2",
"co": "4.6.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^3.1.0",
"pg-copy-streams": "0.3.0"
},
"engines": {
"node": ">= 4.5.0"
},
"homepage": "http://github.com/brianc/node-postgres",
"keywords": [
"database",
"libpq",
"pg",
"postgre",
"postgres",
"postgresql",
"rdbms"
],
"license": "MIT",
"main": "./lib",
"minNativeVersion": "2.0.0",
"name": "pg",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
},
"scripts": {
"test": "make test-all"
},
"version": "7.7.1"
}