@soloseng/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
128 lines (127 loc) • 4.03 kB
JSON
{
"_args": [
[
"@trufflesuite/bigint-buffer@1.1.10",
"/Users/beaver/Development/soloseng/ganache/src/packages/ganache"
]
],
"_from": "@trufflesuite/bigint-buffer@1.1.10",
"_id": "@trufflesuite/bigint-buffer@1.1.10",
"_inBundle": false,
"_integrity": "sha512-pYIQC5EcMmID74t26GCC67946mgTJFiLXOT/BYozgrd4UEY2JHEGLhWi9cMiQCt5BSqFEvKkCHNnoj82SRjiEw==",
"_location": "/@trufflesuite/bigint-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@trufflesuite/bigint-buffer@1.1.10",
"name": "@trufflesuite/bigint-buffer",
"escapedName": "@trufflesuite%2fbigint-buffer",
"scope": "@trufflesuite",
"rawSpec": "1.1.10",
"saveSpec": null,
"fetchSpec": "1.1.10"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@trufflesuite/bigint-buffer/-/bigint-buffer-1.1.10.tgz",
"_spec": "1.1.10",
"_where": "/Users/beaver/Development/soloseng/ganache/src/packages/ganache",
"browser": {
"./dist/node.js": "./dist/browser.js"
},
"bugs": {
"url": "https://github.com/trufflesuite/bigint-buffer/issues"
},
"contributors": [
{
"name": "Michael Wei",
"email": "mwei@vmware.com",
"url": "https://github.com/no2chem"
},
{
"name": "Micaiah Reid",
"email": "micaiah.reid@consensys.net",
"url": "https://github.com/MicaiahReid"
}
],
"dependencies": {
"node-gyp-build": "4.4.0"
},
"description": "bigint to buffer conversion with native support",
"devDependencies": {
"@types/benchmark": "^1.0.31",
"@types/bn.js": "^4.11.2",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"benchmark": "^2.1.4",
"bn.js": "^4.11.8",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"cpx": "^1.5.0",
"cross-env": "^6.0.3",
"gts": "^0.8.0",
"istanbul": "^0.4.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^3.0.0",
"microtime": "^3.0.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.65.2",
"rollup-plugin-replace": "^2.0.0",
"ts-loader": "^4.5.0",
"ts-node": "^7.0.1",
"typedoc": "^0.12.0",
"typescript": "^3.2.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"engines": {
"node": ">= 14.0.0"
},
"homepage": "https://github.com/trufflesuite/bigint-buffer#readme",
"keywords": [
"bigint",
"bignum",
"tc39-bigint",
"napi"
],
"license": "Apache-2.0",
"main": "dist/node.js",
"name": "@trufflesuite/bigint-buffer",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trufflesuite/bigint-buffer.git"
},
"scripts": {
"benchmark": "node -r ts-node/register src/index.bench.ts",
"check": "gts check",
"clean": "gts clean",
"compile": "mkdirp dist && tsc -p . && rollup -c > dist/node.js && cross-env BROWSER=true rollup -c > dist/browser.js && cpx \"build/src/*.d.ts\" dist",
"coverage": "istanbul cover ./test/index.js",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"fix": "gts fix",
"install": "node-gyp-build || echo \"Couldn't build bindings. Non-native version used.\"",
"lint": "gts check",
"posttest": "npm run check",
"prepare": "npm run compile",
"pretest": "npm run compile",
"rebuild": "node-gyp rebuild",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "mocha -r ts-node/register src/**/*.spec.ts --timeout 40000",
"typedoc": "typedoc --out docs $(pwd)/src $(pwd)/helper --target es6 --mode file --tsconfig ./tsconfig.json --excludePrivate --excludeProtected --excludeNotExported --exclude '**/*+(spec|bench).ts'"
},
"types": "dist/index.d.ts",
"version": "1.1.10"
}