{
  "name": "@peggyjs/from-mem",
  "version": "1.3.5",
  "description": "Load a string as if it was an esm or commonjs module with a given filename.",
  "main": "index.js",
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peggyjs/from-mem.git"
  },
  "dependencies": {
    "semver": "7.6.3"
  },
  "packageManager": "pnpm@9.12.1",
  "engines": {
    "node": ">=18"
  }
}