rss-feeder-mobilizon/node_modules/postgres-interval/package.json

69 lines
1.7 KiB
JSON

{
"_from": "postgres-interval@^1.1.0",
"_id": "postgres-interval@1.2.0",
"_inBundle": false,
"_integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
"_location": "/postgres-interval",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postgres-interval@^1.1.0",
"name": "postgres-interval",
"escapedName": "postgres-interval",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/pg-types"
],
"_resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
"_shasum": "b460c82cb1587507788819a06aa0fffdb3544695",
"_spec": "postgres-interval@^1.1.0",
"_where": "/var/www/html/feeder-mobilizon-rss/node_modules/pg-types",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"bugs": {
"url": "https://github.com/bendrucker/postgres-interval/issues"
},
"bundleDependencies": false,
"dependencies": {
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Parse Postgres interval columns",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"index.d.ts",
"readme.md"
],
"homepage": "https://github.com/bendrucker/postgres-interval#readme",
"keywords": [
"postgres",
"interval",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "postgres-interval",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/postgres-interval.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.2.0"
}