mirror of
https://github.com/TelegramMessenger/libprisma.git
synced 2026-05-21 17:20:36 +00:00
247842358e
* Make script work in node.js. The function `generate()` now just returns the blob. * Log which language is loading right now * Add GitHub action script for build and publish grammars.dat as artifact * Add Create Pull Request workflow * Update README.md Co-authored-by: Fela Ameghino <frayx@live.it>
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"name": "libprisma",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "libprisma",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.isequal": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/lodash.isequal": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
|
|
}
|
|
}
|
|
}
|