{
  "name": "load-source-map",
  "version": "3.0.1",
  "description": "Reads a source file and extracts a sourcemap for consumption (inline or external)",
  "main": "lib/index.js",
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "test": "tape test/test.js && standard",
    "prepublishOnly": "npm test",
    "coverage": "nyc --reporter text --reporter lcov tape test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/load-source-map.git"
  },
  "keywords": [
    "sourcemap",
    "stacktrace"
  ],
  "files": [
    "lib"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/load-source-map/issues"
  },
  "homepage": "https://github.com/rexxars/load-source-map#readme",
  "dependencies": {
    "source-map": "^0.8.0-beta.0"
  },
  "devDependencies": {
    "nyc": "^15.1.0",
    "standard": "^16.0.4",
    "tape": "^5.5.2"
  },
  "standard": {
    "ignore": [
      "/test/fixtures/src/",
      "/test/fixtures/lib/",
      "/test/fixtures/lib-inline/"
    ]
  }
}
