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

66 lines
1.6 KiB
JSON

{
"_from": "postgres-date@~1.0.4",
"_id": "postgres-date@1.0.7",
"_inBundle": false,
"_integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
"_location": "/postgres-date",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postgres-date@~1.0.4",
"name": "postgres-date",
"escapedName": "postgres-date",
"rawSpec": "~1.0.4",
"saveSpec": null,
"fetchSpec": "~1.0.4"
},
"_requiredBy": [
"/pg-types"
],
"_resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
"_shasum": "51bc086006005e5061c591cee727f2531bf641a8",
"_spec": "postgres-date@~1.0.4",
"_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-date/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Postgres date column parser",
"devDependencies": {
"standard": "^14.0.0",
"tape": "^5.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"readme.md"
],
"homepage": "https://github.com/bendrucker/postgres-date#readme",
"keywords": [
"postgres",
"date",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "postgres-date",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/postgres-date.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.7"
}