@visulima/source-map
Version:
Provides functionality related to source maps.
60 lines • 1.24 kB
JSON
{
"name": "@visulima/source-map",
"version": "2.0.5",
"description": "Provides functionality related to source maps.",
"keywords": [
"visulima",
"source-map",
"source",
"map",
"trace-mapping"
],
"homepage": "https://visulima.com/packages/source-map",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/source-map"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.31"
},
"engines": {
"node": ">=20.19 <=25.x"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}