UNPKG

@velcro/resolver

Version:

Resolve references to absolute urls using the node module resolution algorithm using an generic host interface

56 lines (55 loc) 1.57 kB
{ "name": "@velcro/resolver", "version": "0.56.2", "description": "Resolve references to absolute urls using the node module resolution algorithm using an generic host interface", "keywords": [ "velcro", "resolve", "npm", "resolution", "module", "browser", "unpkg" ], "author": "Geoff Goodman <ggoodman@gmail.com>", "homepage": "https://github.com/ggoodman/velcro", "license": "MIT", "browser": "./dist/dist-browser/index.js", "main": "./dist/dist-main/index.js", "module": "./dist/dist-module/index.js", "unpkg": "./dist/dist-unpkg/index.min.js", "types": "./dist/dist-main/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@github.com:ggoodman/velcro.git" }, "scripts": { "build": "rollup -c", "build:dev": "rollup -c --watch", "build:api": "api-extractor run --local -c ./api-extractor.json", "build:readme": "cat README.md | sed \"s~tree/.*/docs~tree/v$(jq -r .version package.json)/docs~g\" > README.md", "preversion": "npm run build", "version": "npm run build:api || : && npm run build:readme" }, "prettier": { "printWidth": 100, "singleQuote": true }, "devDependencies": { "@microsoft/api-documenter": "^7.8.27", "@microsoft/api-extractor": "^7.9.5", "rollup": "^2.26.3", "typescript": "^4.0.3" }, "dependencies": { "@velcro/common": "^0.56.2", "@velcro/node-libs": "^0.56.2" }, "gitHead": "119090915cf2c484524e8dba7538202cbe2ddcce" }