UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@velcro/resolver",
3 "version": "0.25.0",
4 "description": "Resolve references to absolute urls using the node module resolution algorithm using an generic host interface",
5 "keywords": [
6 "velcro",
7 "resolve",
8 "npm",
9 "resolution",
10 "module",
11 "browser",
12 "unpkg"
13 ],
14 "author": "Geoff Goodman <ggoodman@gmail.com>",
15 "homepage": "https://github.com/ggoodman/velcro",
16 "license": "MIT",
17 "browser": "dist/dist-browser/index.js",
18 "main": "dist/dist-main/index.js",
19 "module": "dist/dist-module/index.js",
20 "files": [
21 "dist"
22 ],
23 "publishConfig": {
24 "access": "public"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:ggoodman/velcro.git"
29 },
30 "scripts": {
31 "build": "rollup -c",
32 "prepack": "npm run build",
33 "test": "lab -fSv --globals globalThis --transform ./test/lib/typescript.js"
34 },
35 "devDependencies": {
36 "@hapi/code": "^6.0.0",
37 "@hapi/lab": "^20.2.2",
38 "@types/fs-extra": "^5.0.5",
39 "@types/hapi__code": "^5.3.0",
40 "@types/lab": "^11.1.0",
41 "@types/node": "^11.11.3",
42 "@types/puppeteer": "^1.12.3",
43 "fs-extra": "^7.0.1",
44 "lab": "^18.0.2",
45 "puppeteer": "^1.13.0",
46 "rollup": "^1.6.0",
47 "rollup-plugin-commonjs": "^9.2.1",
48 "rollup-plugin-node-resolve": "^4.0.1",
49 "rollup-plugin-sucrase": "^2.1.0",
50 "rollup-plugin-terser": "^4.0.4",
51 "rollup-plugin-typescript2": "^0.20.1",
52 "tslib": "^1.9.3",
53 "typescript": "^3.7.2"
54 },
55 "prettier": {
56 "printWidth": 120,
57 "singleQuote": true,
58 "tabWidth": 2,
59 "trailingComma": "es5"
60 },
61 "gitHead": "ecffb9b8e7c496b21ee0e8fa80bac6ed39ec31db",
62 "dependencies": {
63 "ts-primitives": "^1.1.0"
64 }
65}