UNPKG

@velcro/resolver

Version:

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

66 lines (65 loc) 1.71 kB
{ "name": "@velcro/resolver", "version": "0.25.0", "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", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@github.com:ggoodman/velcro.git" }, "scripts": { "build": "rollup -c", "prepack": "npm run build", "test": "lab -fSv --globals globalThis --transform ./test/lib/typescript.js" }, "devDependencies": { "@hapi/code": "^6.0.0", "@hapi/lab": "^20.2.2", "@types/fs-extra": "^5.0.5", "@types/hapi__code": "^5.3.0", "@types/lab": "^11.1.0", "@types/node": "^11.11.3", "@types/puppeteer": "^1.12.3", "fs-extra": "^7.0.1", "lab": "^18.0.2", "puppeteer": "^1.13.0", "rollup": "^1.6.0", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-sucrase": "^2.1.0", "rollup-plugin-terser": "^4.0.4", "rollup-plugin-typescript2": "^0.20.1", "tslib": "^1.9.3", "typescript": "^3.7.2" }, "prettier": { "printWidth": 120, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5" }, "gitHead": "ecffb9b8e7c496b21ee0e8fa80bac6ed39ec31db", "dependencies": { "ts-primitives": "^1.1.0" } }