[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "@jridgewell/resolve-uri@^3.1.0",
|
---|
| 3 | "_id": "@jridgewell/resolve-uri@3.1.2",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
---|
| 6 | "_location": "/@jridgewell/resolve-uri",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "@jridgewell/resolve-uri@^3.1.0",
|
---|
| 12 | "name": "@jridgewell/resolve-uri",
|
---|
| 13 | "escapedName": "@jridgewell%2fresolve-uri",
|
---|
| 14 | "scope": "@jridgewell",
|
---|
| 15 | "rawSpec": "^3.1.0",
|
---|
| 16 | "saveSpec": null,
|
---|
| 17 | "fetchSpec": "^3.1.0"
|
---|
| 18 | },
|
---|
| 19 | "_requiredBy": [
|
---|
| 20 | "/@jridgewell/trace-mapping"
|
---|
[d565449] | 21 | ],
|
---|
[79a0317] | 22 | "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
---|
| 23 | "_shasum": "7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6",
|
---|
| 24 | "_spec": "@jridgewell/resolve-uri@^3.1.0",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@jridgewell/trace-mapping",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Justin Ridgewell",
|
---|
| 28 | "email": "justin@ridgewell.name"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/jridgewell/resolve-uri/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
| 34 | "deprecated": false,
|
---|
| 35 | "description": "Resolve a URI relative to an optional base URI",
|
---|
| 36 | "devDependencies": {
|
---|
| 37 | "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
|
---|
| 38 | "@rollup/plugin-typescript": "8.3.0",
|
---|
| 39 | "@typescript-eslint/eslint-plugin": "5.10.0",
|
---|
| 40 | "@typescript-eslint/parser": "5.10.0",
|
---|
| 41 | "c8": "7.11.0",
|
---|
| 42 | "eslint": "8.7.0",
|
---|
| 43 | "eslint-config-prettier": "8.3.0",
|
---|
| 44 | "mocha": "9.2.0",
|
---|
| 45 | "npm-run-all": "4.1.5",
|
---|
| 46 | "prettier": "2.5.1",
|
---|
| 47 | "rollup": "2.66.0",
|
---|
| 48 | "typescript": "4.5.5"
|
---|
| 49 | },
|
---|
| 50 | "engines": {
|
---|
| 51 | "node": ">=6.0.0"
|
---|
| 52 | },
|
---|
[d565449] | 53 | "exports": {
|
---|
| 54 | ".": [
|
---|
| 55 | {
|
---|
| 56 | "types": "./dist/types/resolve-uri.d.ts",
|
---|
| 57 | "browser": "./dist/resolve-uri.umd.js",
|
---|
| 58 | "require": "./dist/resolve-uri.umd.js",
|
---|
| 59 | "import": "./dist/resolve-uri.mjs"
|
---|
| 60 | },
|
---|
| 61 | "./dist/resolve-uri.umd.js"
|
---|
| 62 | ],
|
---|
| 63 | "./package.json": "./package.json"
|
---|
| 64 | },
|
---|
| 65 | "files": [
|
---|
| 66 | "dist"
|
---|
| 67 | ],
|
---|
[79a0317] | 68 | "homepage": "https://github.com/jridgewell/resolve-uri#readme",
|
---|
| 69 | "keywords": [
|
---|
| 70 | "resolve",
|
---|
| 71 | "uri",
|
---|
| 72 | "url",
|
---|
| 73 | "path"
|
---|
| 74 | ],
|
---|
| 75 | "license": "MIT",
|
---|
| 76 | "main": "dist/resolve-uri.umd.js",
|
---|
| 77 | "module": "dist/resolve-uri.mjs",
|
---|
| 78 | "name": "@jridgewell/resolve-uri",
|
---|
| 79 | "repository": {
|
---|
| 80 | "type": "git",
|
---|
| 81 | "url": "git+https://github.com/jridgewell/resolve-uri.git"
|
---|
[d565449] | 82 | },
|
---|
| 83 | "scripts": {
|
---|
| 84 | "build": "run-s -n build:*",
|
---|
| 85 | "build:rollup": "rollup -c rollup.config.js",
|
---|
| 86 | "build:ts": "tsc --project tsconfig.build.json",
|
---|
| 87 | "lint": "run-s -n lint:*",
|
---|
| 88 | "lint:prettier": "npm run test:lint:prettier -- --write",
|
---|
| 89 | "lint:ts": "npm run test:lint:ts -- --fix",
|
---|
[79a0317] | 90 | "prebuild": "rm -rf dist",
|
---|
| 91 | "prepublishOnly": "npm run preversion",
|
---|
[d565449] | 92 | "pretest": "run-s build:rollup",
|
---|
[79a0317] | 93 | "preversion": "run-s test build",
|
---|
[d565449] | 94 | "test": "run-s -n test:lint test:only",
|
---|
[79a0317] | 95 | "test:coverage": "c8 mocha",
|
---|
[d565449] | 96 | "test:debug": "mocha --inspect-brk",
|
---|
| 97 | "test:lint": "run-s -n test:lint:*",
|
---|
| 98 | "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
|
---|
| 99 | "test:lint:ts": "eslint '{src,test}/**/*.ts'",
|
---|
| 100 | "test:only": "mocha",
|
---|
[79a0317] | 101 | "test:watch": "mocha --watch"
|
---|
[d565449] | 102 | },
|
---|
[79a0317] | 103 | "types": "dist/types/resolve-uri.d.ts",
|
---|
| 104 | "version": "3.1.2"
|
---|
[d565449] | 105 | }
|
---|