UNPKG

@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.

47 lines (46 loc) 1.38 kB
{ "dependencies": { "@mediocre/ups": "~0.1.2", "async": "~3.2.0", "dhl-ecommerce-solutions": "~0.3.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" }, "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.", "devDependencies": { "@eslint/js": "*", "globals": "*", "mocha": "*", "nock": "*" }, "homepage": "https://github.com/mediocre/bloodhound", "keywords": [ "amazon", "dhl", "fedex", "gofo", "logistics", "newgistics", "pitney-bowes", "shipping", "tracking", "ups", "usps" ], "license": "Apache-2.0", "main": "index.js", "name": "@mediocre/bloodhound", "repository": "https://github.com/mediocre/bloodhound", "scripts": { "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "test": "mocha --exit --reporter spec test/* --timeout 30000" }, "version": "2.4.0" }