69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_from": "postgres-array@~1.0.0",
|
|
"_id": "postgres-array@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5wClXrAP0+78mcsNX3/ithQ5exKvCyK5lr5NEEEeGwwM6NJdQgzIJBVxLvRW+huFpX92F2QnZ5CcokH0VhK2qQ==",
|
|
"_location": "/postgres-array",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postgres-array@~1.0.0",
|
|
"name": "postgres-array",
|
|
"escapedName": "postgres-array",
|
|
"rawSpec": "~1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pg-types"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-1.0.3.tgz",
|
|
"_shasum": "c561fc3b266b21451fc6555384f4986d78ec80f5",
|
|
"_spec": "postgres-array@~1.0.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-array/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Parse postgres array columns",
|
|
"devDependencies": {
|
|
"ap": "^0.2.0",
|
|
"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-array#readme",
|
|
"keywords": [
|
|
"postgres",
|
|
"array",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postgres-array",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bendrucker/postgres-array.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.0.3"
|
|
}
|