@mediocre/bloodhound
Version:
Bloodhound is a Node.js package that allows you to retrieve tracking data from shipping carriers (Amazon, DHL, FedEx, UPS, USPS) in a common format.
50 lines (49 loc) • 1.44 kB
JSON
{
"description": "Bloodhound is a Node.js package that allows you to retrieve tracking data from shipping carriers (Amazon, DHL, FedEx, UPS, USPS) in a common format.",
"dependencies": {
"async": "~3.2.0",
"dhl-ecommerce-solutions": "~0.3.0",
"fast-xml-parser": "~3.21.0",
"http-errors": "~2.0.0",
"memory-cache": "~0.2.0",
"moment-timezone": "~0.5.28",
"node-geocoder": "~3.28.0",
"petty-cache": "~3.5.0",
"pitney-bowes": "~0.3.1",
"tz-lookup": "~6.1.25",
"us-states-normalize": "~1.0.0",
"xml2js": "~0.4.23"
},
"devDependencies": {
"@eslint/js": "*",
"globals": "*",
"coveralls": "*",
"mocha": "*",
"nyc": "*"
},
"homepage": "https://github.com/mediocre/bloodhound",
"keywords": [
"amazon",
"dhl",
"fedex",
"logistics",
"newgistics",
"pitney-bowes",
"shipping",
"tracking",
"ups",
"usps"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "@mediocre/bloodhound",
"scripts": {
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"test": "mocha --exit --reporter spec test/* --timeout 30000"
},
"repository": {
"type": "git",
"url": "https://github.com/mediocre/bloodhound.git"
},
"version": "2.1.3"
}