{ "_from": "postgres-date@~1.0.4", "_id": "postgres-date@1.0.5", "_inBundle": false, "_integrity": "sha512-pdau6GRPERdAYUQwkBnGKxEfPyhVZXG/JiS44iZWiNdSOWE09N2lUgN6yshuq6fVSon4Pm0VMXd1srUUkLe9iA==", "_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.5.tgz", "_shasum": "710b27de5f27d550f6e80b5d34f7ba189213c2ee", "_spec": "postgres-date@~1.0.4", "_where": "/home/sigonasr2/astronomy/server/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": "^4.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.5" }