| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@jridgewell/trace-mapping/ |
Upload File : |
{
"_args": [
[
"@jridgewell/trace-mapping@0.3.30",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "@jridgewell/trace-mapping@0.3.30",
"_id": "@jridgewell/trace-mapping@0.3.30",
"_inBundle": false,
"_integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==",
"_location": "/@jridgewell/trace-mapping",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jridgewell/trace-mapping@0.3.30",
"name": "@jridgewell/trace-mapping",
"escapedName": "@jridgewell%2ftrace-mapping",
"scope": "@jridgewell",
"rawSpec": "0.3.30",
"saveSpec": null,
"fetchSpec": "0.3.30"
},
"_requiredBy": [
"/@ampproject/remapping",
"/@babel/generator",
"/@jridgewell/gen-mapping",
"/@jridgewell/source-map"
],
"_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz",
"_spec": "0.3.30",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Justin Ridgewell",
"email": "justin@ridgewell.name"
},
"bugs": {
"url": "https://github.com/jridgewell/sourcemaps/issues"
},
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
},
"description": "Trace the original position through a source map",
"exports": {
".": [
{
"import": {
"types": "./types/trace-mapping.d.mts",
"default": "./dist/trace-mapping.mjs"
},
"default": {
"types": "./types/trace-mapping.d.cts",
"default": "./dist/trace-mapping.umd.js"
}
},
"./dist/trace-mapping.umd.js"
],
"./package.json": "./package.json"
},
"files": [
"dist",
"src",
"types"
],
"homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping",
"keywords": [
"source",
"map"
],
"license": "MIT",
"main": "dist/trace-mapping.umd.js",
"module": "dist/trace-mapping.mjs",
"name": "@jridgewell/trace-mapping",
"repository": {
"type": "git",
"url": "git+https://github.com/jridgewell/sourcemaps.git",
"directory": "packages/trace-mapping"
},
"scripts": {
"benchmark": "run-s build:code benchmark:*",
"benchmark:install": "cd benchmark && npm install",
"benchmark:only": "node --expose-gc benchmark/index.js",
"build": "run-s -n build:code build:types",
"build:code": "node ../../esbuild.mjs trace-mapping.ts",
"build:types": "run-s build:types:force build:types:emit build:types:mts",
"build:types:emit": "tsc --project tsconfig.build.json",
"build:types:force": "rimraf tsconfig.build.tsbuildinfo",
"build:types:mts": "node ../../mts-types.mjs",
"clean": "run-s -n clean:code clean:types",
"clean:code": "tsc --build --clean tsconfig.build.json",
"clean:types": "rimraf dist types",
"lint": "run-s -n lint:types lint:format",
"lint:format": "npm run test:format -- --write",
"lint:types": "npm run test:types -- --fix",
"prepublishOnly": "npm run-s -n build test",
"test": "run-s -n test:types test:only test:format",
"test:format": "prettier --check '{src,test}/**/*.ts'",
"test:only": "mocha",
"test:types": "eslint '{src,test}/**/*.ts'"
},
"types": "types/trace-mapping.d.cts",
"version": "0.3.30"
}