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.
91 lines
2.4 KiB
91 lines
2.4 KiB
{
|
|
"_from": "pg-promise",
|
|
"_id": "pg-promise@10.11.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HAv32WSKf2m2RqHerW5RmANn/mcXIwWXbg/gOfGQcoS0SE+8iBi3Jj4JmoR4PNzSEozo/y/npy4e6F16psOItw==",
|
|
"_location": "/pg-promise",
|
|
"_phantomChildren": {
|
|
"buffer-writer": "2.0.0",
|
|
"packet-reader": "1.0.0",
|
|
"pg-types": "2.2.0",
|
|
"pgpass": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "pg-promise",
|
|
"name": "pg-promise",
|
|
"escapedName": "pg-promise",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.11.1.tgz",
|
|
"_shasum": "62348927da636aa74d2c20510cfbd12e85f104ae",
|
|
"_spec": "pg-promise",
|
|
"_where": "/home/sigonasr2/divar/server",
|
|
"author": {
|
|
"name": "Vitaly Tomilov",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitaly-t/pg-promise/issues",
|
|
"email": "vitaly.tomilov@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"assert-options": "0.7.0",
|
|
"pg": "8.7.1",
|
|
"pg-minify": "1.6.2",
|
|
"spex": "3.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "PostgreSQL interface for Node.js",
|
|
"devDependencies": {
|
|
"@types/node": "16.11.0",
|
|
"JSONStream": "1.3.5",
|
|
"bluebird": "3.7.2",
|
|
"coveralls": "3.1.1",
|
|
"eslint": "8.0.1",
|
|
"istanbul": "0.4.5",
|
|
"jasmine-node": "3.0.0",
|
|
"jsdoc": "3.6.7",
|
|
"pg-query-stream": "4.2.1",
|
|
"tslint": "6.1.3",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"typescript"
|
|
],
|
|
"homepage": "https://github.com/vitaly-t/pg-promise",
|
|
"keywords": [
|
|
"pg",
|
|
"promise",
|
|
"postgres"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "pg-promise",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitaly-t/pg-promise.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
|
|
"doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
|
|
"lint": "eslint ./lib ./test/*.js ./test/db --fix",
|
|
"test": "jasmine-node --captureExceptions test",
|
|
"test:native": "jasmine-node test --config PG_NATIVE true",
|
|
"tslint": "tslint ./typescript/*.ts"
|
|
},
|
|
"typings": "typescript/pg-promise.d.ts",
|
|
"version": "10.11.1"
|
|
}
|
|
|