Files
Seasoned/.npm/_cacache/content-v2/sha512/fd/74/a13b96b99f8e7dbc3e1da1405a954192c01351253a2f5b92848af701ffe9eaa79fa1e2ccecc583e2935f923d2ba08b8b6a356c899251e8fa269ab804f1bc

1 line
44 KiB
Plaintext

{"_id":"@jridgewell/source-map","_rev":"13-5eeec2962aeff1325050bcd3fb08ab2f","name":"@jridgewell/source-map","dist-tags":{"latest":"0.3.11"},"versions":{"0.3.0":{"name":"@jridgewell/source-map","version":"0.3.0","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.0","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"3970ddc111bd9fcd91731df4fcdd35353b91a590","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.0.tgz","fileCount":8,"integrity":"sha512-TZsD/uQOd/XZi0cA8iSgxh8WGFnM16kLBry34pHnM3rvD4FRwK2qHWevddtBLoub7Vro1RS64XXOQLXIMqmE4w==","signatures":[{"sig":"MEQCIC4wVxxKnkSc0nmAS5zgM1wlucRK7g/yNgBCurRCwH7rAiABK9GMcy1Oj97jSRQbBozm9Z4w0RVzaRWhHBY4GO0amw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":229006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibu15ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqLg//WYaWkqXBFUrYuPpPd+43EBlddkty7aaB7tr34K5BQHYCsSbA\r\nSpJbYqi2b3Jgq90fSZRvtwfAtdIRw99FbPgGD4g58BF9M6CCPuIrg064ta3K\r\n8CuY9/jwz7r6HvHIXqy5NGYaUyfBafTEXuOWz59mJXvafMMkvSTCNSLFYa1h\r\nIguV8bjBwqdl0RATwhYGEWQc3g6OvW2fLhLUZuXEwsSZUpBo0y8fX8wcrvkt\r\nGjBXJ9u4jK59kyc2pCr4dEk3SRCMraGrKUy1JcWfSpCFkndUrlwbdgPSjbDc\r\nRoQF27nb91r3ihVp5mQYPtEVvkyvhIusHDNDDNA9dgi8cIqubemNwcL0MZ8I\r\nRQYbgeAW81C0Of5Xgu/7uTq5tCrO9DF1BrxvhfAVkS8Lp1a2rzygYpYt5IR0\r\nNZ0X55JVl4YZ2v3ocvJm2Yo4/DajgMg5N25HrATS231fBdBoUhRaZe7WZGHM\r\nWnQGq0MtiNjaFCSVzyRFAtUh4XfbFNJJpN5Z45uI94q5PvBYD/f6N7exLdqP\r\nhIjCpquEccXO+/Sc9H2+Z7bdDYwaiRAThniJoPbLgsHjia6xZswoda2h6Ot3\r\nAlQEDRoRt9RnYMT1dE8QCZFqEmPsQyYbLWChpZBxDBQXK+S1NxLjRqWpA+fQ\r\nRwxXhxFHdbomXjKWQFy975q6tjlEAWGasMk=\r\n=soFH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/source-map.umd.js","module":"dist/source-map.mjs","exports":{".":{"import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./package.json":"./package.json"},"gitHead":"ca4b57d16450589bdaf20956caccd318303ac953","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"typings":"dist/types/source-map.d.ts","_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"8.6.0","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"18.0.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.0_1651436921213_0.5510738729734099","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@jridgewell/source-map","version":"0.3.1","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.1","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"a7a54e1f9adc78ba3029d1500185fbcb1e213bd2","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.1.tgz","fileCount":8,"integrity":"sha512-gqt+z2d0kIiUtI4boNGTINaBNDljT95R6MBiUoBRA62b+SfZg/MSFeblZBwul9PnzBB4Fks2aVq5l9WpM9WCAA==","signatures":[{"sig":"MEUCIQDGFJZr2TIQ8Ce+9N4F/17hz2PYYhrLrT6oXF4kkW8xUAIgSnctrir+IUB3hmR7lAEeDImS4Z2ZlyQU+xRfBunYNbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibvKBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSWRAAldvMoGPmj1kIP5TSednGj1+KIzXRoHiHHcO0EHKGA2e2bm4m\r\nq96yPXe3Jq8ezTZWZsGVya9qKYD4g+md5K4DVIIdyiDxpwDKh7ruXgmoiBdk\r\nob6KYPDLf/BtqwxDLgAx6BPM8Zcbpdgnk8ZfJmEEzkteRA7fR+OLUEizo62w\r\nnUrs/PI+nCAXZl7iql05ipuEf+AyLrj20GRf67w6dadiVJIEh8PVBHrECkoz\r\nF7RzmSUzqFnYQ9s05lhq2Z3clBnN8KDnFoOZt+pdG/+OQwWVpMtEoR8VGbqm\r\nTv0cT0UXsiwco3Z7CnnbXH6zZ/LbLu5U9D3ar9UCYxE/e7sdehGAmfKjHYAS\r\nzhDF40XmHaXZTJSq3b919uT1p4jAtQwHoX0a7e7F2kX4RH2hsLaRaAelwD04\r\niO5RwXC2eJ3YFTo3KrlY2ryKcaEuCa8WvAPo+S95chCnhvQ5JAE/WfZ4ziaI\r\nTc2R6MCw/jprE7EC1BtAv4ppWY3J41rPPZn68GrqVfW4gmxrMKcsouB6o+f2\r\nqpkKv8atwzJ/o3OMWj6by//LfJwpEPIodSNcJpZ9riukOHDmQKZ21e/CxM1B\r\nB+Cv/M9DpvggPXNDk5L6KRGgkrae85mFaZrB+OtOpEKNxcbZiRDzCKvbbiRX\r\nzS4r90xVzmQh6HlNcM38xw5k8TqoIlSEwbg=\r\n=2+ys\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/source-map.umd.js","module":"dist/source-map.mjs","exports":{".":{"import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./package.json":"./package.json"},"gitHead":"e1c966022a20f71ad6a1c64877b06d43999f664b","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"typings":"dist/types/source-map.d.ts","_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"8.6.0","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"18.0.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.1_1651438209039_0.44054804160862604","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@jridgewell/source-map","version":"0.3.2","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.2","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"f45351aaed4527a298512ec72f81040c998580fb","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz","fileCount":8,"integrity":"sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==","signatures":[{"sig":"MEUCIQDSXlb59xbPQiHVolPAoEfp+wj6NFgffWFn+tZQhhBs5wIgGJatu1bQxYHSbpW5WjQjWmloPDpBzwCJZ4RxJ/ggmzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibvXEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqn/A/6AiulmrxB4S8a/VYOrTpz4yglx3f2lr68XV2rnOLf6EMo7658\r\ns487vue+2k9okglvPeGYCTVH+s3++yUKeD3AoHlV2vGLZywoHTrRWvxmNPkU\r\n3JGYrB1Gh5jDK8sKXGPOYBck7BBbfdZCevAVMi2Sp1MpRjGsIRbiFo+5gmx6\r\nRbFXfja2zILGuFowJ+tVMYXIO5Sxdvfoo8jV+5PMDKQp3SRvSDLBYLCzitU/\r\n3oNOvbbmLLE+FNCchNnLjE8esQ/vw8WwukccL42CkFEhdAuJpPNzthmIEgZO\r\nT4P7jy5kLrhxHXMRSx9HNUZUQqGwRVQJcbOQ0QGHmHUR8HWlV0AYjr+gf29L\r\nLehhpbq2PG7x3WIi3NL/mCQqRhGkWRbzisv/IXFaknXsCe0Da1sz2TgKWU7l\r\n8tlo7+wZMVg804WGna80smITkn6Da/S0XUi+KhfuT8QAwDTwDridTyxhSamr\r\nMD416TxuMSEhl5lhsN9BGqspWd0Lfu42VUgCFKwO7JABsxmd13xF4oUFCAQb\r\nN13F/xfltgAMZTCEVDzGe5z1UKDY+kH1obkczif6js7cqB3CM9hVlzLnv6Z1\r\n5Lq5MKbKOYJeWzT+D+Mu2LdJZ3HOJBDceS1wUbICy8kfwzKXv88vPDbKHDL4\r\nrYKtgMXfGqFDIUDp1MjCKLIAwUSXLUXX93o=\r\n=i8We\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/source-map.umd.js","module":"dist/source-map.mjs","exports":{".":{"import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./package.json":"./package.json"},"gitHead":"b7c3b0bd1745be2d093063128ad8391c05ccf7b7","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"typings":"dist/types/source-map.d.ts","_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"6.14.16","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"14.19.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.2_1651439044699_0.903848179376515","host":"s3://npm-registry-packages"}},"0.3.3":{"name":"@jridgewell/source-map","version":"0.3.3","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.3","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"8108265659d4c33e72ffe14e33d6cc5eb59f2fda","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz","fileCount":8,"integrity":"sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==","signatures":[{"sig":"MEQCIBsfbf+oKpafJBmfkrT1zhSu7NWi/3ATbDjNUNtcVcJHAiApUjtg+rY64fNICcLhcHm7xrUv7YHWcvXIUMPk3aRkJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkL4M4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraqQ/+P1VlS46FS9oVZuoybfEp/lko/8wtte1R6a0G5mEwW+a0ahIk\r\n5bZauQnP0Hh5CHqp59E0B993Xc30UTP7rMJVg4WDlQt6eeI+9u0X+JtW2iXu\r\njFgOelRvlg+aX3ydKStuVyfzOxRGfEOUew8o3uqrxexbyc2ksG62xvv2bIil\r\nWD82GWCaW2abXQah6j9MPPKKNGcIXkWa/m7ZXMWt3Yh7OCrhU+lNPT9LCOls\r\nh6qDHoM7mQQ5BwvprLN7wDZIH8C8Ft7jwO2oXcXSGMXvAUYBaIrwtv4xsXSA\r\n1M7I41IgndZZxCSfuKuwCuP99p0fdOpyy1F5L2cxPg0iVWOWbchy4RyENEf5\r\nacq5SXKIAUWNnSRL6SKoy1c73/M3/jSfpaKgSIRXXw9K9utvzB51uCqO9+dg\r\nAptO3KqM6PRHRrb2uI6YL33PvsOM28iKiXtKDUjs4uN+I2XGFewEpqL8nbF6\r\nR2IZrwdXerzEFArv3iTb+BN4SHdHD61NCCEsgFZaX+F/qRd1sVCSMUthVvQf\r\n18GJdhKsJec4md3O4g4k9wYu2mdDNYKFvxjjpKEwO18fUCilnvRYdO6MDHPa\r\nYBIDZCvu8WRwzmmMVTXp3XQIidnbIXsJqKOfr2VL7apX10pJUVSF0NHECRor\r\nZ5Rsj2fQKJ+LQiHwgROr/GlPVk+5O9O2COI=\r\n=rHBQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/source-map.umd.js","types":"dist/types/source-map.d.ts","module":"dist/source-map.mjs","exports":{".":[{"types":"./dist/types/source-map.d.ts","import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"bd5f63bd90b6b0e3b2fa7e5ef258173f2dda6cc0","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"9.5.0","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"18.15.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.3_1680835384148_0.2720775997594247","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"@jridgewell/source-map","version":"0.3.4","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.4","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"856a142864530d4059dda415659b48d37db2d556","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.4.tgz","fileCount":8,"integrity":"sha512-KE/SxsDqNs3rrWwFHcRh15ZLVFrI0YoZtgAdIyIq9k5hUNmiWRXXThPomIxHuL20sLdgzbDFyvkUMna14bvtrw==","signatures":[{"sig":"MEUCIGPMHrs9OU7LDJeZs3bD6l1JHV1LRlQAoyXWcE2iUH7pAiEAqaDtFeSXOhJGa66RBTN7RpSkMs+W4+mzjBlHj7GpRs8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231556},"main":"dist/source-map.umd.js","types":"dist/types/source-map.d.ts","module":"dist/source-map.mjs","exports":{".":[{"types":"./dist/types/source-map.d.ts","import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"74c6e9d0ca771dbec1265a04e25db2a34628247b","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"deprecated":"the version has a bug with typescript type resolution","repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"9.5.0","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"18.15.0","_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.4_1688059547774_0.07819354366403553","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"@jridgewell/source-map","version":"0.3.5","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.5","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"a3bb4d5c6825aab0d281268f47f6ad5853431e91","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz","fileCount":8,"integrity":"sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==","signatures":[{"sig":"MEUCIQC2hfSKdAbIOjCA+2a+6mYElmueDH6nRdT/G68ogun5nwIgQMAMxflOyh0eSjjbd4abeG4yUmnJD8EGttXnWAeyOlc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231580},"main":"dist/source-map.umd.js","types":"dist/types/source-map.d.ts","module":"dist/source-map.mjs","exports":{".":[{"types":"./dist/types/source-map.d.ts","import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.umd.js"},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"cdd9e75485c511ef781ca8426333073728b80bfb","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","pretest":"run-s build:rollup","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"mocha","preversion":"run-s test build","test:debug":"mocha --inspect-brk","test:watch":"mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"9.5.0","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"18.15.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.0","@jridgewell/trace-mapping":"^0.3.9"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"9.2.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.5_1688411247980_0.3056247590554553","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"@jridgewell/source-map","version":"0.3.6","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.6","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/source-map#readme","bugs":{"url":"https://github.com/jridgewell/source-map/issues"},"dist":{"shasum":"9d71ca886e32502eb9362c9a74a46787c36df81a","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz","fileCount":10,"integrity":"sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==","signatures":[{"sig":"MEUCIQCt+Bm/zwQHZtcTnk7/z4vn8thGttNmDW47I3ejhptleAIgJxyMQ5XNqnUQW949WHTdOOkCNLzTt66rULQtatUBLOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177363},"main":"dist/source-map.cjs","types":"dist/types/source-map.d.ts","module":"dist/source-map.mjs","exports":{".":[{"types":"./dist/types/source-map.d.ts","import":"./dist/source-map.mjs","browser":"./dist/source-map.umd.js","require":"./dist/source-map.cjs"},"./dist/source-map.cjs"],"./package.json":"./package.json"},"gitHead":"e42039d6453b125085e860c391e7e962225f3afc","scripts":{"lint":"run-s -n lint:*","test":"run-s -n test:lint test:only","build":"run-s -n build:*","lint:ts":"npm run test:lint:ts -- --fix","build:ts":"tsc --project tsconfig.build.json","prebuild":"rm -rf dist","test:lint":"run-s -n test:lint:*","test:only":"ts-mocha","preversion":"run-s test build","test:debug":"ts-mocha --inspect-brk","test:watch":"ts-mocha --watch","build:rollup":"rollup -c rollup.config.js","test:lint:ts":"eslint '{src,test}/**/*.ts'","lint:prettier":"npm run test:lint:prettier -- --write","test:coverage":"c8 --reporter text --reporter html ts-mocha","prepublishOnly":"npm run preversion","test:lint:prettier":"prettier --check '{src,test}/**/*.ts'"},"_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/source-map.git","type":"git"},"_npmVersion":"9.8.1","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"20.6.1","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.0","mocha":"10.0.0","eslint":"8.7.0","rollup":"2.66.0","prettier":"2.5.1","ts-mocha":"10.0.0","typescript":"4.5.5","@types/node":"17.0.30","npm-run-all":"4.1.5","@types/mocha":"9.1.1","eslint-config-prettier":"8.3.0","@rollup/plugin-typescript":"8.3.0","@typescript-eslint/parser":"5.10.0","@rollup/plugin-node-resolve":"13.2.1","@typescript-eslint/eslint-plugin":"5.10.0"},"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.6_1710213851331_0.9200125978275233","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"@jridgewell/source-map","version":"0.3.7","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.7","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"dist":{"shasum":"b2389f88c3857b104b69cdd8605241228fc08fa8","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.7.tgz","fileCount":12,"integrity":"sha512-maArE+jvYbj06DXh2iFlXSSDjTWXODlPTQHdDRQdGoYw7KvT4SfYCnPHfCyww8Z3JqFsW0BBjPLj8A2fwAvv7Q==","signatures":[{"sig":"MEYCIQDE81vui5Pa5+PYvZt2bX6hDxBmfPuR15j605CpaAwk9QIhAKOyaf/9qoqAiRbyz9PIGu/8vbT5T92frEnZmkWXr2Yv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":32060},"main":"dist/source-map.umd.js","types":"types/source-map.d.cts","module":"dist/source-map.mjs","exports":{".":[{"import":{"types":"./types/source-map.d.mts","default":"./dist/source-map.mjs"},"browser":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"},"require":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"},"module-sync":{"types":"./types/source-map.d.mts","default":"./dist/source-map.mjs"}},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"90648758f7150574cf6cfd073acadb86f37cf24f","scripts":{"lint":"run-s -n lint:types lint:format","test":"run-s -n test:types test:only test:format","build":"run-s -n build:code build:types","clean":"run-s -n clean:code clean:types","benchmark":"run-s build:code benchmark:*","test:only":"mocha","build:code":"node ../../esbuild.mjs source-map.ts","clean:code":"tsc --build --clean tsconfig.build.json","lint:types":"npm run test:types -- --fix","test:types":"eslint '{src,test}/**/*.ts'","build:types":"run-s build:types:force build:types:emit build:types:mts","clean:types":"rimraf dist types","lint:format":"npm run test:format -- --write","test:format":"prettier --check '{src,test}/**/*.ts'","benchmark:only":"node --expose-gc benchmark/index.js","prepublishOnly":"npm run-s -n build test","build:types:mts":"node ../../mts-types.mjs","build:types:emit":"tsc --project tsconfig.build.json","benchmark:install":"cd benchmark && npm install","build:types:force":"rimraf tsconfig.build.tsbuildinfo"},"_npmUser":{"name":"jridgewell","actor":{"name":"jridgewell","type":"user","email":"justin+npm@ridgewell.name"},"email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/sourcemaps.git","type":"git","directory":"packages/source-map"},"_npmVersion":"10.2.3","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"20.10.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.7_1751233518515_0.8385963344851985","host":"s3://npm-registry-packages-npm-production"}},"0.3.8":{"name":"@jridgewell/source-map","version":"0.3.8","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.8","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"dist":{"shasum":"0af4be466bcbcbc7206f69623e32b3cefe3b39cd","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.8.tgz","fileCount":12,"integrity":"sha512-3EDAPd0B8X1gsQQgGHU8vyxSp2MB414z3roN67fY7nI0GV3GDthHfaWcbCfrC95tpAzA5xUvAuoO9Dxx/ywwRQ==","signatures":[{"sig":"MEYCIQChNu4Jf4EpSiOEUQy9Dj+ES7CIacn2afvqcCk4Zx5KSQIhAIoJIN3ikmBxqa6PTBp8hgnkcA3XfIw8uW6E5tyHCFN2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":31932},"main":"dist/source-map.umd.js","types":"types/source-map.d.cts","module":"dist/source-map.mjs","exports":{".":[{"import":{"types":"./types/source-map.d.mts","default":"./dist/source-map.mjs"},"browser":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"},"require":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"}},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"dad47801cf1793389c88aeea2b2f688e98113eaa","scripts":{"lint":"run-s -n lint:types lint:format","test":"run-s -n test:types test:only test:format","build":"run-s -n build:code build:types","clean":"run-s -n clean:code clean:types","benchmark":"run-s build:code benchmark:*","test:only":"mocha","build:code":"node ../../esbuild.mjs source-map.ts","clean:code":"tsc --build --clean tsconfig.build.json","lint:types":"npm run test:types -- --fix","test:types":"eslint '{src,test}/**/*.ts'","build:types":"run-s build:types:force build:types:emit build:types:mts","clean:types":"rimraf dist types","lint:format":"npm run test:format -- --write","test:format":"prettier --check '{src,test}/**/*.ts'","benchmark:only":"node --expose-gc benchmark/index.js","prepublishOnly":"npm run-s -n build test","build:types:mts":"node ../../mts-types.mjs","build:types:emit":"tsc --project tsconfig.build.json","benchmark:install":"cd benchmark && npm install","build:types:force":"rimraf tsconfig.build.tsbuildinfo"},"_npmUser":{"name":"jridgewell","actor":{"name":"jridgewell","type":"user","email":"justin+npm@ridgewell.name"},"email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/sourcemaps.git","type":"git","directory":"packages/source-map"},"_npmVersion":"10.2.3","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"20.10.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.8_1751259864684_0.423367041370154","host":"s3://npm-registry-packages-npm-production"}},"0.3.9":{"name":"@jridgewell/source-map","version":"0.3.9","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.9","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"dist":{"shasum":"5214695c6c17cab66b23fb796c838d0d7f215875","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.9.tgz","fileCount":12,"integrity":"sha512-amBU75CKOOkcQLfyM6J+DnWwz41yTsWI7o8MQ003LwUIWb4NYX/evAblTx1oBBYJySqL/zHPxHXDw5ewpQaUFw==","signatures":[{"sig":"MEQCIHRfT45bev9KsnpRMnqNsZJM4PYIGQqKTCXLZaDHwg5hAiAadQbZi0RU2kW4Co1VHwDZBXRkaO2IHlkkLE4d2ZVJkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":32292},"main":"dist/source-map.umd.js","types":"types/source-map.d.cts","module":"dist/source-map.mjs","exports":{".":[{"import":{"types":"./types/source-map.d.mts","default":"./dist/source-map.mjs"},"browser":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"},"require":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"}},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"d2578bd71829135bee7f510e62f898bcde97e80a","scripts":{"lint":"run-s -n lint:types lint:format","test":"run-s -n test:types test:only test:format","build":"run-s -n build:code build:types","clean":"run-s -n clean:code clean:types","benchmark":"run-s build:code benchmark:*","test:only":"mocha","build:code":"node ../../esbuild.mjs source-map.ts","clean:code":"tsc --build --clean tsconfig.build.json","lint:types":"npm run test:types -- --fix","test:types":"eslint '{src,test}/**/*.ts'","build:types":"run-s build:types:force build:types:emit build:types:mts","clean:types":"rimraf dist types","lint:format":"npm run test:format -- --write","test:format":"prettier --check '{src,test}/**/*.ts'","benchmark:only":"node --expose-gc benchmark/index.js","prepublishOnly":"npm run-s -n build test","build:types:mts":"node ../../mts-types.mjs","build:types:emit":"tsc --project tsconfig.build.json","benchmark:install":"cd benchmark && npm install","build:types:force":"rimraf tsconfig.build.tsbuildinfo"},"_npmUser":{"name":"jridgewell","actor":{"name":"jridgewell","type":"user","email":"justin+npm@ridgewell.name"},"email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/sourcemaps.git","type":"git","directory":"packages/source-map"},"_npmVersion":"10.2.3","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"20.10.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.9_1751306888125_0.1288705933410892","host":"s3://npm-registry-packages-npm-production"}},"0.3.10":{"name":"@jridgewell/source-map","version":"0.3.10","keywords":["sourcemap","source","map"],"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","_id":"@jridgewell/source-map@0.3.10","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"dist":{"shasum":"a35714446a2e84503ff9bfe66f1d1d4846f2075b","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz","fileCount":12,"integrity":"sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==","signatures":[{"sig":"MEQCIHRXZ5mQjJpVRbCI1E9fGty6D5TBje1oyFxKI+Trkjq8AiA9UWHW1l5itL3uPpmZfq7+kjJ1JwbW5qCG8qfbU7J1bg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":33319},"main":"dist/source-map.umd.js","types":"types/source-map.d.cts","module":"dist/source-map.mjs","exports":{".":[{"import":{"types":"./types/source-map.d.mts","default":"./dist/source-map.mjs"},"browser":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"},"require":{"types":"./types/source-map.d.cts","default":"./dist/source-map.umd.js"}},"./dist/source-map.umd.js"],"./package.json":"./package.json"},"gitHead":"3c6286e949d58c2bc6e27334385349c6a83c6d7d","scripts":{"lint":"run-s -n lint:types lint:format","test":"run-s -n test:types test:only test:format","build":"run-s -n build:code build:types","clean":"run-s -n clean:code clean:types","benchmark":"run-s build:code benchmark:*","test:only":"mocha","build:code":"node ../../esbuild.mjs source-map.ts","clean:code":"tsc --build --clean tsconfig.build.json","lint:types":"npm run test:types -- --fix","test:types":"eslint '{src,test}/**/*.ts'","build:types":"run-s build:types:force build:types:emit build:types:mts","clean:types":"rimraf dist types","lint:format":"npm run test:format -- --write","test:format":"prettier --check '{src,test}/**/*.ts'","benchmark:only":"node --expose-gc benchmark/index.js","prepublishOnly":"npm run-s -n build test","build:types:mts":"node ../../mts-types.mjs","build:types:emit":"tsc --project tsconfig.build.json","benchmark:install":"cd benchmark && npm install","build:types:force":"rimraf tsconfig.build.tsbuildinfo"},"_npmUser":{"name":"jridgewell","actor":{"name":"jridgewell","type":"user","email":"justin+npm@ridgewell.name"},"email":"justin+npm@ridgewell.name"},"repository":{"url":"git+https://github.com/jridgewell/sourcemaps.git","type":"git","directory":"packages/source-map"},"_npmVersion":"10.2.3","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","directories":{},"_nodeVersion":"20.10.0","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/source-map_0.3.10_1751393909374_0.37587169917661445","host":"s3://npm-registry-packages-npm-production"}},"0.3.11":{"name":"@jridgewell/source-map","version":"0.3.11","description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","keywords":["sourcemap","source","map"],"main":"dist/source-map.umd.js","module":"dist/source-map.mjs","types":"types/source-map.d.cts","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"},"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:force":"rimraf tsconfig.build.tsbuildinfo","build:types:emit":"tsc --project tsconfig.build.json","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","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'","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"},"homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","repository":{"type":"git","url":"git+https://github.com/jridgewell/sourcemaps.git","directory":"packages/source-map"},"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","dependencies":{"@jridgewell/gen-mapping":"^0.3.5","@jridgewell/trace-mapping":"^0.3.25"},"_id":"@jridgewell/source-map@0.3.11","gitHead":"095a5825c482003597a30aa380b50159219f3618","bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"_nodeVersion":"24.4.1","_npmVersion":"11.4.2","dist":{"integrity":"sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==","shasum":"b21835cbd36db656b857c2ad02ebd413cc13a9ba","tarball":"https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz","fileCount":12,"unpackedSize":33473,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIC79JET7UH0nCL5ToBNT7u911z1nYIrq5USicQODXohSAiEAs76qUo3xVSwG9OXb7LQI9EIUM8YxqABxLq44WjwsD10="}]},"_npmUser":{"name":"jridgewell","email":"justin+npm@ridgewell.name"},"directories":{},"maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/source-map_0.3.11_1754981026238_0.9230700533960869"},"_hasShrinkwrap":false}},"time":{"created":"2022-05-01T20:28:41.156Z","modified":"2025-08-12T06:43:46.676Z","0.3.0":"2022-05-01T20:28:41.420Z","0.3.1":"2022-05-01T20:50:09.164Z","0.3.2":"2022-05-01T21:04:04.833Z","0.3.3":"2023-04-07T02:43:04.304Z","0.3.4":"2023-06-29T17:25:48.012Z","0.3.5":"2023-07-03T19:07:28.181Z","0.3.6":"2024-03-12T03:24:11.534Z","0.3.7":"2025-06-29T21:45:18.698Z","0.3.8":"2025-06-30T05:04:24.857Z","0.3.9":"2025-06-30T18:08:08.357Z","0.3.10":"2025-07-01T18:18:29.538Z","0.3.11":"2025-08-12T06:43:46.471Z"},"bugs":{"url":"https://github.com/jridgewell/sourcemaps/issues"},"author":{"name":"Justin Ridgewell","email":"justin@ridgewell.name"},"license":"MIT","homepage":"https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map","keywords":["sourcemap","source","map"],"repository":{"type":"git","url":"git+https://github.com/jridgewell/sourcemaps.git","directory":"packages/source-map"},"description":"Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API","maintainers":[{"name":"jridgewell","email":"justin+npm@ridgewell.name"}],"readme":"# @jridgewell/source-map\n\n> Packages `@jridgewell/trace-mapping` and `@jridgewell/gen-mapping` into the familiar source-map API\n\nThis isn't the full API, but it's the core functionality. This wraps\n[@jridgewell/trace-mapping][trace-mapping] and [@jridgewell/gen-mapping][gen-mapping]\nimplementations.\n\n## Installation\n\n```sh\nnpm install @jridgewell/source-map\n```\n\n## Usage\n\nTODO\n\n### SourceMapConsumer\n\n```typescript\nimport { SourceMapConsumer } from '@jridgewell/source-map';\nconst smc = new SourceMapConsumer({\n version: 3,\n names: ['foo'],\n sources: ['input.js'],\n mappings: 'AAAAA',\n});\n```\n\n#### SourceMapConsumer.fromSourceMap(mapGenerator[, mapUrl])\n\nTransforms a `SourceMapGenerator` into a `SourceMapConsumer`.\n\n```typescript\nconst smg = new SourceMapGenerator();\n\nconst smc = SourceMapConsumer.fromSourceMap(map);\nsmc.originalPositionFor({ line: 1, column: 0 });\n```\n\n#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition)\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.originalPositionFor({ line: 1, column: 0 });\n```\n\n#### SourceMapConsumer.prototype.mappings\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.mappings; // AAAA\n```\n\n#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.allGeneratedpositionsfor({ line: 1, column: 5, source: \"baz.ts\" });\n// [\n// { line: 2, column: 8 }\n// ]\n```\n\n#### SourceMapConsumer.prototype.eachMapping(callback[, context[, order]])\n\n> This implementation currently does not support the \"order\" parameter.\n> This function can only iterate in Generated order.\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.eachMapping((mapping) => {\n// { source: 'baz.ts',\n// generatedLine: 4,\n// generatedColumn: 5,\n// originalLine: 4,\n// originalColumn: 5,\n// name: null }\n});\n```\n\n#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition)\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.generatedPositionFor({ line: 1, column: 5, source: \"baz.ts\" });\n// { line: 2, column: 8 }\n```\n\n#### SourceMapConsumer.prototype.hasContentsOfAllSources()\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.hasContentsOfAllSources();\n// true\n```\n\n#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])\n\n```typescript\nconst smc = new SourceMapConsumer(map);\nsmc.generatedPositionFor(\"baz.ts\");\n// \"export default ...\"\n```\n\n#### SourceMapConsumer.prototype.version\n\nReturns the source map's version\n\n### SourceMapGenerator\n\n```typescript\nimport { SourceMapGenerator } from '@jridgewell/source-map';\nconst smg = new SourceMapGenerator({\n file: 'output.js',\n sourceRoot: 'https://example.com/',\n});\n```\n\n#### SourceMapGenerator.fromSourceMap(map)\n\nTransform a `SourceMapConsumer` into a `SourceMapGenerator`.\n\n```typescript\nconst smc = new SourceMapConsumer();\nconst smg = SourceMapGenerator.fromSourceMap(smc);\n```\n\n#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])\n\n> This method is not implemented yet\n\n#### SourceMapGenerator.prototype.addMapping(mapping)\n\n```typescript\nconst smg = new SourceMapGenerator();\nsmg.addMapping({\n generated: { line: 1, column: 0 },\n source: 'input.js',\n original: { line: 1, column: 0 },\n name: 'foo',\n});\n```\n\n#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)\n\n```typescript\nconst smg = new SourceMapGenerator();\nsmg.setSourceContent('input.js', 'foobar');\n```\n\n#### SourceMapGenerator.prototype.toJSON()\n\n```typescript\nconst smg = new SourceMapGenerator();\nsmg.toJSON(); // { version: 3, names: [], sources: [], mappings: '' }\n```\n\n#### SourceMapGenerator.prototype.toString()\n\n```typescript\nconst smg = new SourceMapGenerator();\nsmg.toJSON(); // \"{version:3,names:[],sources:[],mappings:''}\"\n```\n\n#### SourceMapGenerator.prototype.toDecodedMap()\n\n```typescript\nconst smg = new SourceMapGenerator();\nsmg.toDecodedMap(); // { version: 3, names: [], sources: [], mappings: [] }\n```\n\n## Known differences with other implementations\n\nThis implementation has some differences with `source-map` and `source-map-js`.\n\n- `SourceMapConsumer.prototype.eachMapping()`\n - Does not support the `order` argument\n- `SourceMapGenerator.prototype.applySourceMap()`\n - Not implemented\n\n[trace-mapping]: https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping/\n[gen-mapping]: https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping/\n","readmeFilename":"README.md"}