Remove redundant import #52
3 changed files with 0 additions and 34 deletions
|
@ -3,7 +3,6 @@
|
||||||
const bitcoin = require('bitcoin');
|
const bitcoin = require('bitcoin');
|
||||||
let config = require('config');
|
let config = require('config');
|
||||||
let spamchannel = config.get('sandboxchannel');
|
let spamchannel = config.get('sandboxchannel');
|
||||||
let regex = require('regex');
|
|
||||||
let lbrycrdConfig = config.get('lbrycrd');
|
let lbrycrdConfig = config.get('lbrycrd');
|
||||||
const lbry = new bitcoin.Client(lbrycrdConfig);
|
const lbry = new bitcoin.Client(lbrycrdConfig);
|
||||||
const helpmsg = {
|
const helpmsg = {
|
||||||
|
|
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -2885,38 +2885,6 @@
|
||||||
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
||||||
"integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
|
"integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
|
||||||
},
|
},
|
||||||
"regex": {
|
|
||||||
"version": "0.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/regex/-/regex-0.1.1.tgz",
|
|
||||||
"integrity": "sha1-BYCZXRhGxTdqdiudNYuDBo0geu8=",
|
|
||||||
"requires": {
|
|
||||||
"augment": "3.2.1",
|
|
||||||
"jison": "0.4.4",
|
|
||||||
"lex": "1.7.4",
|
|
||||||
"statemachines": "0.1.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"esprima": {
|
|
||||||
"version": "1.0.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz",
|
|
||||||
"integrity": "sha1-n1V+CPw7TSbs6d00+Pv0drYlha0="
|
|
||||||
},
|
|
||||||
"jison": {
|
|
||||||
"version": "0.4.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/jison/-/jison-0.4.4.tgz",
|
|
||||||
"integrity": "sha1-hrA7Ze/sAHqR9JPs6r5W+QqmtDk=",
|
|
||||||
"requires": {
|
|
||||||
"JSONSelect": "0.4.0",
|
|
||||||
"ebnf-parser": "0.1.x",
|
|
||||||
"escodegen": "0.0.21",
|
|
||||||
"esprima": "1.0.x",
|
|
||||||
"jison-lex": "0.2.x",
|
|
||||||
"lex-parser": "0.1.x",
|
|
||||||
"nomnom": "1.5.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"regex-cache": {
|
"regex-cache": {
|
||||||
"version": "0.4.4",
|
"version": "0.4.4",
|
||||||
"resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
|
"resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
"mongoose": "^5.5.0",
|
"mongoose": "^5.5.0",
|
||||||
"node-config": "^0.0.2",
|
"node-config": "^0.0.2",
|
||||||
"numeral": "^2.0.6",
|
"numeral": "^2.0.6",
|
||||||
"regex": "^0.1.1",
|
|
||||||
"request": "^2.88.0"
|
"request": "^2.88.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue