72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_from": "postgresql",
|
|
"_id": "postgresql@0.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-8HwXnZN+DFTuc1oV6y5GKxlnq3A=",
|
|
"_location": "/postgresql",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "postgresql",
|
|
"name": "postgresql",
|
|
"escapedName": "postgresql",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postgresql/-/postgresql-0.0.1.tgz",
|
|
"_shasum": "f07c179d937e0c54ee735a15eb2e462b1967ab70",
|
|
"_spec": "postgresql",
|
|
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\SmartShopper\\express-server",
|
|
"author": {
|
|
"name": "Tyler Kellen",
|
|
"url": "http://goingslowly.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tkellen/node-postgresql/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"empty-dir": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An NPM wrapper for PostgreSQL.",
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^1.18.2",
|
|
"rimraf": "^2.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"homepage": "https://github.com/tkellen/node-postgresql",
|
|
"keywords": [
|
|
"postgresql",
|
|
"postgres",
|
|
"pgsql"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/tkellen/node-postgresql/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"name": "postgresql",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tkellen/node-postgresql.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node install.js",
|
|
"test": "mocha -R spec test/"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|