run-with-hardhat-node
Version:
Runs commands with Hardhat node in the background
339 lines (338 loc) • 8.44 kB
JSON
{
"name": "run-with-testrpc",
"version": "0.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"colors": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
},
"ganache-cli": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/ganache-cli/-/ganache-cli-6.4.2.tgz",
"integrity": "sha512-2hZY5xjvfVI2fvTtqQwzW5kgiqv6gtOONdqnNfBO38GGwQIZKdZCeQNwpFHZTUqPZ/hVwT4u5J5WUYyP3fG2YA==",
"requires": {
"bn.js": "4.11.8",
"source-map-support": "0.5.9",
"yargs": "11.1.0"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"bundled": true
},
"bn.js": {
"version": "4.11.8",
"bundled": true
},
"buffer-from": {
"version": "1.1.1",
"bundled": true
},
"camelcase": {
"version": "4.1.0",
"bundled": true
},
"cliui": {
"version": "4.1.0",
"bundled": true,
"requires": {
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0",
"wrap-ansi": "^2.0.0"
}
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
},
"cross-spawn": {
"version": "5.1.0",
"bundled": true,
"requires": {
"lru-cache": "^4.0.1",
"shebang-command": "^1.2.0",
"which": "^1.2.9"
}
},
"decamelize": {
"version": "1.2.0",
"bundled": true
},
"execa": {
"version": "0.7.0",
"bundled": true,
"requires": {
"cross-spawn": "^5.0.1",
"get-stream": "^3.0.0",
"is-stream": "^1.1.0",
"npm-run-path": "^2.0.0",
"p-finally": "^1.0.0",
"signal-exit": "^3.0.0",
"strip-eof": "^1.0.0"
}
},
"find-up": {
"version": "2.1.0",
"bundled": true,
"requires": {
"locate-path": "^2.0.0"
}
},
"get-caller-file": {
"version": "1.0.3",
"bundled": true
},
"get-stream": {
"version": "3.0.0",
"bundled": true
},
"invert-kv": {
"version": "1.0.0",
"bundled": true
},
"is-fullwidth-code-point": {
"version": "2.0.0",
"bundled": true
},
"is-stream": {
"version": "1.1.0",
"bundled": true
},
"isexe": {
"version": "2.0.0",
"bundled": true
},
"lcid": {
"version": "1.0.0",
"bundled": true,
"requires": {
"invert-kv": "^1.0.0"
}
},
"locate-path": {
"version": "2.0.0",
"bundled": true,
"requires": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
}
},
"lru-cache": {
"version": "4.1.4",
"bundled": true,
"requires": {
"pseudomap": "^1.0.2",
"yallist": "^3.0.2"
}
},
"mem": {
"version": "1.1.0",
"bundled": true,
"requires": {
"mimic-fn": "^1.0.0"
}
},
"mimic-fn": {
"version": "1.2.0",
"bundled": true
},
"npm-run-path": {
"version": "2.0.2",
"bundled": true,
"requires": {
"path-key": "^2.0.0"
}
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
},
"os-locale": {
"version": "2.1.0",
"bundled": true,
"requires": {
"execa": "^0.7.0",
"lcid": "^1.0.0",
"mem": "^1.1.0"
}
},
"p-finally": {
"version": "1.0.0",
"bundled": true
},
"p-limit": {
"version": "1.3.0",
"bundled": true,
"requires": {
"p-try": "^1.0.0"
}
},
"p-locate": {
"version": "2.0.0",
"bundled": true,
"requires": {
"p-limit": "^1.1.0"
}
},
"p-try": {
"version": "1.0.0",
"bundled": true
},
"path-exists": {
"version": "3.0.0",
"bundled": true
},
"path-key": {
"version": "2.0.1",
"bundled": true
},
"pseudomap": {
"version": "1.0.2",
"bundled": true
},
"require-directory": {
"version": "2.1.1",
"bundled": true
},
"require-main-filename": {
"version": "1.0.1",
"bundled": true
},
"set-blocking": {
"version": "2.0.0",
"bundled": true
},
"shebang-command": {
"version": "1.2.0",
"bundled": true,
"requires": {
"shebang-regex": "^1.0.0"
}
},
"shebang-regex": {
"version": "1.0.0",
"bundled": true
},
"signal-exit": {
"version": "3.0.2",
"bundled": true
},
"source-map": {
"version": "0.6.1",
"bundled": true
},
"source-map-support": {
"version": "0.5.9",
"bundled": true,
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
"string-width": {
"version": "2.1.1",
"bundled": true,
"requires": {
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^4.0.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"bundled": true,
"requires": {
"ansi-regex": "^3.0.0"
}
},
"strip-eof": {
"version": "1.0.0",
"bundled": true
},
"which": {
"version": "1.3.1",
"bundled": true,
"requires": {
"isexe": "^2.0.0"
}
},
"which-module": {
"version": "2.0.0",
"bundled": true
},
"wrap-ansi": {
"version": "2.1.0",
"bundled": true,
"requires": {
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"bundled": true
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"requires": {
"number-is-nan": "^1.0.0"
}
},
"string-width": {
"version": "1.0.2",
"bundled": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
"requires": {
"ansi-regex": "^2.0.0"
}
}
}
},
"y18n": {
"version": "3.2.1",
"bundled": true
},
"yallist": {
"version": "3.0.2",
"bundled": true
},
"yargs": {
"version": "11.1.0",
"bundled": true,
"requires": {
"cliui": "^4.0.0",
"decamelize": "^1.1.1",
"find-up": "^2.1.0",
"get-caller-file": "^1.0.1",
"os-locale": "^2.0.0",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^2.0.0",
"which-module": "^2.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^9.0.2"
}
},
"yargs-parser": {
"version": "9.0.2",
"bundled": true,
"requires": {
"camelcase": "^4.1.0"
}
}
}
}
}
}