Used for scheduling and check-in/check-out of patients to a facility under designated times.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.6 KiB

{
"_from": "postgres-bytea@~1.0.0",
"_id": "postgres-bytea@1.0.0",
"_inBundle": false,
"_integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=",
"_location": "/postgres-bytea",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postgres-bytea@~1.0.0",
"name": "postgres-bytea",
"escapedName": "postgres-bytea",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/pg-types"
],
"_resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
"_shasum": "027b533c0aa890e26d172d47cf9ccecc521acd35",
"_spec": "postgres-bytea@~1.0.0",
"_where": "C:\\Users\\sigon\\OneDrive\\Documents\\vaccine-tracker\\server\\node_modules\\pg-types",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"bugs": {
"url": "https://github.com/bendrucker/postgres-bytea/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Postgres bytea parser",
"devDependencies": {
"standard": "^4.0.0",
"tape": "^4.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"readme.md"
],
"homepage": "https://github.com/bendrucker/postgres-bytea#readme",
"keywords": [
"bytea",
"postgres",
"binary",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "postgres-bytea",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/postgres-bytea.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.0"
}