{
  "name": "@peggyjs/from-mem",
  "version": "3.1.3",
  "description": "Load a string as if it was an esm or commonjs module with a given filename.",
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "lib",
    "types"
  ],
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peggyjs/from-mem.git"
  },
  "dependencies": {
    "semver": "7.7.4"
  },
  "packageManager": "pnpm@10.30.3",
  "pnpm": {
    "overrides": {
      "c8@11.0.0>yargs": "18.0.0"
    }
  },
  "engines": {
    "node": ">=20.8"
  }
}