UNPKG

@nomicfoundation/slang

Version:

A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.

52 lines (51 loc) 1.57 kB
{ "name": "@nomicfoundation/slang", "version": "1.2.1", "type": "module", "description": "A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.", "homepage": "https://nomicfoundation.github.io/slang/", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/NomicFoundation/slang.git" }, "bugs": "https://github.com/NomicFoundation/slang/issues/", "contributors": [ { "name": "Slang Team", "email": "slang@nomic.foundation" }, { "name": "Nomic Foundation", "email": "packages@nomic.foundation" } ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "blockchain", "compilers", "dapps", "ethereum", "parsing", "smart-contracts", "solidity", "tooling" ], "__exports_comment__": "__SLANG_NPM_PACKAGE_EXPORTS__ (keep in sync)", "exports": { ".": "./target/generated/index.mjs", "./ast": "./target/generated/ast/index.mjs", "./bindings": "./target/generated/bindings/index.mjs", "./compilation": "./target/generated/compilation/index.mjs", "./cst": "./target/generated/cst/index.mjs", "./parser": "./target/generated/parser/index.mjs", "./utils": "./target/generated/utils/index.mjs" }, "__dependencies_comment__": "__SLANG_NPM_PACKAGE_DEPENDENCIES__ (keep in sync)", "dependencies": { "@bytecodealliance/preview2-shim": "0.17.2" } }