UNPKG

vendurl

Version:

Vendor (verb: download and store) a JS dependency from a URL.

29 lines (28 loc) 728 B
{ "type": "module", "scripts": { "postinstall": "vendurl --clean -y -v" }, "devDependencies": { "vendurl": "file:../.." }, "vendurl": { "_destination": "./vendor", "_bundle": true, "_provider": "https://esm.sh", "packages": { "temporal.js": "@js-temporal/polyfill", "chalk4.mjs": "chalk@4", "leftpad.cjs": { "specifier": "leftpad@0.0.1/index.js", "provider": "https://unpkg.com/", "bundle": false }, "robots.txt": { "specifier": "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/robots.txt/robots.txt", "destination": "./public" }, "FAKE": "doesntexist@6.6.6" } } }