mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
127 lines
3.9 KiB
JSON
127 lines
3.9 KiB
JSON
{
|
|
"name": "assemblyscript",
|
|
"description": "Definitely not a TypeScript to WebAssembly compiler.",
|
|
"keywords": [
|
|
"typescript",
|
|
"webassembly",
|
|
"compiler",
|
|
"assemblyscript",
|
|
"wasm"
|
|
],
|
|
"version": "0.19.10",
|
|
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
|
|
"contributors": [
|
|
"Max Graey <maxgraey@gmail.com>",
|
|
"Igor Sbitnev <PinkaminaDianePie@gmail.com>",
|
|
"Norton Wang <me@nortonwang.com>",
|
|
"Alan Pierce <alangpierce@gmail.com>",
|
|
"Palmer <pengliao@live.cn>",
|
|
"Linus Unnebäck <linus@folkdatorn.se>",
|
|
"Joshua Tenner <tenner.joshua@gmail.com>",
|
|
"Nidin Vinayakan <01@01alchemist.com>",
|
|
"Aaron Turner <aaron@aaronthedev.com>",
|
|
"Willem Wyndham <willem@cs.umd.edu>",
|
|
"Bowen Wang <bowen@nearprotocol.com>",
|
|
"Emil Laine <laine.emil@gmail.com>",
|
|
"Stephen Paul Weber <stephen.weber@shopify.com>",
|
|
"Jay Phelps <hello@jayphelps.com>",
|
|
"jhwgh1968 <jhwgh1968@protonmail.com>",
|
|
"Jeffrey Charles <jeffreycharles@gmail.com>",
|
|
"Vladimir Tikhonov <reg@tikhonov.by>",
|
|
"Duncan Uszkay <duncan.uszkay@shopify.com>",
|
|
"Surma <surma@surma.dev>",
|
|
"Julien Letellier <letellier.julien@gmail.com>",
|
|
"Guido Zuidhof <me@guido.io>",
|
|
"ncave <777696+ncave@users.noreply.github.com>",
|
|
"Andrew Davis <pulpdrew@gmail.com>",
|
|
"Maël Nison <nison.mael@gmail.com>",
|
|
"Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>",
|
|
"Gabor Greif <ggreif@gmail.com>",
|
|
"Martin Fredriksson <martin.fredriksson@vikinganalytics.se>",
|
|
"forcepusher <bionitsoup@gmail.com>",
|
|
"Piotr Oleś <piotrek.oles@gmail.com>",
|
|
"Saúl Cabrera <saulecabrera@gmail.com>",
|
|
"Chance Snow <git@chancesnow.me>",
|
|
"Peter Salomonsen <petersalomonsen@runbox.com>",
|
|
"ookangzheng <git-ed@runbox.no>",
|
|
"yjhmelody <yjh465402634@gmail.com>",
|
|
"bnbarak <bn.barak@gmail.com>",
|
|
"Colin Eberhardt <colin.eberhardt@gmail.com>",
|
|
"Ryan Pivovar <ryanpivovar@gmail.com>",
|
|
"Roman F. <70765447+romdotdog@users.noreply.github.com>",
|
|
"Joe Pea <trusktr@gmail.com>",
|
|
"Felipe Gasper <FGasper@users.noreply.github.com>",
|
|
"Congcong Cai <77575210+HerrCai0907@users.noreply.github.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://assemblyscript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AssemblyScript/assemblyscript.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
|
|
},
|
|
"dependencies": {
|
|
"binaryen": "101.0.0-nightly.20210723",
|
|
"long": "^4.0.0"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./std/portable": "./std/portable/index.js",
|
|
"./lib/loader": {
|
|
"import": "./lib/loader/index.js",
|
|
"require": "./lib/loader/umd/index.js"
|
|
},
|
|
"./lib/rtrace": {
|
|
"import": "./lib/rtrace/index.js",
|
|
"require": "./lib/rtrace/umd/index.js"
|
|
},
|
|
"./*": "./*.js",
|
|
"./cli/asc": "./cli/asc.js",
|
|
"./cli/transform": "./cli/transform.js",
|
|
"./cli/util/options": "./cli/util/options.js",
|
|
"./dist/assemblyscript": "./dist/assemblyscript.js",
|
|
"./dist/asc": "./dist/asc.js"
|
|
},
|
|
"bin": {
|
|
"asc": "bin/asc",
|
|
"asinit": "bin/asinit"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/assemblyscript"
|
|
},
|
|
"files": [
|
|
"lib/loader/index.d.ts",
|
|
"lib/loader/index.js",
|
|
"lib/loader/package.json",
|
|
"lib/loader/umd/index.d.ts",
|
|
"lib/loader/umd/index.js",
|
|
"lib/loader/umd/package.json",
|
|
"lib/loader/README.md",
|
|
"lib/rtrace/index.d.ts",
|
|
"lib/rtrace/index.js",
|
|
"lib/rtrace/package.json",
|
|
"lib/rtrace/umd/index.d.ts",
|
|
"lib/rtrace/umd/index.js",
|
|
"lib/rtrace/umd/package.json",
|
|
"lib/rtrace/README.md",
|
|
"bin/",
|
|
"cli/",
|
|
"dist/",
|
|
"index.d.ts",
|
|
"index.js",
|
|
"LICENSE",
|
|
"NOTICE",
|
|
"package.json",
|
|
"package-lock.json",
|
|
"README.md",
|
|
"std/",
|
|
"tsconfig-base.json"
|
|
]
|
|
}
|