blob: 398c0d513220070f9027807d7ff6923302a727e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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=="
}
}
}
|