This commit is contained in:
Alex Yang
2026-03-30 01:04:46 +08:00
parent 050aa421b1
commit f627244b8f
5978 changed files with 1502187 additions and 2947 deletions
+100
View File
@@ -0,0 +1,100 @@
{
"_from": "@jridgewell/source-map@^0.3.3",
"_id": "@jridgewell/source-map@0.3.11",
"_inBundle": false,
"_integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
"_location": "/@jridgewell/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jridgewell/source-map@^0.3.3",
"name": "@jridgewell/source-map",
"escapedName": "@jridgewell%2fsource-map",
"scope": "@jridgewell",
"rawSpec": "^0.3.3",
"saveSpec": null,
"fetchSpec": "^0.3.3"
},
"_requiredBy": [
"/terser"
],
"_resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
"_shasum": "b21835cbd36db656b857c2ad02ebd413cc13a9ba",
"_spec": "@jridgewell/source-map@^0.3.3",
"_where": "/root/dns/node_modules/terser",
"author": {
"name": "Justin Ridgewell",
"email": "justin@ridgewell.name"
},
"bugs": {
"url": "https://github.com/jridgewell/sourcemaps/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25"
},
"deprecated": false,
"description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
"exports": {
".": [
{
"import": {
"types": "./types/source-map.d.mts",
"default": "./dist/source-map.mjs"
},
"default": {
"types": "./types/source-map.d.cts",
"default": "./dist/source-map.umd.js"
}
},
"./dist/source-map.umd.js"
],
"./package.json": "./package.json"
},
"files": [
"dist",
"src",
"types"
],
"homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map",
"keywords": [
"sourcemap",
"source",
"map"
],
"license": "MIT",
"main": "dist/source-map.umd.js",
"module": "dist/source-map.mjs",
"name": "@jridgewell/source-map",
"repository": {
"type": "git",
"url": "git+https://github.com/jridgewell/sourcemaps.git",
"directory": "packages/source-map"
},
"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 source-map.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/source-map.d.cts",
"version": "0.3.11"
}