examples/StrongerGS/gsnodejs/node_modules/pg-hstore/package.json

68 lines
1.6 KiB
JSON

{
"_args": [
[
"pg-hstore@2.3.4",
"D:\\gauss\\seq"
]
],
"_from": "pg-hstore@2.3.4",
"_id": "pg-hstore@2.3.4",
"_inBundle": false,
"_integrity": "sha512-N3SGs/Rf+xA1M2/n0JBiXFDVMzdekwLZLAO0g7mpDY9ouX+fDI7jS6kTq3JujmYbtNSJ53TJ0q4G98KVZSM4EA==",
"_location": "/pg-hstore",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pg-hstore@2.3.4",
"name": "pg-hstore",
"escapedName": "pg-hstore",
"rawSpec": "2.3.4",
"saveSpec": null,
"fetchSpec": "2.3.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pg-hstore/-/pg-hstore-2.3.4.tgz",
"_spec": "2.3.4",
"_where": "D:\\gauss\\seq",
"author": {
"name": "Seth Carney",
"email": "scarney81@gmail.com",
"url": "https://github.com/scarney81"
},
"bugs": {
"url": "https://github.com/scarney81/pg-hstore/issues"
},
"dependencies": {
"underscore": "^1.13.1"
},
"description": "A module for serializing and deserializing JSON data into hstore format",
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.2"
},
"engines": {
"node": ">= 0.8.x"
},
"homepage": "https://github.com/scarney81/pg-hstore",
"keywords": [
"pg",
"postgres",
"hstore"
],
"license": "MIT",
"main": "lib/index.js",
"name": "pg-hstore",
"private": false,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/scarney81/pg-hstore.git"
},
"scripts": {
"test": "mocha --reporter spec -u bdd --require should --recursive --timeout 10000"
},
"version": "2.3.4"
}