Closed p4bl1t0 closed 6 years ago
are you somehow importing package.json
your main process file or somewhere in the renderer?
Only in the build scripts
const { dependencies } = require('../package.json')
Llike I said I'm using the same build script than in a previous project where this stack get builded.
The error was in the folder structure with a directory at the same level o package json outside the src folder
Adding a package.json with the {}
content solved the issue
After a succesfully electron-builder build
When I execute the builded app I get following error
I have use electron-builder and electron-vue in a previous project and they work with the same build configuration. When I ran the project in debug mode it's execute well.
My
npm ls --prod
isgestion@1.0.7 /Users/pablo/Develop/facturador ├── @movilizame/vue-jumper@2.0.1 ├─┬ alertify.js@1.0.12 │ └─┬ snyk@1.88.2 │ ├── abbrev@1.1.1 │ ├── ansi-escapes@3.1.0 │ ├─┬ chalk@2.4.1 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └─┬ color-convert@1.9.1 │ │ │ └── color-name@1.1.3 │ │ ├── escape-string-regexp@1.0.5 │ │ └─┬ supports-color@5.4.0 │ │ └── has-flag@3.0.0 │ ├─┬ configstore@3.1.2 │ │ ├─┬ dot-prop@4.2.0 │ │ │ └── is-obj@1.0.1 │ │ ├── graceful-fs@4.1.11 │ │ ├─┬ make-dir@1.2.0 │ │ │ └── pify@3.0.0 │ │ ├─┬ unique-string@1.0.0 │ │ │ └── crypto-random-string@1.0.0 │ │ ├─┬ write-file-atomic@2.3.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── imurmurhash@0.1.4 │ │ │ └── signal-exit@3.0.2 │ │ └── xdg-basedir@3.0.0 │ ├── debug@3.1.0 deduped │ ├─┬ hasbin@1.2.3 │ │ └── async@1.5.2 │ ├─┬ inquirer@3.3.0 │ │ ├── ansi-escapes@3.0.0 │ │ ├─┬ chalk@2.3.1 │ │ │ ├─┬ ansi-styles@3.2.0 │ │ │ │ └── color-convert@1.9.1 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.2.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├─┬ cli-cursor@2.1.0 │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ ├─┬ onetime@2.0.1 │ │ │ │ └── mimic-fn@1.2.0 │ │ │ └── signal-exit@3.0.2 deduped │ │ ├── cli-width@2.2.0 │ │ ├─┬ external-editor@2.1.0 │ │ │ ├── chardet@0.4.2 │ │ │ ├── iconv-lite@0.4.19 deduped │ │ │ └── tmp@0.0.33 deduped │ │ ├─┬ figures@2.0.0 │ │ │ └── escape-string-regexp@1.0.5 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├── mute-stream@0.0.7 │ │ ├─┬ run-async@2.3.0 │ │ │ └── is-promise@2.1.0 │ │ ├── rx-lite@4.0.8 │ │ ├─┬ rx-lite-aggregates@4.0.8 │ │ │ └── rx-lite@4.0.8 deduped │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └── strip-ansi@4.0.0 deduped │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ └── through@2.3.8 deduped │ ├── lodash@4.17.11 deduped │ ├─┬ needle@2.2.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├── iconv-lite@0.4.19 │ │ └── sax@1.2.4 deduped │ ├─┬ opn@5.2.0 │ │ └── is-wsl@1.1.0 │ ├─┬ os-name@2.0.1 │ │ ├── macos-release@1.1.0 │ │ └─┬ win-release@1.1.1 │ │ └── semver@5.5.0 deduped │ ├─┬ proxy-agent@3.0.0 │ │ ├─┬ agent-base@4.2.1 │ │ │ └─┬ es6-promisify@5.0.0 │ │ │ └── es6-promise@4.2.4 deduped │ │ ├── debug@3.1.0 deduped │ │ ├─┬ http-proxy-agent@2.1.0 │ │ │ ├── agent-base@4.2.1 deduped │ │ │ └── debug@3.1.0 deduped │ │ ├─┬ https-proxy-agent@2.2.1 │ │ │ ├── agent-base@4.2.1 deduped │ │ │ └── debug@3.1.0 deduped │ │ ├─┬ lru-cache@4.1.3 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.1.2 │ │ ├─┬ pac-proxy-agent@2.0.2 │ │ │ ├── agent-base@4.2.1 deduped │ │ │ ├── debug@3.1.0 deduped │ │ │ ├─┬ get-uri@2.0.2 │ │ │ │ ├── data-uri-to-buffer@1.2.0 │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ └── ms@2.0.0 deduped │ │ │ │ ├── extend@3.0.1 deduped │ │ │ │ ├── file-uri-to-path@1.0.0 │ │ │ │ ├─┬ ftp@0.3.10 │ │ │ │ │ ├─┬ readable-stream@1.1.14 │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ ├── isarray@0.0.1 │ │ │ │ │ │ └── string_decoder@0.10.31 │ │ │ │ │ └── xregexp@2.0.0 │ │ │ │ └── readable-stream@2.3.4 deduped │ │ │ ├── http-proxy-agent@2.1.0 deduped │ │ │ ├── https-proxy-agent@2.2.1 deduped │ │ │ ├─┬ pac-resolver@3.0.0 │ │ │ │ ├── co@4.6.0 deduped │ │ │ │ ├─┬ degenerator@1.0.4 │ │ │ │ │ ├── ast-types@0.9.6 deduped │ │ │ │ │ ├─┬ escodegen@1.8.1 │ │ │ │ │ │ ├── esprima@2.7.3 deduped │ │ │ │ │ │ ├── estraverse@1.9.3 │ │ │ │ │ │ ├── esutils@2.0.2 │ │ │ │ │ │ ├─┬ optionator@0.8.2 │ │ │ │ │ │ │ ├── deep-is@0.1.3 │ │ │ │ │ │ │ ├── fast-levenshtein@2.0.6 │ │ │ │ │ │ │ ├─┬ levn@0.3.0 │ │ │ │ │ │ │ │ ├── prelude-ls@1.1.2 deduped │ │ │ │ │ │ │ │ └── type-check@0.3.2 deduped │ │ │ │ │ │ │ ├── prelude-ls@1.1.2 │ │ │ │ │ │ │ ├─┬ type-check@0.3.2 │ │ │ │ │ │ │ │ └── prelude-ls@1.1.2 deduped │ │ │ │ │ │ │ └── wordwrap@1.0.0 │ │ │ │ │ │ └─┬ source-map@0.2.0 │ │ │ │ │ │ └── amdefine@1.0.1 deduped │ │ │ │ │ └── esprima@3.1.3 │ │ │ │ ├── ip@1.1.5 │ │ │ │ ├── netmask@1.0.6 │ │ │ │ └── thunkify@2.1.2 │ │ │ ├─┬ raw-body@2.3.2 │ │ │ │ ├── bytes@3.0.0 │ │ │ │ ├── http-errors@1.6.2 deduped │ │ │ │ ├── iconv-lite@0.4.19 deduped │ │ │ │ └── unpipe@1.0.0 deduped │ │ │ └── socks-proxy-agent@3.0.1 deduped │ │ ├── proxy-from-env@1.0.0 deduped │ │ └─┬ socks-proxy-agent@3.0.1 │ │ ├── agent-base@4.2.1 deduped │ │ └─┬ socks@1.1.10 │ │ ├── ip@1.1.5 deduped │ │ └── smart-buffer@1.1.15 │ ├── proxy-from-env@1.0.0 │ ├─┬ recursive-readdir@2.2.2 │ │ └─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├── semver@5.5.0 │ ├─┬ snyk-config@2.1.0 │ │ ├── debug@3.1.0 deduped │ │ └─┬ nconf@0.10.0 │ │ ├── async@1.5.2 │ │ ├── ini@1.3.5 │ │ ├── secure-keys@1.0.0 │ │ └─┬ yargs@3.32.0 │ │ ├── camelcase@2.1.1 │ │ ├─┬ cliui@3.2.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── decamelize@1.2.0 │ │ ├─┬ os-locale@1.4.0 │ │ │ └─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── window-size@0.1.4 │ │ └── y18n@3.2.1 │ ├─┬ snyk-docker-plugin@1.10.3 │ │ ├── debug@3.1.0 deduped │ │ ├─┬ fs-extra@5.0.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├─┬ jsonfile@4.0.0 │ │ │ │ └── graceful-fs@4.1.11 deduped │ │ │ └── universalify@0.1.1 │ │ ├── pkginfo@0.4.1 │ │ ├── request@2.87.0 deduped │ │ └── temp-dir@1.0.0 │ ├─┬ snyk-go-plugin@1.5.1 │ │ ├─┬ graphlib@2.1.5 │ │ │ └── lodash@4.17.11 deduped │ │ ├─┬ tmp@0.0.33 │ │ │ └── os-tmpdir@1.0.2 │ │ └── toml@2.3.3 │ ├─┬ snyk-gradle-plugin@1.3.0 │ │ └─┬ clone-deep@0.3.0 │ │ ├─┬ for-own@1.0.0 │ │ │ └── for-in@1.0.2 │ │ ├─┬ is-plain-object@2.0.4 │ │ │ └── isobject@3.0.1 │ │ ├─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.6 deduped │ │ └─┬ shallow-clone@0.1.2 │ │ ├── is-extendable@0.1.1 │ │ ├─┬ kind-of@2.0.1 │ │ │ └── is-buffer@1.1.6 deduped │ │ ├── lazy-cache@0.2.7 │ │ └─┬ mixin-object@2.0.1 │ │ ├── for-in@0.1.8 │ │ └── is-extendable@0.1.1 deduped │ ├─┬ snyk-module@1.8.2 │ │ ├── debug@3.1.0 deduped │ │ └── hosted-git-info@2.5.0 │ ├── snyk-mvn-plugin@1.2.0 │ ├─┬ snyk-nuget-plugin@1.6.2 │ │ ├── debug@3.1.0 deduped │ │ ├── es6-promise@4.2.4 │ │ ├── lodash@4.17.10 │ │ ├─┬ xml2js@0.4.19 │ │ │ ├── sax@1.2.4 deduped │ │ │ └── xmlbuilder@9.0.7 │ │ └─┬ zip@1.2.0 │ │ └─┬ bops@0.1.1 │ │ ├── base64-js@0.0.2 │ │ └── to-utf8@0.0.1 │ ├─┬ snyk-php-plugin@1.5.1 │ │ ├── debug@3.1.0 deduped │ │ ├── lodash@4.17.11 deduped │ │ └─┬ path@0.12.7 │ │ ├── process@0.11.10 │ │ └─┬ util@0.10.3 │ │ └── inherits@2.0.1 │ ├─┬ snyk-policy@1.12.0 │ │ ├── debug@3.1.0 deduped │ │ ├── email-validator@2.0.4 │ │ ├─┬ js-yaml@3.7.0 │ │ │ ├─┬ argparse@1.0.10 │ │ │ │ └── sprintf-js@1.0.3 │ │ │ └── esprima@2.7.3 deduped │ │ ├── lodash.clonedeep@4.5.0 │ │ ├── semver@5.5.0 deduped │ │ ├── snyk-module@1.8.2 deduped │ │ ├── snyk-resolve@1.0.1 deduped │ │ ├── snyk-try-require@1.3.1 deduped │ │ └── then-fs@2.0.0 deduped │ ├─┬ snyk-python-plugin@1.6.1 │ │ └── tmp@0.0.33 deduped │ ├─┬ snyk-resolve@1.0.1 │ │ ├── debug@3.1.0 deduped │ │ └── then-fs@2.0.0 deduped │ ├─┬ snyk-resolve-deps@3.1.0 │ │ ├── ansicolors@0.3.2 │ │ ├── debug@3.1.0 deduped │ │ ├── lodash.assign@4.2.0 │ │ ├── lodash.assignin@4.2.0 │ │ ├── lodash.flatten@4.4.0 │ │ ├── lodash.get@4.4.2 │ │ ├── lodash.set@4.3.2 │ │ ├─┬ lru-cache@4.1.1 │ │ │ ├── pseudomap@1.0.2 deduped │ │ │ └── yallist@2.1.2 deduped │ │ ├── semver@5.5.0 deduped │ │ ├── snyk-module@1.8.2 deduped │ │ ├── snyk-resolve@1.0.1 deduped │ │ ├── snyk-tree@1.0.0 deduped │ │ ├── snyk-try-require@1.3.1 deduped │ │ └── then-fs@2.0.0 deduped │ ├─┬ snyk-sbt-plugin@1.3.0 │ │ └─┬ debug@2.6.9 │ │ └── ms@2.0.0 deduped │ ├─┬ snyk-tree@1.0.0 │ │ └── archy@1.0.0 │ ├─┬ snyk-try-require@1.3.1 │ │ ├── debug@3.1.0 deduped │ │ ├── lodash.clonedeep@4.5.0 deduped │ │ ├── lru-cache@4.1.1 deduped │ │ └── then-fs@2.0.0 deduped │ ├─┬ tempfile@2.0.0 │ │ ├── temp-dir@1.0.0 deduped │ │ └── uuid@3.2.1 deduped │ ├─┬ then-fs@2.0.0 │ │ └─┬ promise@7.3.1 │ │ └── asap@2.0.6 │ ├─┬ undefsafe@2.0.2 │ │ └─┬ debug@2.6.9 │ │ └── ms@2.0.0 deduped │ └── uuid@3.2.1 deduped ├─┬ axios@0.16.2 │ ├─┬ follow-redirects@1.4.1 │ │ └── debug@3.1.0 deduped │ └── is-buffer@1.1.6 ├── bcrypt-nodejs@0.0.3 ├─┬ eslint-plugin-vue@4.4.0 │ └─┬ vue-eslint-parser@2.0.3 │ ├── debug@3.1.0 deduped │ ├─┬ eslint-scope@3.7.1 │ │ ├─┬ esrecurse@4.2.1 │ │ │ └── estraverse@4.2.0 deduped │ │ └── estraverse@4.2.0 │ ├── eslint-visitor-keys@1.0.0 │ ├─┬ espree@3.5.3 │ │ ├── acorn@5.4.1 │ │ └─┬ acorn-jsx@3.0.1 │ │ └── acorn@3.3.0 │ ├─┬ esquery@1.0.0 │ │ └── estraverse@4.2.0 deduped │ └── lodash@4.17.11 deduped ├── lodash@4.17.11 ├── moment@2.22.2 ├─┬ node-zip@1.1.1 │ └─┬ jszip@2.5.0 │ └── pako@0.2.9 ├── nodemailer@4.6.8 ├── ntp-client@0.5.3 ├─┬ pouchdb-browser@6.4.3 │ ├── argsarray@0.0.1 │ ├─┬ debug@3.1.0 │ │ └── ms@2.0.0 │ ├── immediate@3.0.6 │ ├── inherits@2.0.3 │ ├─┬ lie@3.1.1 │ │ └── immediate@3.0.6 deduped │ ├── spark-md5@3.0.0 │ ├── uuid@3.2.1 │ └── vuvuzela@1.0.3 ├─┬ pouchdb-find@6.4.3 │ ├─┬ pouchdb-abstract-mapreduce@6.4.3 │ │ ├─┬ pouchdb-binary-utils@6.4.3 │ │ │ └─┬ buffer-from@0.1.1 │ │ │ └─┬ is-array-buffer-x@1.7.0 │ │ │ ├── attempt-x@1.1.3 │ │ │ ├─┬ has-to-string-tag-x@1.4.1 │ │ │ │ └── has-symbol-support-x@1.4.2 │ │ │ ├─┬ is-object-like-x@1.7.1 │ │ │ │ ├─┬ is-function-x@3.3.0 │ │ │ │ │ ├── attempt-x@1.1.3 deduped │ │ │ │ │ ├── has-to-string-tag-x@1.4.1 deduped │ │ │ │ │ ├── is-falsey-x@1.0.3 deduped │ │ │ │ │ ├── is-primitive@2.0.0 │ │ │ │ │ ├─┬ normalize-space-x@3.0.0 │ │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ │ ├─┬ trim-x@3.0.0 │ │ │ │ │ │ │ ├─┬ trim-left-x@3.0.0 │ │ │ │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ │ │ │ ├── require-coercible-to-string-x@1.0.2 deduped │ │ │ │ │ │ │ │ └── white-space-x@3.0.1 deduped │ │ │ │ │ │ │ └─┬ trim-right-x@3.0.0 │ │ │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ │ │ ├── require-coercible-to-string-x@1.0.2 deduped │ │ │ │ │ │ │ └── white-space-x@3.0.1 deduped │ │ │ │ │ │ └── white-space-x@3.0.1 │ │ │ │ │ ├─┬ replace-comments-x@2.0.0 │ │ │ │ │ │ ├─┬ require-coercible-to-string-x@1.0.2 │ │ │ │ │ │ │ ├── require-object-coercible-x@1.4.3 deduped │ │ │ │ │ │ │ └── to-string-x@1.4.5 deduped │ │ │ │ │ │ └── to-string-x@1.4.5 deduped │ │ │ │ │ ├── to-boolean-x@1.0.3 │ │ │ │ │ └── to-string-tag-x@1.4.3 deduped │ │ │ │ └── is-primitive@3.0.0 │ │ │ ├─┬ object-get-own-property-descriptor-x@3.2.0 │ │ │ │ ├── attempt-x@1.1.3 deduped │ │ │ │ ├─┬ has-own-property-x@3.2.0 │ │ │ │ │ ├── cached-constructors-x@1.0.2 │ │ │ │ │ ├── to-object-x@1.5.0 deduped │ │ │ │ │ └── to-property-key-x@2.0.2 deduped │ │ │ │ ├── has-symbol-support-x@1.4.2 deduped │ │ │ │ ├─┬ is-falsey-x@1.0.3 │ │ │ │ │ └── to-boolean-x@1.0.3 deduped │ │ │ │ ├─┬ is-index-x@1.1.0 │ │ │ │ │ ├─┬ math-clamp-x@1.2.0 │ │ │ │ │ │ └── to-number-x@2.0.0 deduped │ │ │ │ │ ├── max-safe-integer@1.0.1 │ │ │ │ │ ├─┬ to-integer-x@3.0.0 │ │ │ │ │ │ ├─┬ is-finite-x@3.0.4 │ │ │ │ │ │ │ ├── infinity-x@1.0.2 │ │ │ │ │ │ │ └── is-nan-x@1.0.3 deduped │ │ │ │ │ │ ├── is-nan-x@1.0.3 │ │ │ │ │ │ ├─┬ math-sign-x@3.0.0 │ │ │ │ │ │ │ ├── is-nan-x@1.0.3 deduped │ │ │ │ │ │ │ └── to-number-x@2.0.0 deduped │ │ │ │ │ │ └── to-number-x@2.0.0 deduped │ │ │ │ │ ├─┬ to-number-x@2.0.0 │ │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ │ ├── nan-x@1.0.2 │ │ │ │ │ │ ├─┬ parse-int-x@2.0.0 │ │ │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ │ │ ├── nan-x@1.0.2 deduped │ │ │ │ │ │ │ ├── to-string-x@1.4.5 deduped │ │ │ │ │ │ │ └── trim-left-x@3.0.0 deduped │ │ │ │ │ │ ├── to-primitive-x@1.1.0 deduped │ │ │ │ │ │ └── trim-x@3.0.0 deduped │ │ │ │ │ └─┬ to-string-symbols-supported-x@1.0.2 │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ ├── has-symbol-support-x@1.4.2 deduped │ │ │ │ │ └── is-symbol@1.0.1 │ │ │ │ ├── is-primitive@2.0.0 │ │ │ │ ├── is-string@1.0.4 │ │ │ │ ├─┬ property-is-enumerable-x@1.1.0 │ │ │ │ │ ├── to-object-x@1.5.0 deduped │ │ │ │ │ └── to-property-key-x@2.0.2 deduped │ │ │ │ ├─┬ to-object-x@1.5.0 │ │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ │ └─┬ require-object-coercible-x@1.4.3 │ │ │ │ │ └─┬ is-nil-x@1.4.2 │ │ │ │ │ ├── lodash.isnull@3.0.0 deduped │ │ │ │ │ └── validate.io-undefined@1.0.3 deduped │ │ │ │ └─┬ to-property-key-x@2.0.2 │ │ │ │ ├── has-symbol-support-x@1.4.2 deduped │ │ │ │ ├─┬ to-primitive-x@1.1.0 │ │ │ │ │ ├── has-symbol-support-x@1.4.2 deduped │ │ │ │ │ ├── is-date-object@1.0.1 │ │ │ │ │ ├── is-function-x@3.3.0 deduped │ │ │ │ │ ├── is-nil-x@1.4.2 deduped │ │ │ │ │ ├── is-primitive@2.0.0 │ │ │ │ │ ├── is-symbol@1.0.1 deduped │ │ │ │ │ ├── require-object-coercible-x@1.4.3 deduped │ │ │ │ │ └── validate.io-undefined@1.0.3 deduped │ │ │ │ └─┬ to-string-x@1.4.5 │ │ │ │ ├── cached-constructors-x@1.0.2 deduped │ │ │ │ └── is-symbol@1.0.1 deduped │ │ │ └─┬ to-string-tag-x@1.4.3 │ │ │ ├── lodash.isnull@3.0.0 │ │ │ └── validate.io-undefined@1.0.3 │ │ ├── pouchdb-collate@6.4.3 deduped │ │ ├── pouchdb-collections@6.4.3 │ │ ├─┬ pouchdb-mapreduce-utils@6.4.3 │ │ │ ├── argsarray@0.0.1 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── pouchdb-collections@6.4.3 deduped │ │ │ └── pouchdb-utils@6.4.3 deduped │ │ ├── pouchdb-md5@6.4.3 deduped │ │ ├── pouchdb-promise@6.4.3 deduped │ │ └── pouchdb-utils@6.4.3 deduped │ ├── pouchdb-collate@6.4.3 │ ├─┬ pouchdb-md5@6.4.3 │ │ ├── pouchdb-binary-utils@6.4.3 deduped │ │ └── spark-md5@3.0.0 deduped │ ├─┬ pouchdb-promise@6.4.3 │ │ └── lie@3.1.1 deduped │ ├─┬ pouchdb-selector-core@6.4.3 │ │ ├── pouchdb-collate@6.4.3 deduped │ │ └── pouchdb-utils@6.4.3 deduped │ └─┬ pouchdb-utils@6.4.3 │ ├── argsarray@0.0.1 deduped │ ├── clone-buffer@1.0.0 │ ├── immediate@3.0.6 deduped │ ├── inherits@2.0.3 deduped │ ├── pouchdb-collections@6.4.3 deduped │ ├─┬ pouchdb-errors@6.4.3 │ │ └── inherits@2.0.3 deduped │ ├── pouchdb-promise@6.4.3 deduped │ └── uuid@3.2.1 deduped ├─┬ relational-pouch@3.1.0 │ ├── argsarray@0.0.1 deduped │ ├─┬ es3ify@0.2.2 │ │ ├── esprima@2.7.3 │ │ ├─┬ jstransform@11.0.3 │ │ │ ├── base62@1.2.8 │ │ │ ├─┬ commoner@0.10.8 │ │ │ │ ├── commander@2.14.1 │ │ │ │ ├─┬ detective@4.7.1 │ │ │ │ │ ├── acorn@5.4.1 deduped │ │ │ │ │ └── defined@1.0.0 │ │ │ │ ├─┬ glob@5.0.15 │ │ │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ │ │ ├── once@1.4.0 deduped │ │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── minimatch@3.0.4 deduped │ │ │ │ │ ├─┬ once@1.4.0 │ │ │ │ │ │ └── wrappy@1.0.2 deduped │ │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── iconv-lite@0.4.19 deduped │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├── private@0.1.8 │ │ │ │ ├── q@1.5.1 │ │ │ │ └─┬ recast@0.11.23 │ │ │ │ ├── ast-types@0.9.6 │ │ │ │ ├── esprima@3.1.3 │ │ │ │ ├── private@0.1.8 deduped │ │ │ │ └── source-map@0.5.7 │ │ │ ├── esprima-fb@15001.1.0-dev-harmony-fb │ │ │ ├── object-assign@2.1.1 │ │ │ └─┬ source-map@0.4.4 │ │ │ └── amdefine@1.0.1 │ │ └── through@2.3.8 │ ├── inherits@2.0.3 deduped │ ├── lie@3.1.1 deduped │ ├── pouchdb-extend@0.1.2 │ ├── pouchdb-promise@6.4.3 deduped │ └── uniq@1.0.1 ├─┬ soap@0.25.0 │ ├── bluebird@3.5.1 │ ├─┬ concat-stream@1.6.0 │ │ ├── inherits@2.0.3 deduped │ │ ├─┬ readable-stream@2.3.4 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@2.0.0 │ │ │ ├── safe-buffer@5.1.1 deduped │ │ │ ├─┬ string_decoder@1.0.3 │ │ │ │ └── safe-buffer@5.1.1 deduped │ │ │ └── util-deprecate@1.0.2 │ │ └── typedarray@0.0.6 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 deduped │ ├── ejs@2.5.7 │ ├─┬ finalhandler@1.1.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├── encodeurl@1.0.2 │ │ ├── escape-html@1.0.3 │ │ ├─┬ on-finished@2.3.0 │ │ │ └── ee-first@1.1.1 │ │ ├── parseurl@1.3.2 │ │ ├── statuses@1.3.1 │ │ └── unpipe@1.0.0 │ ├─┬ httpntlm@1.7.6 │ │ ├── httpreq@0.4.24 │ │ └── underscore@1.7.0 │ ├── lodash@4.17.11 deduped │ ├─┬ request@2.87.0 │ │ ├── aws-sign2@0.7.0 │ │ ├── aws4@1.6.0 │ │ ├── caseless@0.12.0 │ │ ├─┬ combined-stream@1.0.6 │ │ │ └── delayed-stream@1.0.0 │ │ ├── extend@3.0.1 │ │ ├── forever-agent@0.6.1 │ │ ├─┬ form-data@2.3.2 │ │ │ ├── asynckit@0.4.0 │ │ │ ├── combined-stream@1.0.6 deduped │ │ │ └── mime-types@2.1.18 deduped │ │ ├─┬ har-validator@5.0.3 │ │ │ ├─┬ ajv@5.5.2 │ │ │ │ ├── co@4.6.0 │ │ │ │ ├── fast-deep-equal@1.1.0 │ │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ │ └── json-schema-traverse@0.3.1 │ │ │ └── har-schema@2.0.0 │ │ ├─┬ http-signature@1.2.0 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ └─┬ verror@1.10.0 │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ └── extsprintf@1.3.0 deduped │ │ │ └─┬ sshpk@1.14.2 │ │ │ ├── asn1@0.2.3 deduped │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ │ └── tweetnacl@0.14.5 deduped │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├─┬ ecc-jsbn@0.1.1 │ │ │ │ └── jsbn@0.1.1 deduped │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├── jsbn@0.1.1 │ │ │ ├── safer-buffer@2.1.2 │ │ │ └── tweetnacl@0.14.5 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── json-stringify-safe@5.0.1 │ │ ├─┬ mime-types@2.1.18 │ │ │ └── mime-db@1.33.0 │ │ ├── oauth-sign@0.8.2 │ │ ├── performance-now@2.1.0 │ │ ├── qs@6.5.1 │ │ ├── safe-buffer@5.1.1 │ │ ├─┬ tough-cookie@2.3.3 │ │ │ └── punycode@1.4.1 │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ └── safe-buffer@5.1.1 deduped │ │ └── uuid@3.2.1 deduped │ ├── sax@1.2.4 │ ├─┬ serve-static@1.13.1 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── parseurl@1.3.2 deduped │ │ └─┬ send@0.16.1 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├── depd@1.1.2 │ │ ├── destroy@1.0.4 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── etag@1.8.1 │ │ ├── fresh@0.5.2 │ │ ├─┬ http-errors@1.6.2 │ │ │ ├── depd@1.1.1 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── setprototypeof@1.0.3 │ │ │ └── statuses@1.4.0 │ │ ├── mime@1.4.1 │ │ ├── ms@2.0.0 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── range-parser@1.2.0 │ │ └── statuses@1.3.1 │ ├─┬ strip-bom@0.3.1 │ │ ├── first-chunk-stream@0.1.0 │ │ └── is-utf8@0.2.1 │ ├── uuid@3.2.1 deduped │ └─┬ xml-crypto@0.8.5 │ ├── xmldom@0.1.19 │ └── xpath.js@1.1.0 ├─┬ ursa-purejs@0.0.3 │ └─┬ node-rsa@0.2.30 │ ├── asn1@0.2.3 │ └── lodash@3.3.0 ├── vue@2.5.13 ├── vue-electron@1.0.6 ├─┬ vue-js-modal@1.3.15 │ └── body-scroll-lock@2.4.6 ├─┬ vue-moment@3.2.0 │ └── moment@2.22.2 deduped ├── vue-router@2.8.1 ├── vue-select@2.4.0 ├── vuex@2.5.0 ├─┬ wicg-inert@1.1.6 │ └── dom-matches@2.0.0 └─┬ xmljs@0.3.2 └── sax@1.2.4 deduped