diff options
author | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
commit | 1551dbfde0e329783174b7aa9d1ce9fc93e8470b (patch) | |
tree | 4b503c811afdf935723cbadc713133bc9046f9e0 /aws-ipblocks-csv/package-lock.json |
Initial commit
Diffstat (limited to 'aws-ipblocks-csv/package-lock.json')
-rw-r--r-- | aws-ipblocks-csv/package-lock.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aws-ipblocks-csv/package-lock.json b/aws-ipblocks-csv/package-lock.json new file mode 100644 index 0000000..398c0d5 --- /dev/null +++ b/aws-ipblocks-csv/package-lock.json @@ -0,0 +1,21 @@ +{ + "name": "aws-ipblocks-csv", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "aws-ipblocks-csv", + "version": "0.0.0", + "license": "Apache-2.0", + "dependencies": { + "csv-stringify": "^6.4.4" + } + }, + "node_modules/csv-stringify": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz", + "integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg==" + } + } +} |