Files
FloatApi/node_modules/pg-hstore/package.json
T
2022-03-07 22:07:57 +07:00

67 lines
1.6 KiB
JSON

{
"_args": [
[
"pg-hstore@2.3.3",
"/home/app"
]
],
"_from": "pg-hstore@2.3.3",
"_id": "pg-hstore@2.3.3",
"_inBundle": false,
"_integrity": "sha512-qpeTpdkguFgfdoidtfeTho1Q1zPVPbtMHgs8eQ+Aan05iLmIs3Z3oo5DOZRclPGoQ4i68I1kCtQSJSa7i0ZVYg==",
"_location": "/pg-hstore",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pg-hstore@2.3.3",
"name": "pg-hstore",
"escapedName": "pg-hstore",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pg-hstore/-/pg-hstore-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/home/app",
"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.7.0"
},
"description": "An module for serializing and deserializing JSON data in to 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"
],
"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.3"
}