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

72 lines
1.6 KiB
JSON

{
"_args": [
[
"postgres-interval@1.2.0",
"/home/app"
]
],
"_from": "postgres-interval@1.2.0",
"_id": "postgres-interval@1.2.0",
"_inBundle": false,
"_integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
"_location": "/postgres-interval",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postgres-interval@1.2.0",
"name": "postgres-interval",
"escapedName": "postgres-interval",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/pg-types"
],
"_resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/home/app",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"bugs": {
"url": "https://github.com/bendrucker/postgres-interval/issues"
},
"dependencies": {
"xtend": "^4.0.0"
},
"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"
}