mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-19 04:18:38 +00:00
32 lines
842 B
JSON
32 lines
842 B
JSON
{
|
|
"name": "markdown-wasm",
|
|
"version": "1.2.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"wasmc": "^2.2.1"
|
|
}
|
|
},
|
|
"node_modules/wasmc": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/wasmc/-/wasmc-2.2.1.tgz",
|
|
"integrity": "sha512-uV/nhZdfnffBfLv2WJWWfRoJwk+5phhPobg7fqnJoRpXdUV5eShRb6tOXoco987cTxarkBymYwGufMdC4dPXAw==",
|
|
"dev": true,
|
|
"bin": {
|
|
"wasmc": "wasmc"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"wasmc": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/wasmc/-/wasmc-2.2.1.tgz",
|
|
"integrity": "sha512-uV/nhZdfnffBfLv2WJWWfRoJwk+5phhPobg7fqnJoRpXdUV5eShRb6tOXoco987cTxarkBymYwGufMdC4dPXAw==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|