{"_id":"@alphadex/v1-periphery","_rev":"2-479428ab9d8101065f6d467506db56dc","name":"@alphadex/v1-periphery","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.3":{"name":"@alphadex/v1-periphery","version":"0.0.3","description":"🎚 Peripheral smart contracts for interacting with Alphadex V1","engines":{"node":">=10"},"homepage":"https://alphadex.org","repository":{"type":"git","url":"git+https://github.com/alphadex/alphadex-v1-periphery.git"},"dependencies":{"@alphadex/lib":"0.0.1","@alphadex/v1-core":"0.0.1"},"devDependencies":{"@types/chai":"^4.2.6","@types/mocha":"^5.2.7","chai":"^4.2.0","ethereum-waffle":"^2.5.1","ethereumjs-util":"^6.2.0","mocha":"^6.2.3","ncp":"^2.0.0","prettier":"^1.19.1","rimraf":"^3.0.0","solc":"0.6.6","ts-node":"^8.5.4","typescript":"^3.7.3"},"scripts":{"lint":"yarn prettier ./test/*.ts --check","lint:fix":"yarn prettier ./test/*.ts --write","clean":"rimraf ./build/","copy-v-artifacts":"ncp ./buildV1 ./build","precompile":"yarn clean","compile":"waffle .waffle.json","postcompile":"yarn copy-v-artifacts","pretest":"yarn compile","test":"mocha","prepublishOnly":"yarn test"},"license":"GPL-3.0-or-later","gitHead":"60a156c31d4dbd815d139be7f6e83fab93eef30b","bugs":{"url":"https://github.com/alphadex/alphadex-v1-periphery/issues"},"_id":"@alphadex/v1-periphery@0.0.3","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"integrity":"sha512-TmKMDOB6VjPxEM46/J4ehBuQlgzOD+QC2DwEbNSNsdqRZoigBHG9seruc7ezqoPRGBFa76Us3nDcOv7ZCxYAbA==","shasum":"937b003873f20f77b9f141cb005d575776ccb12d","tarball":"https://registry.npmjs.org/@alphadex/v1-periphery/-/v1-periphery-0.0.3.tgz","fileCount":56,"unpackedSize":9661361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwx4eCRA9TVsSAnZWagAAzccQAJQVE3so2tBRFxFS+o7M\nJxSGs6b099stJJDGpgO3ttVXIFQQyXjVzS9JbaoTrXDodNssT/gCYX8Vm7JC\njbbqFSF7Ce3sxfPX4mroLx77mREbyk4pbYEMscywSXXlHZqF6Py9Fk6C1mPw\nD8/iOVWkWz1jSn3P6R0uu8cDR74l2j5xAENkFW2j9GQOScRTokd7j+Q3PTGn\npSBceNJ7b6hwDEKIpfXmYO2ri6softzZETnW+ljmkysrEa6VCtBVZDbvkQk5\n6/U1jJZcDUzbbYZc4cQP9Xmr8JsJi77yazxT7vQNxbbXUEN24KDz350eK7jE\nTHz7PQ2X892umonK7nNZHtHxcJmUtbJTZKn4Kh70AhoXo3kR/rOd/oOvMSl+\nDXjKxvwn7g2vP9y/nJ6BsFLSUWSCPm/XtCh/hT5gI3qKE4bdg11EzZNGr11O\nGDsaYMwQzs43UWlhKRcHxXBhtO4UWhslQStPCH43FYZ3Oq8luqUBQKITeCjD\n4MfyP19M/jRugAR/yYhTz2j9+F5uQ0H/uZVqs5zgSq/g+Jf90HOnTZ4zgCT3\n1FH9T1w4ZB+6ZgJgrl+nvRguBW1irHK0k6s/h762FVx2t51EMCSudovHHTVg\n98yw70Xqkl+FS6JOAW/nzx/Z5ag9+cBBUHGuq9MI05UpkZAphq6ubx7vqkNj\n9ts0\r\n=aID4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSru/olxliTTO2GvPzgfAvO298cU1pyMH3vzq2n2lWzgIgW4DTcOVXoqnIYU5tke9l47tjHMpMAKX3r5aSlBUYMiU="}]},"_npmUser":{"name":"alphadex","email":"usmanmirza37166@gmail.com"},"directories":{},"maintainers":[{"name":"alphadex","email":"usmanmirza37166@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/v1-periphery_0.0.3_1634332452624_0.09424983262268949"},"_hasShrinkwrap":false}},"time":{"created":"2021-10-15T21:14:12.554Z","0.0.3":"2021-10-15T21:14:12.922Z","modified":"2022-04-04T13:38:08.165Z"},"maintainers":[{"name":"alphadex","email":"usmanmirza37166@gmail.com"}],"description":"🎚 Peripheral smart contracts for interacting with Alphadex V1","homepage":"https://alphadex.org","repository":{"type":"git","url":"git+https://github.com/alphadex/alphadex-v1-periphery.git"},"bugs":{"url":"https://github.com/alphadex/alphadex-v1-periphery/issues"},"license":"GPL-3.0-or-later","readme":"# Alphadex V1\n\nIn-depth documentation on Alphadex V is available at [alphadex.org](https://alphadex.org/docs).\n\nThe built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@alphadex/v1-periphery@latest/).\n\n# Local Development\n\nThe following assumes the use of `node@>=10`.\n\n## Install Dependencies\n\n`yarn`\n\n## Compile Contracts\n\n`yarn compile`\n\n## Run Tests\n\n`yarn test`\n","readmeFilename":"README.md"}