23 lines
566 B
JSON
23 lines
566 B
JSON
|
|
{
|
||
|
|
"name": "@peggyjs/from-mem",
|
||
|
|
"version": "1.2.1",
|
||
|
|
"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",
|
||
|
|
"dependencies": {
|
||
|
|
"semver": "7.6.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@peggyjs/eslint-config": "3.2.3",
|
||
|
|
"@types/node": "20.11.20",
|
||
|
|
"@types/semver": "7.5.8",
|
||
|
|
"c8": "9.1.0",
|
||
|
|
"eslint": "8.57.0",
|
||
|
|
"typescript": "5.3.3"
|
||
|
|
},
|
||
|
|
"packageManager": "pnpm@8.15.4",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
}
|