2018-12-22 23:30:39 +01:00

69 lines
1.7 KiB
JSON

{
"_from": "postgres-interval@^1.1.0",
"_id": "postgres-interval@1.1.2",
"_inBundle": false,
"_integrity": "sha512-fC3xNHeTskCxL1dC8KOtxXt7YeFmlbTYtn7ul8MkVERuTmf7pI4DrkAxcw3kh1fQ9uz4wQmd03a1mRiXUZChfQ==",
"_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.1.2.tgz",
"_shasum": "bf71ff902635f21cb241a013fc421d81d1db15a9",
"_spec": "postgres-interval@^1.1.0",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\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": "^4.0.0",
"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.1.2"
}