{ "_args": [ [ "@jridgewell/resolve-uri@1.0.0", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "@jridgewell/resolve-uri@1.0.0", "_id": "@jridgewell/resolve-uri@1.0.0", "_inBundle": false, "_integrity": "sha512-9oLAnygRMi8Q5QkYEU4XWK04B+nuoXoxjRvRxgjuChkLZFBja0YPSgdZ7dZtwhncLBcQe/I/E+fLuk5qxcYVJA==", "_location": "/@jridgewell/resolve-uri", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@jridgewell/resolve-uri@1.0.0", "name": "@jridgewell/resolve-uri", "escapedName": "@jridgewell%2fresolve-uri", "scope": "@jridgewell", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/@ampproject/remapping" ], "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-1.0.0.tgz", "_spec": "1.0.0", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Justin Ridgewell", "email": "jridgewell@google.com" }, "bugs": { "url": "https://github.com/jridgewell/resolve-uri/issues" }, "description": "Resolve a URI relative to an optional base URI", "devDependencies": { "@types/jest": "24.0.15", "@types/node": "12.6.2", "jest": "24.8.0", "jest-config": "24.8.0", "npm-run-all": "4.1.5", "prettier": "1.18.2", "rollup": "1.16.7", "rollup-plugin-commonjs": "10.0.1", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-sourcemaps": "0.4.2", "rollup-plugin-typescript": "1.0.1", "ts-jest": "24.0.2", "ts-node": "8.3.0", "tslint": "5.18.0", "tslint-config-prettier": "1.18.0", "tslint-config-standard": "8.0.1", "typescript": "3.5.3" }, "engines": { "node": ">=6.0.0" }, "files": [ "dist" ], "homepage": "https://github.com/jridgewell/resolve-uri#readme", "keywords": [ "resolve", "uri", "url", "path" ], "license": "MIT", "main": "dist/resolve-uri.umd.js", "module": "dist/resolve-uri.mjs", "name": "@jridgewell/resolve-uri", "repository": { "type": "git", "url": "git+https://github.com/jridgewell/resolve-uri.git" }, "scripts": { "build": "run-s -n build:*", "build:rollup": "rollup -c rollup.config.ts", "build:ts": "tsc --module commonjs", "lint": "run-s -n lint:*", "lint:prettier": "npm run test:lint:prettier -- --write", "lint:ts": "npm run test:lint:ts -- --fix", "prebuild": "rm -rf dist", "prepublishOnly": "npm run preversion", "preversion": "run-s test:prod build", "test": "jest --coverage", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", "test:lint": "run-s -n test:lint:*", "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", "test:lint:ts": "tslint --project tsconfig.json -t codeFrame '{src,test}/**/*.ts'", "test:prod": "run-s -n test:lint 'test --no-cache'", "test:watch": "jest --coverage --watch" }, "typings": "dist/types/resolve-uri.d.ts", "version": "1.0.0" }