jepiqueau / vue-sqlite-app-starter

Ionic/Vue App Starter demonstrating the use of @capacitor-community/sqlite
MIT License
18 stars 4 forks source link

gyp Err! when installing with node -v v16.5.0 #2

Closed nirajhinge closed 2 years ago

nirajhinge commented 2 years ago

I am not sure if this is an issue with the package or if there is some maximum/minimum node/npm we can use to try this out but I have tried to install this on node -v v16.5.0 and node -v v16.3.0 on multiple machines (Intel based and M1) but I get the exact same error (the entire output is attached below). I have tried a few things such as the steps mentioned here but still can't seem to complete npm install and fails with the same error as follows:

Is there a minimum requirements to run this demo or is this more of a node-gyp or individual machine issue?

0 verbose cli [
0 verbose cli   '/Users/nirpan/.nvm/versions/node/v16.5.0/bin/node',
0 verbose cli   '/Users/nirpan/.nvm/versions/node/v16.5.0/bin/npm',
0 verbose cli   'install'
0 verbose cli ]
1 info using npm@7.19.1
2 info using node@v16.5.0
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:/Users/nirpan/.nvm/versions/node/v16.5.0/lib/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 2ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:/Users/nirpan/code/sandbox/vue-sqlite-app-starter/.npmrc Completed in 0ms
10 timing config:load:project Completed in 1ms
11 timing config:load:file:/Users/nirpan/.npmrc Completed in 2ms
12 timing config:load:user Completed in 2ms
13 timing config:load:file:/Users/nirpan/.nvm/versions/node/v16.5.0/etc/npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:validate Completed in 1ms
16 timing config:load:credentials Completed in 0ms
17 timing config:load:setEnvs Completed in 0ms
18 timing config:load Completed in 9ms
19 timing npm:load:configload Completed in 9ms
20 timing npm:load:setTitle Completed in 19ms
21 timing npm:load:setupLog Completed in 1ms
22 timing npm:load:cleanupLog Completed in 2ms
23 timing npm:load:configScope Completed in 0ms
24 timing npm:load:projectScope Completed in 1ms
25 timing npm:load Completed in 33ms
26 timing config:load:flatten Completed in 3ms
27 timing arborist:ctor Completed in 1ms
28 timing idealTree:init Completed in 1046ms
29 timing idealTree:userRequests Completed in 1ms
30 silly idealTree buildDeps
31 timing idealTree:#root Completed in 0ms
32 timing idealTree:buildDeps Completed in 1ms
33 timing idealTree:fixDepFlags Completed in 0ms
34 timing idealTree Completed in 1073ms
35 timing reify:loadTrees Completed in 1102ms
36 timing reify:diffTrees Completed in 84ms
37 silly reify moves {}
38 timing reify:retireShallow Completed in 1ms
39 timing reify:createSparse Completed in 505ms
40 timing reify:loadBundles Completed in 0ms
41 silly audit bulk request {
41 silly audit   '@angular-devkit/build-optimizer': [ '0.0.35' ],
41 silly audit   typescript: [ '2.6.2', '4.1.6' ],
41 silly audit   '@babel/code-frame': [ '7.14.5' ],
41 silly audit   '@babel/compat-data': [ '7.15.0' ],
41 silly audit   '@babel/core': [ '7.15.0' ],
41 silly audit   '@babel/generator': [ '7.15.0' ],
41 silly audit   '@babel/helper-annotate-as-pure': [ '7.14.5' ],
41 silly audit   '@babel/helper-builder-binary-assignment-operator-visitor': [ '7.14.5' ],
41 silly audit   '@babel/helper-compilation-targets': [ '7.15.0' ],
41 silly audit   '@babel/helper-create-class-features-plugin': [ '7.15.0' ],
41 silly audit   '@babel/helper-create-regexp-features-plugin': [ '7.14.5' ],
41 silly audit   '@babel/helper-define-polyfill-provider': [ '0.2.3' ],
41 silly audit   '@babel/helper-explode-assignable-expression': [ '7.14.5' ],
41 silly audit   '@babel/helper-function-name': [ '7.14.5' ],
41 silly audit   '@babel/helper-get-function-arity': [ '7.14.5' ],
41 silly audit   '@babel/helper-hoist-variables': [ '7.14.5' ],
41 silly audit   '@babel/helper-member-expression-to-functions': [ '7.15.0' ],
41 silly audit   '@babel/helper-module-imports': [ '7.14.5' ],
41 silly audit   '@babel/helper-module-transforms': [ '7.15.0' ],
41 silly audit   '@babel/helper-optimise-call-expression': [ '7.14.5' ],
41 silly audit   '@babel/helper-plugin-utils': [ '7.14.5' ],
41 silly audit   '@babel/helper-remap-async-to-generator': [ '7.14.5' ],
41 silly audit   '@babel/helper-replace-supers': [ '7.15.0' ],
41 silly audit   '@babel/helper-simple-access': [ '7.14.8' ],
41 silly audit   '@babel/helper-skip-transparent-expression-wrappers': [ '7.14.5' ],
41 silly audit   '@babel/helper-split-export-declaration': [ '7.14.5' ],
41 silly audit   '@babel/helper-validator-identifier': [ '7.14.9' ],
41 silly audit   '@babel/helper-validator-option': [ '7.14.5' ],
41 silly audit   '@babel/helper-wrap-function': [ '7.14.5' ],
41 silly audit   '@babel/helpers': [ '7.15.3' ],
41 silly audit   '@babel/highlight': [ '7.14.5' ],
41 silly audit   '@babel/parser': [ '7.15.3' ],
41 silly audit   '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-async-generator-functions': [ '7.14.9' ],
41 silly audit   '@babel/plugin-proposal-class-properties': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-class-static-block': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-decorators': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-dynamic-import': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-export-namespace-from': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-json-strings': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-logical-assignment-operators': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-nullish-coalescing-operator': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-numeric-separator': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-object-rest-spread': [ '7.14.7' ],
41 silly audit   '@babel/plugin-proposal-optional-catch-binding': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-optional-chaining': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-private-methods': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-private-property-in-object': [ '7.14.5' ],
41 silly audit   '@babel/plugin-proposal-unicode-property-regex': [ '7.14.5' ],
41 silly audit   '@babel/plugin-syntax-async-generators': [ '7.8.4' ],
41 silly audit   '@babel/plugin-syntax-bigint': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-class-properties': [ '7.12.13' ],
41 silly audit   '@babel/plugin-syntax-class-static-block': [ '7.14.5' ],
41 silly audit   '@babel/plugin-syntax-decorators': [ '7.14.5' ],
41 silly audit   '@babel/plugin-syntax-dynamic-import': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-export-namespace-from': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-import-meta': [ '7.10.4' ],
41 silly audit   '@babel/plugin-syntax-json-strings': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-jsx': [ '7.14.5' ],
41 silly audit   '@babel/plugin-syntax-logical-assignment-operators': [ '7.10.4' ],
41 silly audit   '@babel/plugin-syntax-nullish-coalescing-operator': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-numeric-separator': [ '7.10.4' ],
41 silly audit   '@babel/plugin-syntax-object-rest-spread': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-optional-catch-binding': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-optional-chaining': [ '7.8.3' ],
41 silly audit   '@babel/plugin-syntax-private-property-in-object': [ '7.14.5' ],
41 silly audit   '@babel/plugin-syntax-top-level-await': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-arrow-functions': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-async-to-generator': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-block-scoped-functions': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-block-scoping': [ '7.15.3' ],
41 silly audit   '@babel/plugin-transform-classes': [ '7.14.9' ],
41 silly audit   '@babel/plugin-transform-computed-properties': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-destructuring': [ '7.14.7' ],
41 silly audit   '@babel/plugin-transform-dotall-regex': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-duplicate-keys': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-exponentiation-operator': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-for-of': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-function-name': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-literals': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-member-expression-literals': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-modules-amd': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-modules-commonjs': [ '7.15.0' ],
41 silly audit   '@babel/plugin-transform-modules-systemjs': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-modules-umd': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-named-capturing-groups-regex': [ '7.14.9' ],
41 silly audit   '@babel/plugin-transform-new-target': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-object-super': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-parameters': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-property-literals': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-regenerator': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-reserved-words': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-runtime': [ '7.15.0' ],
41 silly audit   '@babel/plugin-transform-shorthand-properties': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-spread': [ '7.14.6' ],
41 silly audit   '@babel/plugin-transform-sticky-regex': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-template-literals': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-typeof-symbol': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-unicode-escapes': [ '7.14.5' ],
41 silly audit   '@babel/plugin-transform-unicode-regex': [ '7.14.5' ],
41 silly audit   '@babel/preset-env': [ '7.15.0' ],
41 silly audit   '@babel/preset-modules': [ '0.1.4' ],
41 silly audit   '@babel/runtime': [ '7.15.3' ],
41 silly audit   '@babel/template': [ '7.14.5' ],
41 silly audit   '@babel/traverse': [ '7.15.0' ],
41 silly audit   '@babel/types': [ '7.15.0' ],
41 silly audit   '@capacitor-community/electron': [ '4.0.3' ],
41 silly audit   'ansi-styles': [ '4.3.0', '2.2.1', '3.2.1' ],
41 silly audit   chalk: [ '4.1.2', '1.1.3', '2.4.2' ],
41 silly audit   'color-convert': [ '2.0.1', '1.9.3' ],
41 silly audit   'color-name': [ '1.1.4', '1.1.3' ],
41 silly audit   'has-flag': [ '4.0.0', '2.0.0', '3.0.0' ],
41 silly audit   'supports-color': [ '7.2.0', '2.0.0', '6.1.0', '4.5.0', '5.5.0' ],
41 silly audit   '@capacitor-community/sqlite': [ '3.2.5' ],
41 silly audit   '@capacitor/android': [ '3.2.5' ],
41 silly audit   '@capacitor/cli': [ '3.2.5' ],
41 silly audit   'lru-cache': [ '6.0.0', '4.1.5', '5.1.1' ],
41 silly audit   semver: [ '7.3.5', '5.7.1', '7.0.0', '5.3.0', '6.3.0' ],
41 silly audit   yallist: [ '4.0.0', '2.1.2', '3.1.1' ],
41 silly audit   '@capacitor/core': [ '3.2.5' ],
41 silly audit   '@capacitor/dialog': [ '1.0.2' ],
41 silly audit   '@capacitor/ios': [ '3.2.5' ],
41 silly audit   '@cnakazawa/watch': [ '1.0.4' ],
41 silly audit   '@cypress/listr-verbose-renderer': [ '0.4.1' ],
41 silly audit   'ansi-regex': [ '2.1.1', '3.0.0', '4.1.0', '5.0.0' ],
41 silly audit   'strip-ansi': [ '3.0.1', '4.0.0', '5.2.0', '6.0.0' ],
41 silly audit   '@cypress/xvfb': [ '1.2.4' ],
41 silly audit   debug: [ '3.2.7', '2.6.9', '3.2.6', '4.3.2' ],
41 silly audit   '@hapi/address': [ '2.1.4' ],
41 silly audit   '@hapi/bourne': [ '1.3.2' ],
41 silly audit   '@hapi/hoek': [ '8.5.1' ],
41 silly audit   '@hapi/joi': [ '15.1.1' ],
41 silly audit   '@hapi/topo': [ '3.1.6' ],
41 silly audit   '@intervolga/optimize-cssnano-plugin': [ '1.0.6' ],
41 silly audit   postcss: [ '7.0.36', '8.3.9', '6.0.23' ],
41 silly audit   'source-map': [ '0.6.1', '0.5.7', '0.7.3', '0.4.4', '0.5.6' ],
41 silly audit   '@ionic/app-scripts': [ '3.2.4' ],
41 silly audit   acorn: [ '5.7.4', '7.4.1', '4.0.13', '6.4.2' ],
41 silly audit   camelcase: [ '4.1.0', '1.2.1', '5.3.1', '6.2.0', '2.1.1' ],
41 silly audit   cliui: [ '3.2.0', '2.1.0', '6.0.0', '5.0.0', '7.0.4' ],
41 silly audit   'is-fullwidth-code-point': [ '1.0.0', '2.0.0', '3.0.0' ],
41 silly audit   'string-width': [ '1.0.2', '2.1.1', '3.1.0', '4.2.2' ],
41 silly audit   'dotenv-webpack': [ '1.8.0' ],
41 silly audit   'enhanced-resolve': [ '3.4.1', '4.5.0' ],
41 silly audit   'find-up': [ '2.1.0', '3.0.0', '4.1.0', '1.1.2' ],
41 silly audit   'fs-extra': [ '4.0.3', '7.0.1', '5.0.0', '9.1.0' ],
41 silly audit   'get-caller-file': [ '1.0.3', '2.0.5' ],
41 silly audit   json5: [ '0.5.1', '2.2.0', '1.0.1' ],
41 silly audit   jsonfile: [ '4.0.0', '6.1.0' ],
41 silly audit   'locate-path': [ '2.0.0', '3.0.0', '5.0.0' ],
41 silly audit   'memory-fs': [ '0.4.1', '0.5.0' ],
41 silly audit   'p-limit': [ '1.3.0', '2.3.0' ],
41 silly audit   'p-locate': [ '2.0.0', '3.0.0', '4.1.0' ],
41 silly audit   'p-try': [ '1.0.0', '2.2.0' ],
41 silly audit   'path-exists': [ '3.0.0', '2.1.0', '4.0.0' ],
41 silly audit   'path-type': [ '2.0.0', '3.0.0', '4.0.0', '1.1.0' ],
41 silly audit   'read-pkg': [ '2.0.0', '3.0.0', '5.2.0', '1.1.0' ],
41 silly audit   'read-pkg-up': [ '2.0.0', '4.0.0', '1.0.1' ],
41 silly audit   tapable: [ '0.2.9', '1.1.3' ],
41 silly audit   'uglify-js': [ '2.8.29', '3.4.10' ],
41 silly audit   yargs: [ '3.10.0', '8.0.2', '13.3.2', '16.2.0' ],
41 silly audit   'uglifyjs-webpack-plugin': [ '0.4.6' ],
41 silly audit   universalify: [ '0.1.2', '2.0.0' ],
41 silly audit   webpack: [ '3.12.0', '4.46.0' ],
41 silly audit   'wrap-ansi': [ '2.1.0', '6.2.0', '5.1.0', '7.0.0' ],
41 silly audit   y18n: [ '3.2.2', '4.0.3', '5.0.8' ],
41 silly audit   'yargs-parser': [ '7.0.0', '13.1.2', '10.1.0', '20.2.9' ],
41 silly audit   '@ionic/cli-framework-output': [ '2.2.2' ],
41 silly audit   '@ionic/core': [ '5.6.13' ],
41 silly audit   '@ionic/utils-array': [ '2.1.5' ],
41 silly audit   '@ionic/utils-fs': [ '3.1.5' ],
41 silly audit   '@ionic/utils-object': [ '2.1.5' ],
41 silly audit   '@ionic/utils-process': [ '2.1.8' ],
41 silly audit   '@ionic/utils-stream': [ '3.1.5' ],
41 silly audit   '@ionic/utils-subprocess': [ '2.1.8' ],
41 silly audit   'cross-spawn': [ '7.0.3', '5.1.0', '6.0.5', '3.0.1' ],
41 silly audit   'path-key': [ '3.1.1', '2.0.1' ],
41 silly audit   'shebang-command': [ '2.0.0', '1.2.0' ],
41 silly audit   'shebang-regex': [ '3.0.0', '1.0.0' ],
41 silly audit   which: [ '2.0.2', '1.3.1' ],
41 silly audit   '@ionic/utils-terminal': [ '2.3.1' ],
41 silly audit   '@ionic/vue': [ '5.6.13' ],
41 silly audit   '@ionic/vue-router': [ '5.6.13' ],
41 silly audit   '@istanbuljs/load-nyc-config': [ '1.1.0' ],
41 silly audit   '@istanbuljs/schema': [ '0.1.3' ],
41 silly audit   '@jest/console': [ '24.9.0' ],
41 silly audit   slash: [ '2.0.0', '1.0.0', '3.0.0' ],
41 silly audit   '@jest/core': [ '24.9.0' ],
41 silly audit   '@jest/transform': [ '24.9.0', '26.6.2' ],
41 silly audit   '@jest/types': [ '24.9.0', '26.6.2' ],
41 silly audit   '@types/istanbul-reports': [ '1.1.2', '3.0.1' ],
41 silly audit   '@types/yargs': [ '13.0.12', '15.0.14' ],
41 silly audit   'ansi-escapes': [ '3.2.0', '4.3.2', '1.4.0' ],
41 silly audit   anymatch: [ '2.0.0', '3.1.2' ],
41 silly audit   'babel-plugin-istanbul': [ '5.2.0', '6.0.0' ],
41 silly audit   callsites: [ '3.1.0', '2.0.0' ],
41 silly audit   'ci-info': [ '2.0.0', '1.6.0' ],
41 silly audit   'define-property': [ '2.0.2', '1.0.0', '0.2.5' ],
41 silly audit   'extend-shallow': [ '3.0.2', '2.0.1' ],
41 silly audit   'is-accessor-descriptor': [ '1.0.0', '0.1.6' ],
41 silly audit   'is-ci': [ '2.0.0', '1.2.1' ],
41 silly audit   'is-data-descriptor': [ '1.0.0', '0.1.4' ],
41 silly audit   'is-descriptor': [ '1.0.2', '0.1.6' ],
41 silly audit   'is-extendable': [ '1.0.1', '0.1.1' ],
41 silly audit   'istanbul-lib-coverage': [ '2.0.5', '3.0.0' ],
41 silly audit   'istanbul-lib-instrument': [ '3.3.0', '4.0.3' ],
41 silly audit   'jest-haste-map': [ '24.9.0', '26.6.2' ],
41 silly audit   'jest-regex-util': [ '24.9.0', '26.0.0' ],
41 silly audit   'jest-serializer': [ '24.9.0', '26.6.2' ],
41 silly audit   'jest-util': [ '24.9.0', '26.6.2' ],
41 silly audit   'kind-of': [ '6.0.3', '4.0.0', '5.1.0', '3.2.2' ],
41 silly audit   'load-json-file': [ '4.0.0', '2.0.0', '1.1.0' ],
41 silly audit   micromatch: [ '3.1.10', '4.0.4' ],
41 silly audit   'normalize-path': [ '2.1.1', '3.0.0', '1.0.0' ],
41 silly audit   pify: [ '3.0.0', '4.0.1', '2.3.0' ],
41 silly audit   'require-main-filename': [ '2.0.0', '1.0.1' ],
41 silly audit   'test-exclude': [ '5.2.3', '6.0.0' ],
41 silly audit   'write-file-atomic': [ '2.4.1', '3.0.3' ],
41 silly audit   '@jest/environment': [ '24.9.0' ],
41 silly audit   '@jest/fake-timers': [ '24.9.0' ],
41 silly audit   '@jest/reporters': [ '24.9.0' ],
41 silly audit   '@jest/source-map': [ '24.9.0' ],
41 silly audit   '@jest/test-result': [ '24.9.0' ],
41 silly audit   '@jest/test-sequencer': [ '24.9.0' ],
41 silly audit   '@mrmlnc/readdir-enhanced': [ '2.2.1' ],
41 silly audit   '@nodelib/fs.scandir': [ '2.1.5' ],
41 silly audit   '@nodelib/fs.stat': [ '2.0.5', '1.1.3' ],
41 silly audit   '@nodelib/fs.walk': [ '1.2.8' ],
41 silly audit   '@soda/friendly-errors-webpack-plugin': [ '1.8.0' ],
41 silly audit   '@soda/get-current-script': [ '1.0.2' ],
41 silly audit   '@stencil/core': [ '2.10.0' ],
41 silly audit   '@types/babel__core': [ '7.1.15' ],
41 silly audit   '@types/babel__generator': [ '7.6.3' ],
41 silly audit   '@types/babel__template': [ '7.4.1' ],
41 silly audit   '@types/babel__traverse': [ '7.14.2' ],
41 silly audit   '@types/body-parser': [ '1.19.1' ],
41 silly audit   '@types/connect': [ '3.4.35' ],
41 silly audit   '@types/connect-history-api-fallback': [ '1.3.5' ],
41 silly audit   '@types/emscripten': [ '1.39.5' ],
41 silly audit   '@types/express': [ '4.17.13' ],
41 silly audit   '@types/express-serve-static-core': [ '4.17.24' ],
41 silly audit   '@types/glob': [ '7.1.4' ],
41 silly audit   '@types/graceful-fs': [ '4.1.5' ],
41 silly audit   '@types/http-proxy': [ '1.17.7' ],
41 silly audit   '@types/istanbul-lib-coverage': [ '2.0.3' ],
41 silly audit   '@types/istanbul-lib-report': [ '3.0.0' ],
41 silly audit   '@types/jest': [ '24.9.1' ],
41 silly audit   '@types/json-schema': [ '7.0.9' ],
41 silly audit   '@types/mime': [ '1.3.2' ],
41 silly audit   '@types/minimatch': [ '3.0.5' ],
41 silly audit   '@types/minimist': [ '1.2.2' ],
41 silly audit   '@types/node': [ '16.7.1' ],
41 silly audit   '@types/normalize-package-data': [ '2.4.1' ],
41 silly audit   '@types/parse-json': [ '4.0.0' ],
41 silly audit   '@types/q': [ '1.5.5' ],
41 silly audit   '@types/qs': [ '6.9.7' ],
41 silly audit   '@types/range-parser': [ '1.2.4' ],
41 silly audit   '@types/serve-static': [ '1.13.10' ],
41 silly audit   '@types/sizzle': [ '2.3.2' ],
41 silly audit   '@types/source-list-map': [ '0.1.2' ],
41 silly audit   '@types/sql.js': [ '1.4.2' ],
41 silly audit   '@types/stack-utils': [ '1.0.1' ],
41 silly audit   '@types/strip-bom': [ '3.0.0' ],
41 silly audit   '@types/strip-json-comments': [ '0.0.30' ],
41 silly audit   '@types/tapable': [ '1.0.8' ],
41 silly audit   '@types/uglify-js': [ '3.13.1' ],
41 silly audit   '@types/webpack': [ '4.41.30' ],
41 silly audit   '@types/webpack-dev-server': [ '3.11.6' ],
41 silly audit   '@types/webpack-env': [ '1.16.2' ],
41 silly audit   '@types/webpack-sources': [ '3.2.0' ],
41 silly audit   '@types/yargs-parser': [ '20.2.1' ],
41 silly audit   '@typescript-eslint/eslint-plugin': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/experimental-utils': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/parser': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/scope-manager': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/types': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/typescript-estree': [ '4.29.3' ],
41 silly audit   '@typescript-eslint/visitor-keys': [ '4.29.3' ],
41 silly audit   '@vue/babel-helper-vue-jsx-merge-props': [ '1.2.1' ],
41 silly audit   '@vue/babel-helper-vue-transform-on': [ '1.0.2' ],
41 silly audit   '@vue/babel-plugin-jsx': [ '1.0.6' ],
41 silly audit   '@vue/babel-plugin-transform-vue-jsx': [ '1.2.1' ],
41 silly audit   'html-tags': [ '2.0.0', '3.1.0' ],
41 silly audit   '@vue/babel-preset-app': [ '4.5.13' ],
41 silly audit   '@vue/babel-preset-jsx': [ '1.2.4' ],
41 silly audit   '@vue/babel-sugar-composition-api-inject-h': [ '1.2.1' ],
41 silly audit   '@vue/babel-sugar-composition-api-render-instance': [ '1.2.4' ],
41 silly audit   '@vue/babel-sugar-functional-vue': [ '1.2.2' ],
41 silly audit   '@vue/babel-sugar-inject-h': [ '1.2.2' ],
41 silly audit   '@vue/babel-sugar-v-model': [ '1.2.3' ],
41 silly audit   '@vue/babel-sugar-v-on': [ '1.2.3' ],
41 silly audit   '@vue/cli-overlay': [ '4.5.13' ],
41 silly audit   '@vue/cli-plugin-babel': [ '4.5.13' ],
41 silly audit   '@vue/cli-plugin-e2e-cypress': [ '4.5.13' ],
41 silly audit   '@vue/cli-plugin-eslint': [ '4.5.13' ],
41 silly audit   'array-union': [ '1.0.2', '2.1.0' ],
41 silly audit   'dir-glob': [ '2.2.2', '3.0.1' ],
41 silly audit   'fast-glob': [ '2.2.7', '3.2.7' ],
41 silly audit   globby: [ '9.2.0', '7.1.1', '6.1.0', '11.0.4' ],
41 silly audit   '@vue/cli-plugin-router': [ '4.5.13' ],
41 silly audit   '@vue/cli-plugin-typescript': [ '4.5.13' ],
41 silly audit   '@vue/cli-plugin-unit-jest': [ '4.5.13' ],
41 silly audit   'babel-jest': [ '24.9.0', '26.6.3' ],
41 silly audit   'babel-plugin-jest-hoist': [ '24.9.0', '26.6.2' ],
41 silly audit   'babel-preset-jest': [ '24.9.0', '26.6.2' ],
41 silly audit   vue: [ '2.6.14', '3.2.20' ],
41 silly audit   'vue-jest': [ '3.0.7', '5.0.0-alpha.10' ],
41 silly audit   '@vue/cli-plugin-vuex': [ '4.5.13' ],
41 silly audit   '@vue/cli-service': [ '4.5.13' ],
41 silly audit   autoprefixer: [ '9.8.6', '7.2.6' ],
41 silly audit   'postcss-value-parser': [ '4.1.0', '3.3.1' ],
41 silly audit   '@vue/cli-shared-utils': [ '4.5.13' ],
41 silly audit   'cli-cursor': [ '2.1.0', '1.0.2', '3.1.0' ],
41 silly audit   'is-wsl': [ '1.1.0', '2.2.0' ],
41 silly audit   onetime: [ '2.0.1', '5.1.2', '1.1.0' ],
41 silly audit   open: [ '6.4.0', '7.4.2' ],
41 silly audit   ora: [ '3.4.0', '0.2.3', '5.4.1' ],
41 silly audit   'restore-cursor': [ '2.0.0', '3.1.0', '1.0.1' ],
41 silly audit   '@vue/compiler-core': [ '3.2.20' ],
41 silly audit   '@vue/compiler-dom': [ '3.2.20' ],
41 silly audit   '@vue/compiler-sfc': [ '3.2.20' ],
41 silly audit   '@vue/compiler-ssr': [ '3.2.20' ],
41 silly audit   '@vue/component-compiler-utils': [ '3.2.2' ],
41 silly audit   consolidate: [ '0.15.1' ],
41 silly audit   'hash-sum': [ '1.0.2', '2.0.0' ],
41 silly audit   '@vue/devtools-api': [ '6.0.0-beta.15' ],
41 silly audit   '@vue/eslint-config-typescript': [ '7.0.0' ],
41 silly audit   '@vue/preload-webpack-plugin': [ '1.1.2' ],
41 silly audit   '@vue/reactivity': [ '3.2.20' ],
41 silly audit   '@vue/ref-transform': [ '3.2.20' ],
41 silly audit   '@vue/runtime-core': [ '3.2.20' ],
41 silly audit   '@vue/runtime-dom': [ '3.2.20' ],
41 silly audit   '@vue/server-renderer': [ '3.2.20' ],
41 silly audit   '@vue/shared': [ '3.2.20' ],
41 silly audit   '@vue/test-utils': [ '2.0.0-rc.12' ],
41 silly audit   '@vue/web-component-wrapper': [ '1.3.0' ],
41 silly audit   '@webassemblyjs/ast': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/floating-point-hex-parser': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-api-error': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-buffer': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-code-frame': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-fsm': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-module-context': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-wasm-bytecode': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/helper-wasm-section': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/ieee754': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/leb128': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/utf8': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wasm-edit': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wasm-gen': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wasm-opt': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wasm-parser': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wast-parser': [ '1.9.0' ],
41 silly audit   '@webassemblyjs/wast-printer': [ '1.9.0' ],
41 silly audit   '@xtuc/ieee754': [ '1.2.0' ],
41 silly audit   '@xtuc/long': [ '4.2.2' ],
41 silly audit   abab: [ '2.0.5' ],
41 silly audit   abbrev: [ '1.1.1' ],
41 silly audit   accepts: [ '1.3.7' ],
41 silly audit   'acorn-dynamic-import': [ '2.0.2' ],
41 silly audit   'acorn-globals': [ '4.3.4' ],
41 silly audit   'acorn-walk': [ '6.2.0', '7.2.0' ],
41 silly audit   'acorn-jsx': [ '5.3.2' ],
41 silly audit   address: [ '1.1.2' ],
41 silly audit   ajv: [ '6.12.6' ],
41 silly audit   'ajv-errors': [ '1.0.1' ],
41 silly audit   'ajv-keywords': [ '3.5.2' ],
41 silly audit   'align-text': [ '0.1.4' ],
41 silly audit   'alphanum-sort': [ '1.0.2' ],
41 silly audit   amdefine: [ '1.0.1' ],
41 silly audit   'ansi-colors': [ '3.2.4' ],
41 silly audit   'ansi-html': [ '0.0.7' ],
41 silly audit   'any-promise': [ '1.3.0' ],
41 silly audit   aproba: [ '1.2.0' ],
41 silly audit   arch: [ '2.2.0', '2.1.1' ],
41 silly audit   'are-we-there-yet': [ '1.1.5' ],
41 silly audit   argparse: [ '1.0.10' ],
41 silly audit   'arr-diff': [ '4.0.0' ],
41 silly audit   'arr-flatten': [ '1.1.0' ],
41 silly audit   'arr-union': [ '3.1.0' ],
41 silly audit   'array-equal': [ '1.0.0' ],
41 silly audit   'array-find-index': [ '1.0.2' ],
41 silly audit   'array-flatten': [ '1.1.1', '2.1.2' ],
41 silly audit   'array-uniq': [ '1.0.3' ],
41 silly audit   'array-unique': [ '0.3.2' ],
41 silly audit   asn1: [ '0.2.4' ],
41 silly audit   'asn1.js': [ '5.4.1' ],
41 silly audit   'bn.js': [ '4.12.0', '5.2.0' ],
41 silly audit   assert: [ '1.5.0' ],
41 silly audit   'assert-plus': [ '1.0.0' ],
41 silly audit   inherits: [ '2.0.1', '2.0.3', '2.0.4' ],
41 silly audit   util: [ '0.10.3', '0.11.1' ],
41 silly audit   'assign-symbols': [ '1.0.0' ],
41 silly audit   'astral-regex': [ '2.0.0', '1.0.0' ],
41 silly audit   async: [ '2.6.1', '2.6.3' ],
41 silly audit   'async-each': [ '1.0.3' ],
41 silly audit   'async-foreach': [ '0.1.3' ],
41 silly audit   'async-limiter': [ '1.0.1' ],
41 silly audit   asynckit: [ '0.4.0' ],
41 silly audit   'at-least-node': [ '1.0.0' ],
41 silly audit   atob: [ '2.1.2' ],
41 silly audit   browserslist: [ '2.11.3', '4.16.8' ],
41 silly audit   'aws-sign2': [ '0.7.0' ],
41 silly audit   aws4: [ '1.11.0' ],
41 silly audit   'babel-code-frame': [ '6.26.0' ],
41 silly audit   'js-tokens': [ '3.0.2', '4.0.0' ],
41 silly audit   'babel-core': [ '7.0.0-bridge.0' ],
41 silly audit   'babel-loader': [ '8.2.2' ],
41 silly audit   'babel-messages': [ '6.23.0' ],
41 silly audit   'babel-plugin-dynamic-import-node': [ '2.3.3' ],
41 silly audit   'babel-plugin-polyfill-corejs2': [ '0.2.2' ],
41 silly audit   'babel-plugin-polyfill-corejs3': [ '0.2.4' ],
41 silly audit   'babel-plugin-polyfill-regenerator': [ '0.2.2' ],
41 silly audit   'babel-plugin-transform-es2015-modules-commonjs': [ '6.26.2' ],
41 silly audit   'babel-plugin-transform-strict-mode': [ '6.24.1' ],
41 silly audit   'babel-preset-current-node-syntax': [ '1.0.1' ],
41 silly audit   'babel-runtime': [ '6.26.0' ],
41 silly audit   'core-js': [ '2.6.12', '3.16.3' ],
41 silly audit   'regenerator-runtime': [ '0.11.1', '0.13.9' ],
41 silly audit   'babel-template': [ '6.26.0' ],
41 silly audit   'babel-traverse': [ '6.26.0' ],
41 silly audit   globals: [ '9.18.0', '12.4.0', '11.12.0' ],
41 silly audit   ms: [ '2.0.0', '2.1.2', '2.1.1' ],
41 silly audit   'babel-types': [ '6.26.0' ],
41 silly audit   'to-fast-properties': [ '1.0.3', '2.0.0' ],
41 silly audit   babylon: [ '6.18.0' ],
41 silly audit   'balanced-match': [ '1.0.2' ],
41 silly audit   base: [ '0.11.2' ],
41 silly audit   'base64-js': [ '1.5.1' ],
41 silly audit   batch: [ '0.6.1' ],
41 silly audit   'bcrypt-pbkdf': [ '1.0.2' ],
41 silly audit   bfj: [ '6.1.2' ],
41 silly audit   'big-integer': [ '1.6.50' ],
41 silly audit   'big.js': [ '5.2.2', '3.2.0' ],
41 silly audit   'binary-extensions': [ '1.13.1', '2.2.0' ],
41 silly audit   bindings: [ '1.5.0' ],
41 silly audit   bl: [ '4.1.0' ],
41 silly audit   'readable-stream': [ '3.6.0', '2.3.7' ],
41 silly audit   'block-stream': [ '0.0.9' ],
41 silly audit   bluebird: [ '3.7.2', '3.5.0' ],
41 silly audit   body: [ '5.1.0' ],
41 silly audit   'body-parser': [ '1.19.0' ],
41 silly audit   bytes: [ '1.0.0', '3.1.0', '3.0.0' ],
41 silly audit   'raw-body': [ '1.1.7', '2.4.0' ],
41 silly audit   string_decoder: [ '0.10.31', '1.1.1' ],
41 silly audit   bonjour: [ '3.5.0' ],
41 silly audit   boolbase: [ '1.0.0' ],
41 silly audit   'bplist-parser': [ '0.3.0' ],
41 silly audit   'brace-expansion': [ '1.1.11' ],
41 silly audit   braces: [ '2.3.2', '3.0.2' ],
41 silly audit   brorand: [ '1.1.0' ],
41 silly audit   'browser-process-hrtime': [ '1.0.0' ],
41 silly audit   'browser-resolve': [ '1.11.3' ],
41 silly audit   resolve: [ '1.1.7', '1.20.0' ],
41 silly audit   'browserify-aes': [ '1.2.0' ],
41 silly audit   'browserify-cipher': [ '1.0.1' ],
41 silly audit   'browserify-des': [ '1.0.2' ],
41 silly audit   'browserify-rsa': [ '4.1.0' ],
41 silly audit   'browserify-sign': [ '4.2.1' ],
41 silly audit   'safe-buffer': [ '5.2.1', '5.1.2' ],
41 silly audit   'browserify-zlib': [ '0.2.0' ],
41 silly audit   'bs-logger': [ '0.2.6' ],
41 silly audit   bser: [ '2.1.1' ],
41 silly audit   buffer: [ '5.7.1', '4.9.2' ],
41 silly audit   'buffer-crc32': [ '0.2.13' ],
41 silly audit   'buffer-from': [ '1.1.2' ],
41 silly audit   'buffer-indexof': [ '1.1.1' ],
41 silly audit   'buffer-json': [ '2.0.0' ],
41 silly audit   'buffer-xor': [ '1.0.3' ],
41 silly audit   'builtin-modules': [ '1.1.1' ],
41 silly audit   'builtin-status-codes': [ '3.0.0' ],
41 silly audit   cacache: [ '12.0.4' ],
41 silly audit   ssri: [ '6.0.2', '8.0.1' ],
41 silly audit   'cache-base': [ '1.0.1' ],
41 silly audit   'cache-loader': [ '4.1.0' ],
41 silly audit   cachedir: [ '1.3.0' ],
41 silly audit   'call-bind': [ '1.0.2' ],
41 silly audit   'call-me-maybe': [ '1.0.1' ],
41 silly audit   'caller-callsite': [ '2.0.0' ],
41 silly audit   'caller-path': [ '2.0.0' ],
41 silly audit   'camel-case': [ '3.0.0' ],
41 silly audit   'camelcase-keys': [ '2.1.0' ],
41 silly audit   'caniuse-api': [ '3.0.0' ],
41 silly audit   'caniuse-lite': [ '1.0.30001251' ],
41 silly audit   'capture-exit': [ '2.0.0' ],
41 silly audit   'case-sensitive-paths-webpack-plugin': [ '2.4.0' ],
41 silly audit   caseless: [ '0.12.0' ],
41 silly audit   'center-align': [ '0.1.3' ],
41 silly audit   chardet: [ '0.7.0' ],
41 silly audit   'check-more-types': [ '2.24.0' ],
41 silly audit   'check-types': [ '8.0.3' ],
41 silly audit   chokidar: [ '2.1.8', '3.5.2' ],
41 silly audit   chownr: [ '1.1.4', '2.0.0' ],
41 silly audit   'chrome-trace-event': [ '1.0.3' ],
41 silly audit   'cipher-base': [ '1.0.4' ],
41 silly audit   'class-utils': [ '0.3.6' ],
41 silly audit   'clean-css': [ '4.2.3' ],
41 silly audit   'cli-highlight': [ '2.1.11' ],
41 silly audit   'cli-spinners': [ '2.6.0', '0.1.2' ],
41 silly audit   'cli-truncate': [ '0.2.1' ],
41 silly audit   'slice-ansi': [ '0.0.4', '4.0.0', '2.1.0' ],
41 silly audit   'cli-width': [ '3.0.0' ],
41 silly audit   clipboardy: [ '2.3.0' ],
41 silly audit   clone: [ '1.0.4', '2.1.2' ],
41 silly audit   co: [ '4.6.0' ],
41 silly audit   coa: [ '2.0.2' ],
41 silly audit   'code-point-at': [ '1.1.0' ],
41 silly audit   'collection-visit': [ '1.0.0' ],
41 silly audit   color: [ '3.2.1' ],
41 silly audit   'color-string': [ '1.6.0' ],
41 silly audit   colorette: [ '1.3.0' ],
41 silly audit   'combined-stream': [ '1.0.8' ],
41 silly audit   commander: [ '6.2.1', '2.15.1', '2.20.3', '2.17.1', '2.12.2', '2.19.0' ],
41 silly audit   'common-tags': [ '1.8.0' ],
41 silly audit   commondir: [ '1.0.1' ],
41 silly audit   'component-emitter': [ '1.3.0' ],
41 silly audit   compressible: [ '2.0.18' ],
41 silly audit   compression: [ '1.7.4' ],
41 silly audit   'concat-map': [ '0.0.1' ],
41 silly audit   'concat-stream': [ '1.6.2' ],
41 silly audit   'condense-newlines': [ '0.2.1' ],
41 silly audit   'config-chain': [ '1.1.13' ],
41 silly audit   'connect-history-api-fallback': [ '1.6.0' ],
41 silly audit   'console-browserify': [ '1.2.0' ],
41 silly audit   'console-control-strings': [ '1.1.0' ],
41 silly audit   'constants-browserify': [ '1.0.0' ],
41 silly audit   'content-disposition': [ '0.5.3' ],
41 silly audit   'content-type': [ '1.0.4' ],
41 silly audit   'continuable-cache': [ '0.3.1' ],
41 silly audit   'convert-source-map': [ '1.8.0' ],
41 silly audit   cookie: [ '0.4.0' ],
41 silly audit   'cookie-signature': [ '1.0.6' ],
41 silly audit   'copy-concurrently': [ '1.0.5' ],
41 silly audit   'copy-descriptor': [ '0.1.1' ],
41 silly audit   'copy-webpack-plugin': [ '5.1.2' ],
41 silly audit   'find-cache-dir': [ '2.1.0', '3.3.1', '0.1.1' ],
41 silly audit   ignore: [ '3.3.10', '5.1.8', '4.0.6' ],
41 silly audit   'make-dir': [ '2.1.0', '3.1.0' ],
41 silly audit   'pkg-dir': [ '3.0.0', '1.0.0', '4.2.0' ],
41 silly audit   'schema-utils': [ '1.0.0', '2.7.0', '2.7.1' ],
41 silly audit   'core-js-compat': [ '3.16.3' ],
41 silly audit   'core-util-is': [ '1.0.2' ],
41 silly audit   cosmiconfig: [ '5.2.1', '6.0.0' ],
41 silly audit   'create-ecdh': [ '4.0.4' ],
41 silly audit   'create-hash': [ '1.2.0' ],
41 silly audit   'create-hmac': [ '1.1.7' ],
41 silly audit   'crypto-browserify': [ '3.12.0' ],
41 silly audit   css: [ '2.2.4' ],
41 silly audit   'css-color-names': [ '0.0.4' ],
41 silly audit   'css-declaration-sorter': [ '4.0.1' ],
41 silly audit   'css-loader': [ '3.6.0' ],
41 silly audit   'css-select': [ '4.1.3', '2.1.0' ],
41 silly audit   'css-select-base-adapter': [ '0.1.1' ],
41 silly audit   'css-tree': [ '1.0.0-alpha.37', '1.1.3' ],
41 silly audit   'css-what': [ '5.0.1', '3.4.2' ],
41 silly audit   cssesc: [ '3.0.0' ],
41 silly audit   cssnano: [ '4.1.11' ],
41 silly audit   'cssnano-preset-default': [ '4.0.8' ],
41 silly audit   'cssnano-util-get-arguments': [ '4.0.0' ],
41 silly audit   'cssnano-util-get-match': [ '4.0.0' ],
41 silly audit   'cssnano-util-raw-cache': [ '4.0.1' ],
41 silly audit   'cssnano-util-same-parent': [ '4.0.1' ],
41 silly audit   csso: [ '4.2.0' ],
41 silly audit   'mdn-data': [ '2.0.14', '2.0.4' ],
41 silly audit   cssom: [ '0.3.8', '0.4.4' ],
41 silly audit   cssstyle: [ '1.4.0', '2.3.0' ],
41 silly audit   csstype: [ '2.6.18' ],
41 silly audit   'currently-unhandled': [ '0.4.1' ],
41 silly audit   cyclist: [ '1.0.1' ],
41 silly audit   cypress: [ '3.8.3' ],
41 silly audit   execa: [ '0.10.0', '3.4.0', '1.0.0', '0.7.0', '0.8.0' ],
41 silly audit   'get-stream': [ '3.0.0', '5.2.0', '4.1.0' ],
41 silly audit   lodash: [ '4.17.15', '4.17.21' ],
41 silly audit   minimist: [ '1.2.0', '0.0.8', '1.2.5' ],
41 silly audit   punycode: [ '1.4.1', '2.1.1', '1.3.2' ],
41 silly audit   qs: [ '6.5.2', '6.7.0' ],
41 silly audit   request: [ '2.88.0', '2.88.2' ],
41 silly audit   'tough-cookie': [ '2.4.3', '3.0.1', '2.5.0' ],
41 silly audit   untildify: [ '3.0.3', '4.0.0' ],
41 silly audit   d: [ '1.0.1' ],
41 silly audit   dashdash: [ '1.14.1' ],
41 silly audit   'data-urls': [ '1.1.0' ],
41 silly audit   'whatwg-url': [ '7.1.0', '6.5.0' ],
41 silly audit   'date-fns': [ '1.30.1' ],
41 silly audit   'de-indent': [ '1.0.2' ],
41 silly audit   deasync: [ '0.1.23' ],
41 silly audit   decamelize: [ '1.2.0' ],
41 silly audit   'decode-uri-component': [ '0.2.0' ],
41 silly audit   'deep-equal': [ '1.1.1' ],
41 silly audit   'deep-is': [ '0.1.3' ],
41 silly audit   deepmerge: [ '4.2.2', '1.5.2' ],
41 silly audit   'default-gateway': [ '5.0.5', '4.2.0' ],
41 silly audit   'is-stream': [ '2.0.1', '1.1.0' ],
41 silly audit   'mimic-fn': [ '2.1.0', '1.2.0' ],
41 silly audit   'npm-run-path': [ '4.0.1', '2.0.2' ],
41 silly audit   'p-finally': [ '2.0.1', '1.0.0' ],
41 silly audit   defaults: [ '1.0.3' ],
41 silly audit   'define-properties': [ '1.1.3' ],
41 silly audit   del: [ '4.1.1' ],
41 silly audit   'p-map': [ '2.1.0', '1.2.0' ],
41 silly audit   'delayed-stream': [ '1.0.0' ],
41 silly audit   delegates: [ '1.0.0' ],
41 silly audit   depd: [ '1.1.2' ],
41 silly audit   'des.js': [ '1.0.1' ],
41 silly audit   destroy: [ '1.0.4' ],
41 silly audit   'detect-newline': [ '2.1.0' ],
41 silly audit   'detect-node': [ '2.1.0' ],
41 silly audit   diff: [ '4.0.2' ],
41 silly audit   'diff-sequences': [ '24.9.0' ],
41 silly audit   'diffie-hellman': [ '5.0.3' ],
41 silly audit   'dns-equal': [ '1.0.0' ],
41 silly audit   'dns-packet': [ '1.3.4' ],
41 silly audit   'dns-txt': [ '2.0.2' ],
41 silly audit   doctrine: [ '3.0.0', '0.7.2' ],
41 silly audit   'dom-converter': [ '0.2.0' ],
41 silly audit   'dom-serializer': [ '1.3.2', '0.2.2' ],
41 silly audit   'domain-browser': [ '1.2.0' ],
41 silly audit   domelementtype: [ '2.2.0', '1.3.1' ],
41 silly audit   domexception: [ '1.0.1' ],
41 silly audit   domhandler: [ '4.2.0' ],
41 silly audit   domutils: [ '2.7.0', '1.7.0' ],
41 silly audit   'dot-prop': [ '5.3.0' ],
41 silly audit   dotenv: [ '8.6.0', '6.2.0' ],
41 silly audit   'dotenv-defaults': [ '1.1.1' ],
41 silly audit   'dotenv-expand': [ '5.1.0' ],
41 silly audit   duplexer: [ '0.1.2' ],
41 silly audit   duplexify: [ '3.7.1' ],
41 silly audit   'easy-stack': [ '1.0.1' ],
41 silly audit   'ecc-jsbn': [ '0.1.2' ],
41 silly audit   editorconfig: [ '0.15.3' ],
41 silly audit   'ee-first': [ '1.1.1' ],
41 silly audit   ejs: [ '2.7.4' ],
41 silly audit   'electron-is-dev': [ '2.0.0' ],
41 silly audit   'electron-to-chromium': [ '1.3.817' ],
41 silly audit   'elegant-spinner': [ '1.0.1' ],
41 silly audit   elementtree: [ '0.1.7' ],
41 silly audit   sax: [ '1.1.4', '1.2.4' ],
41 silly audit   elliptic: [ '6.5.4' ],
41 silly audit   'emoji-regex': [ '8.0.0', '7.0.3' ],
41 silly audit   'emojis-list': [ '3.0.0', '2.1.0' ],
41 silly audit   encodeurl: [ '1.0.2' ],
41 silly audit   'end-of-stream': [ '1.4.4' ],
41 silly audit   entities: [ '2.2.0' ],
41 silly audit   'env-paths': [ '2.2.1' ],
41 silly audit   errno: [ '0.1.8' ],
41 silly audit   error: [ '7.2.1' ],
41 silly audit   'error-ex': [ '1.3.2' ],
41 silly audit   'error-stack-parser': [ '2.0.6' ],
41 silly audit   'es-abstract': [ '1.18.5' ],
41 silly audit   'es-to-primitive': [ '1.2.1' ],
41 silly audit   'es5-ext': [ '0.10.53' ],
41 silly audit   'es6-iterator': [ '2.0.3' ],
41 silly audit   'es6-map': [ '0.1.5' ],
41 silly audit   'es6-set': [ '0.1.5' ],
41 silly audit   'es6-symbol': [ '3.1.1', '3.1.3' ],
41 silly audit   'es6-weak-map': [ '2.0.3' ],
41 silly audit   escalade: [ '3.1.1' ],
41 silly audit   'escape-html': [ '1.0.3' ],
41 silly audit   'escape-string-regexp': [ '1.0.5', '2.0.0' ],
41 silly audit   escodegen: [ '1.14.3' ],
41 silly audit   escope: [ '3.6.0' ],
41 silly audit   eslint: [ '6.8.0' ],
41 silly audit   'eslint-loader': [ '2.2.1' ],
41 silly audit   'eslint-plugin-cypress': [ '2.11.3' ],
41 silly audit   'eslint-plugin-vue': [ '7.16.0' ],
41 silly audit   'eslint-utils': [ '2.1.0', '3.0.0', '1.4.3' ],
41 silly audit   'eslint-visitor-keys': [ '1.3.0', '2.1.0' ],
41 silly audit   'eslint-scope': [ '5.1.1', '4.0.3' ],
41 silly audit   'glob-parent': [ '5.1.2', '3.1.0' ],
41 silly audit   'import-fresh': [ '3.3.0', '2.0.0' ],
41 silly audit   regexpp: [ '2.0.1', '3.2.0' ],
41 silly audit   'resolve-from': [ '4.0.0', '3.0.0', '5.0.0' ],
41 silly audit   'type-fest': [ '0.8.1', '0.6.0', '0.21.3' ],
41 silly audit   espree: [ '6.2.1' ],
41 silly audit   esprima: [ '4.0.1' ],
41 silly audit   esquery: [ '1.4.0' ],
41 silly audit   estraverse: [ '5.2.0', '4.3.0' ],
41 silly audit   esrecurse: [ '4.3.0' ],
41 silly audit   'estree-walker': [ '2.0.2', '0.5.2', '0.6.1' ],
41 silly audit   esutils: [ '2.0.3', '1.1.6' ],
41 silly audit   etag: [ '1.8.1' ],
41 silly audit   'event-emitter': [ '0.3.5' ],
41 silly audit   'event-pubsub': [ '4.3.0' ],
41 silly audit   eventemitter2: [ '4.1.2' ],
41 silly audit   eventemitter3: [ '4.0.7' ],
41 silly audit   events: [ '3.3.0' ],
41 silly audit   eventsource: [ '1.1.0' ],
41 silly audit   evp_bytestokey: [ '1.0.3' ],
41 silly audit   'exec-sh': [ '0.3.6' ],
41 silly audit   executable: [ '4.1.1' ],
41 silly audit   exit: [ '0.1.2' ],
41 silly audit   'exit-hook': [ '1.1.1' ],
41 silly audit   'expand-brackets': [ '2.1.4' ],
41 silly audit   expect: [ '24.9.0' ],
41 silly audit   express: [ '4.17.1' ],
41 silly audit   ext: [ '1.5.0' ],
41 silly audit   type: [ '2.5.0', '1.2.0' ],
41 silly audit   extend: [ '3.0.2' ],
41 silly audit   'external-editor': [ '3.1.0' ],
41 silly audit   tmp: [ '0.0.33', '0.1.0' ],
41 silly audit   extglob: [ '2.0.4' ],
41 silly audit   'extract-from-css': [ '0.4.4' ],
41 silly audit   'extract-zip': [ '1.6.7' ],
41 silly audit   'fd-slicer': [ '1.0.1', '1.1.0' ],
41 silly audit   mkdirp: [ '0.5.1', '0.5.5', '1.0.4' ],
41 silly audit   yauzl: [ '2.4.1', '2.10.0' ],
41 silly audit   extsprintf: [ '1.3.0' ],
41 silly audit   'fast-deep-equal': [ '3.1.3' ],
41 silly audit   'fast-json-stable-stringify': [ '2.1.0' ],
41 silly audit   'fast-levenshtein': [ '2.0.6' ],
41 silly audit   fastq: [ '1.12.0' ],
41 silly audit   'faye-websocket': [ '0.10.0', '0.11.4' ],
41 silly audit   'fb-watchman': [ '2.0.1' ],
41 silly audit   'figgy-pudding': [ '3.5.2' ],
41 silly audit   figures: [ '1.7.0', '3.2.0' ],
41 silly audit   'file-entry-cache': [ '5.0.1' ],
41 silly audit   'file-loader': [ '4.3.0' ],
41 silly audit   'file-uri-to-path': [ '1.0.0' ],
41 silly audit   filesize: [ '3.6.1' ],
41 silly audit   'fill-range': [ '4.0.0', '7.0.1' ],
41 silly audit   finalhandler: [ '1.1.2' ],
41 silly audit   'find-babel-config': [ '1.2.0' ],
41 silly audit   'flat-cache': [ '2.0.1' ],
41 silly audit   rimraf: [ '2.6.3', '2.7.1' ],
41 silly audit   flatted: [ '2.0.2' ],
41 silly audit   'flush-write-stream': [ '1.1.1' ],
41 silly audit   'follow-redirects': [ '1.14.2' ],
41 silly audit   'for-in': [ '1.0.2' ],
41 silly audit   'forever-agent': [ '0.6.1' ],
41 silly audit   'fork-ts-checker-webpack-plugin': [ '3.1.1', '5.2.1' ],
41 silly audit   'parse-json': [ '5.2.0', '2.2.0', '4.0.0' ],
41 silly audit   fsevents: [ '2.3.2', '1.2.13' ],
41 silly audit   'is-binary-path': [ '2.1.0', '1.0.1' ],
41 silly audit   'is-number': [ '7.0.0', '3.0.0' ],
41 silly audit   readdirp: [ '3.6.0', '2.2.1' ],
41 silly audit   'to-regex-range': [ '5.0.1', '2.1.1' ],
41 silly audit   'form-data': [ '2.3.3' ],
41 silly audit   forwarded: [ '0.2.0' ],
41 silly audit   'fragment-cache': [ '0.2.1' ],
41 silly audit   fresh: [ '0.5.2' ],
41 silly audit   from2: [ '2.3.0' ],
41 silly audit   'fs-minipass': [ '2.1.0' ],
41 silly audit   'fs-monkey': [ '1.0.3' ],
41 silly audit   'fs-write-stream-atomic': [ '1.0.10' ],
41 silly audit   'fs.realpath': [ '1.0.0' ],
41 silly audit   fstream: [ '1.0.12' ],
41 silly audit   'function-bind': [ '1.1.1' ],
41 silly audit   'functional-red-black-tree': [ '1.0.1' ],
41 silly audit   gauge: [ '2.7.4' ],
41 silly audit   gaze: [ '1.1.3' ],
41 silly audit   gensync: [ '1.0.0-beta.2' ],
41 silly audit   'get-intrinsic': [ '1.1.1' ],
41 silly audit   'get-package-type': [ '0.1.0' ],
41 silly audit   'get-stdin': [ '4.0.1' ],
41 silly audit   'get-value': [ '2.0.6' ],
41 silly audit   getos: [ '3.1.1' ],
41 silly audit   getpass: [ '0.1.7' ],
41 silly audit   glob: [ '7.1.7' ],
41 silly audit   'is-glob': [ '3.1.0', '4.0.1' ],
41 silly audit   'glob-to-regexp': [ '0.3.0' ],
41 silly audit   'global-dirs': [ '0.1.1' ],
41 silly audit   globule: [ '1.3.3' ],
41 silly audit   'graceful-fs': [ '4.2.8' ],
41 silly audit   growly: [ '1.3.0' ],
41 silly audit   'gzip-size': [ '5.1.1' ],
41 silly audit   'handle-thing': [ '2.0.1' ],
41 silly audit   'har-schema': [ '2.0.0' ],
41 silly audit   'har-validator': [ '5.1.5' ],
41 silly audit   has: [ '1.0.3' ],
41 silly audit   'has-ansi': [ '2.0.0' ],
41 silly audit   'has-bigints': [ '1.0.1' ],
41 silly audit   'has-symbols': [ '1.0.2' ],
41 silly audit   'has-tostringtag': [ '1.0.0' ],
41 silly audit   'has-unicode': [ '2.0.1' ],
41 silly audit   'has-value': [ '1.0.0', '0.3.1' ],
41 silly audit   'has-values': [ '1.0.0', '0.1.4' ],
41 silly audit   'hash-base': [ '3.1.0' ],
41 silly audit   'hash.js': [ '1.1.7' ],
41 silly audit   he: [ '1.2.0' ],
41 silly audit   'hex-color-regex': [ '1.1.0' ],
41 silly audit   'highlight.js': [ '10.7.3' ],
41 silly audit   'hmac-drbg': [ '1.0.1' ],
41 silly audit   hoopy: [ '0.1.4' ],
41 silly audit   'hosted-git-info': [ '2.8.9' ],
41 silly audit   'hpack.js': [ '2.1.6' ],
41 silly audit   'hsl-regex': [ '1.0.0' ],
41 silly audit   'hsla-regex': [ '1.0.0' ],
41 silly audit   'html-encoding-sniffer': [ '1.0.2' ],
41 silly audit   'html-entities': [ '1.4.0' ],
41 silly audit   'html-escaper': [ '2.0.2' ],
41 silly audit   'html-minifier': [ '3.5.21' ],
41 silly audit   'html-webpack-plugin': [ '3.2.0' ],
41 silly audit   'loader-utils': [ '0.2.17', '1.4.0', '2.0.0' ],
41 silly audit   htmlparser2: [ '6.1.0' ],
41 silly audit   'http-deceiver': [ '1.2.7' ],
41 silly audit   'http-errors': [ '1.7.2', '1.6.3' ],
41 silly audit   'http-parser-js': [ '0.5.3' ],
41 silly audit   'http-proxy': [ '1.18.1' ],
41 silly audit   'http-proxy-middleware': [ '1.3.1', '0.19.1' ],
41 silly audit   'http-signature': [ '1.2.0' ],
41 silly audit   'https-browserify': [ '1.0.0' ],
41 silly audit   'human-signals': [ '1.1.1' ],
41 silly audit   'iconv-lite': [ '0.4.24' ],
41 silly audit   'icss-utils': [ '4.1.1' ],
41 silly audit   ieee754: [ '1.2.1' ],
41 silly audit   iferr: [ '0.1.5' ],
41 silly audit   immediate: [ '3.0.6' ],
41 silly audit   'import-cwd': [ '2.1.0' ],
41 silly audit   'import-from': [ '2.1.0' ],
41 silly audit   'import-local': [ '2.0.0' ],
41 silly audit   imurmurhash: [ '0.1.4' ],
41 silly audit   'in-publish': [ '2.0.1' ],
41 silly audit   'indent-string': [ '2.1.0', '3.2.0' ],
41 silly audit   'indexes-of': [ '1.0.1' ],
41 silly audit   'infer-owner': [ '1.0.4' ],
41 silly audit   inflight: [ '1.0.6' ],
41 silly audit   ini: [ '1.3.8' ],
41 silly audit   inquirer: [ '7.3.3' ],
41 silly audit   'internal-ip': [ '4.3.0' ],
41 silly audit   'internal-slot': [ '1.0.3' ],
41 silly audit   interpret: [ '1.4.0' ],
41 silly audit   invariant: [ '2.2.4' ],
41 silly audit   'invert-kv': [ '1.0.0' ],
41 silly audit   ionicons: [ '5.5.3' ],
41 silly audit   ip: [ '1.1.5' ],
41 silly audit   'ip-regex': [ '2.1.0' ],
41 silly audit   'ipaddr.js': [ '1.9.1' ],
41 silly audit   'is-absolute-url': [ '2.1.0', '3.0.3' ],
41 silly audit   'is-arguments': [ '1.1.1' ],
41 silly audit   'is-arrayish': [ '0.2.1', '0.3.2' ],
41 silly audit   'is-bigint': [ '1.0.4' ],
41 silly audit   'is-boolean-object': [ '1.1.2' ],
41 silly audit   'is-buffer': [ '1.1.6' ],
41 silly audit   'is-callable': [ '1.2.4' ],
41 silly audit   'is-color-stop': [ '1.1.0' ],
41 silly audit   'is-core-module': [ '2.6.0' ],
41 silly audit   'is-date-object': [ '1.0.5' ],
41 silly audit   'is-directory': [ '0.3.1' ],
41 silly audit   'is-docker': [ '2.2.1' ],
41 silly audit   'is-extglob': [ '2.1.1' ],
41 silly audit   'is-finite': [ '1.1.0' ],
41 silly audit   'is-generator-fn': [ '2.1.0' ],
41 silly audit   'is-installed-globally': [ '0.1.0' ],
41 silly audit   'is-interactive': [ '1.0.0' ],
41 silly audit   'is-module': [ '1.0.0' ],
41 silly audit   'is-negative-zero': [ '2.0.1' ],
41 silly audit   'is-number-object': [ '1.0.6' ],
41 silly audit   'is-obj': [ '2.0.0' ],
41 silly audit   'is-path-cwd': [ '2.2.0' ],
41 silly audit   'is-path-in-cwd': [ '2.1.0' ],
41 silly audit   'is-path-inside': [ '2.1.0', '1.0.1' ],
41 silly audit   'is-plain-obj': [ '3.0.0', '1.1.0' ],
41 silly audit   'is-plain-object': [ '2.0.4' ],
41 silly audit   'is-promise': [ '2.2.2' ],
41 silly audit   'is-regex': [ '1.1.4' ],
41 silly audit   'is-resolvable': [ '1.1.0' ],
41 silly audit   'is-string': [ '1.0.7' ],
41 silly audit   'is-symbol': [ '1.0.4' ],
41 silly audit   'is-typedarray': [ '1.0.0' ],
41 silly audit   'is-unicode-supported': [ '0.1.0' ],
41 silly audit   'is-utf8': [ '0.2.1' ],
41 silly audit   'is-whitespace': [ '0.3.0' ],
41 silly audit   'is-windows': [ '1.0.2' ],
41 silly audit   isarray: [ '1.0.0', '0.0.1' ],
41 silly audit   isexe: [ '2.0.0' ],
41 silly audit   isobject: [ '3.0.1', '2.1.0' ],
41 silly audit   isstream: [ '0.1.2' ],
41 silly audit   'istanbul-lib-report': [ '2.0.8' ],
41 silly audit   'istanbul-lib-source-maps': [ '3.0.6' ],
41 silly audit   'istanbul-reports': [ '2.2.7' ],
41 silly audit   'javascript-stringify': [ '2.1.0' ],
41 silly audit   'jeep-sqlite': [ '1.3.2' ],
41 silly audit   jest: [ '24.9.0' ],
41 silly audit   'jest-changed-files': [ '24.9.0' ],
41 silly audit   'jest-cli': [ '24.9.0' ],
41 silly audit   'jest-config': [ '24.9.0' ],
41 silly audit   'jest-diff': [ '24.9.0' ],
41 silly audit   'jest-docblock': [ '24.9.0' ],
41 silly audit   'jest-each': [ '24.9.0' ],
41 silly audit   'jest-environment-jsdom': [ '24.9.0' ],
41 silly audit   'jest-environment-jsdom-fifteen': [ '1.0.2' ],
41 silly audit   jsdom: [ '15.2.1', '11.12.0' ],
41 silly audit   parse5: [ '5.1.0', '4.0.0', '5.1.1', '6.0.1' ],
41 silly audit   ws: [ '7.5.3', '5.2.3', '6.2.2', '3.3.2' ],
41 silly audit   'jest-environment-node': [ '24.9.0' ],
41 silly audit   'jest-get-type': [ '24.9.0' ],
41 silly audit   'jest-worker': [ '26.6.2', '24.9.0' ],
41 silly audit   'jest-jasmine2': [ '24.9.0' ],
41 silly audit   'jest-leak-detector': [ '24.9.0' ],
41 silly audit   'jest-matcher-utils': [ '24.9.0' ],
41 silly audit   'jest-message-util': [ '24.9.0' ],
41 silly audit   'jest-mock': [ '24.9.0' ],
41 silly audit   'jest-pnp-resolver': [ '1.2.2' ],
41 silly audit   'jest-resolve': [ '24.9.0' ],
41 silly audit   'jest-resolve-dependencies': [ '24.9.0' ],
41 silly audit   'jest-runner': [ '24.9.0' ],
41 silly audit   'jest-runtime': [ '24.9.0' ],
41 silly audit   'jest-serializer-vue': [ '2.0.2' ],
41 silly audit   'jest-snapshot': [ '24.9.0' ],
41 silly audit   'jest-transform-stub': [ '2.0.0' ],
41 silly audit   'jest-validate': [ '24.9.0' ],
41 silly audit   'jest-watch-typeahead': [ '0.4.2' ],
41 silly audit   'string-length': [ '3.1.0', '2.0.0' ],
41 silly audit   'jest-watcher': [ '24.9.0' ],
41 silly audit   'js-base64': [ '2.6.4' ],
41 silly audit   'js-beautify': [ '1.14.0' ],
41 silly audit   nopt: [ '5.0.0', '3.0.6' ],
41 silly audit   'js-message': [ '1.0.7' ],
41 silly audit   'js-queue': [ '2.0.2' ],
41 silly audit   'js-yaml': [ '3.14.1' ],
41 silly audit   jsbn: [ '0.1.1' ],
41 silly audit   jsesc: [ '2.5.2', '0.5.0' ],
41 silly audit   'json-loader': [ '0.5.7' ],
41 silly audit   'json-parse-better-errors': [ '1.0.2' ],
41 silly audit   'json-parse-even-better-errors': [ '2.3.1' ],
41 silly audit   'json-schema': [ '0.2.3' ],
41 silly audit   'json-schema-traverse': [ '0.4.1' ],
41 silly audit   'json-stable-stringify-without-jsonify': [ '1.0.1' ],
41 silly audit   'json-stringify-safe': [ '5.0.1' ],
41 silly audit   json3: [ '3.3.3' ],
41 silly audit   jsprim: [ '1.4.1' ],
41 silly audit   jszip: [ '3.7.1' ],
41 silly audit   lie: [ '3.3.0', '3.1.1' ],
41 silly audit   killable: [ '1.0.1' ],
41 silly audit   kleur: [ '4.1.4', '3.0.3' ],
41 silly audit   'launch-editor': [ '2.2.1' ],
41 silly audit   'launch-editor-middleware': [ '2.2.1' ],
41 silly audit   'lazy-ass': [ '1.6.0' ],
41 silly audit   'lazy-cache': [ '1.0.4' ],
41 silly audit   lcid: [ '1.0.0' ],
41 silly audit   'left-pad': [ '1.3.0' ],
41 silly audit   leven: [ '3.1.0' ],
41 silly audit   levn: [ '0.3.0' ],
41 silly audit   'lines-and-columns': [ '1.1.6' ],
41 silly audit   listr: [ '0.12.0' ],
41 silly audit   'listr-silent-renderer': [ '1.1.1' ],
41 silly audit   'listr-update-renderer': [ '0.2.0' ],
41 silly audit   'log-symbols': [ '1.0.2', '2.2.0', '4.1.0' ],
41 silly audit   'listr-verbose-renderer': [ '0.4.1' ],
41 silly audit   rxjs: [ '5.5.12', '6.6.7' ],
41 silly audit   'livereload-js': [ '2.4.0' ],
41 silly audit   'loader-fs-cache': [ '1.0.3' ],
41 silly audit   'loader-runner': [ '2.4.0' ],
41 silly audit   localforage: [ '1.10.0' ],
41 silly audit   'lodash.debounce': [ '4.0.8' ],
41 silly audit   'lodash.defaultsdeep': [ '4.6.1' ],
41 silly audit   'lodash.kebabcase': [ '4.1.1' ],
41 silly audit   'lodash.mapvalues': [ '4.6.0' ],
41 silly audit   'lodash.memoize': [ '4.1.2' ],
41 silly audit   'lodash.once': [ '4.1.1' ],
41 silly audit   'lodash.sortby': [ '4.7.0' ],
41 silly audit   'lodash.transform': [ '4.6.0' ],
41 silly audit   'lodash.uniq': [ '4.5.0' ],
41 silly audit   'log-update': [ '1.0.2' ],
41 silly audit   loglevel: [ '1.7.1' ],
41 silly audit   longest: [ '1.0.1' ],
41 silly audit   'loose-envify': [ '1.4.0' ],
41 silly audit   'loud-rejection': [ '1.6.0' ],
41 silly audit   'lower-case': [ '1.1.4' ],
41 silly audit   'macos-release': [ '1.1.0' ],
41 silly audit   'magic-string': [ '0.25.7', '0.22.5' ],
41 silly audit   'make-error': [ '1.3.6' ],
41 silly audit   makeerror: [ '1.0.11' ],
41 silly audit   'map-cache': [ '0.2.2' ],
41 silly audit   'map-obj': [ '1.0.1' ],
41 silly audit   'map-visit': [ '1.0.0' ],
41 silly audit   'md5.js': [ '1.3.5' ],
41 silly audit   'media-typer': [ '0.3.0' ],
41 silly audit   mem: [ '1.1.0' ],
41 silly audit   memfs: [ '3.2.2' ],
41 silly audit   meow: [ '3.7.0' ],
41 silly audit   'merge-descriptors': [ '1.0.1' ],
41 silly audit   'merge-source-map': [ '1.1.0' ],
41 silly audit   'merge-stream': [ '2.0.0' ],
41 silly audit   merge2: [ '1.4.1' ],
41 silly audit   methods: [ '1.1.2' ],
41 silly audit   'microevent.ts': [ '0.1.1' ],
41 silly audit   'miller-rabin': [ '4.0.1' ],
41 silly audit   mime: [ '1.6.0', '2.5.2' ],
41 silly audit   'mime-db': [ '1.49.0' ],
41 silly audit   'mime-types': [ '2.1.32' ],
41 silly audit   'mini-css-extract-plugin': [ '0.9.0' ],
41 silly audit   'minimalistic-assert': [ '1.0.1' ],
41 silly audit   'minimalistic-crypto-utils': [ '1.0.1' ],
41 silly audit   minimatch: [ '3.0.4' ],
41 silly audit   minipass: [ '3.1.3' ],
41 silly audit   minizlib: [ '2.1.2' ],
41 silly audit   mississippi: [ '3.0.0' ],
41 silly audit   'mixin-deep': [ '1.3.2' ],
41 silly audit   moment: [ '2.24.0' ],
41 silly audit   'move-concurrently': [ '1.0.1' ],
41 silly audit   'multicast-dns': [ '6.2.3' ],
41 silly audit   'multicast-dns-service-types': [ '1.1.0' ],
41 silly audit   'mute-stream': [ '0.0.8' ],
41 silly audit   mz: [ '2.7.0' ],
41 silly audit   nan: [ '2.15.0' ],
41 silly audit   nanoid: [ '3.1.30' ],
41 silly audit   nanomatch: [ '1.2.13' ],
41 silly audit   'native-run': [ '1.5.0' ],
41 silly audit   through2: [ '4.0.2', '2.0.5' ],
41 silly audit   'natural-compare': [ '1.4.0' ],
41 silly audit   negotiator: [ '0.6.2' ],
41 silly audit   'neo-async': [ '2.6.2' ],
41 silly audit   'next-tick': [ '1.0.0' ],
41 silly audit   'nice-try': [ '1.0.5' ],
41 silly audit   'no-case': [ '2.3.2' ],
41 silly audit   'node-addon-api': [ '1.7.2' ],
41 silly audit   'node-cache': [ '4.2.1' ],
41 silly audit   'node-forge': [ '0.10.0' ],
41 silly audit   'node-gyp': [ '3.8.0' ],
41 silly audit   tar: [ '2.2.2', '6.1.11' ],
41 silly audit   'node-int64': [ '0.4.0' ],
41 silly audit   'node-ipc': [ '9.2.1' ],
41 silly audit   'node-libs-browser': [ '2.2.1' ],
41 silly audit   'node-modules-regexp': [ '1.0.0' ],
41 silly audit   'node-notifier': [ '5.4.5' ],
41 silly audit   'node-releases': [ '1.1.75' ],
41 silly audit   'node-sass': [ '4.14.1' ],
41 silly audit   'normalize-package-data': [ '2.5.0' ],
41 silly audit   'normalize-range': [ '0.1.2' ],
41 silly audit   'normalize-url': [ '1.9.1', '3.3.0' ],
41 silly audit   npmlog: [ '4.1.2' ],
41 silly audit   'nth-check': [ '2.0.0', '1.0.2' ],
41 silly audit   num2fraction: [ '1.2.2' ],
41 silly audit   'number-is-nan': [ '1.0.1' ],
41 silly audit   nwsapi: [ '2.2.0' ],
41 silly audit   'oauth-sign': [ '0.9.0' ],
41 silly audit   'object-assign': [ '4.1.1' ],
41 silly audit   'object-copy': [ '0.1.0' ],
41 silly audit   'object-hash': [ '1.3.1' ],
41 silly audit   'object-inspect': [ '1.11.0' ],
41 silly audit   'object-is': [ '1.1.5' ],
41 silly audit   'object-keys': [ '1.1.1' ],
41 silly audit   'object-visit': [ '1.0.1' ],
41 silly audit   'object.assign': [ '4.1.2' ],
41 silly audit   'object.getownpropertydescriptors': [ '2.1.2' ],
41 silly audit   'object.pick': [ '1.3.0' ],
41 silly audit   'object.values': [ '1.1.4' ],
41 silly audit   obuf: [ '1.1.2' ],
41 silly audit   'on-finished': [ '2.3.0' ],
41 silly audit   'on-headers': [ '1.0.2' ],
41 silly audit   once: [ '1.4.0' ],
41 silly audit   opener: [ '1.5.2' ],
41 silly audit   opn: [ '5.5.0' ],
41 silly audit   optionator: [ '0.8.3' ],
41 silly audit   original: [ '1.0.2' ],
41 silly audit   'os-browserify': [ '0.3.0' ],
41 silly audit   'os-homedir': [ '1.0.2' ],
41 silly audit   'os-locale': [ '2.1.0' ],
41 silly audit   'os-name': [ '2.0.1' ],
41 silly audit   'os-tmpdir': [ '1.0.2' ],
41 silly audit   osenv: [ '0.1.5' ],
41 silly audit   'p-each-series': [ '1.0.0' ],
41 silly audit   'p-reduce': [ '1.0.0' ],
41 silly audit   'p-retry': [ '3.0.1' ],
41 silly audit   pako: [ '1.0.11' ],
41 silly audit   'parallel-transform': [ '1.2.0' ],
41 silly audit   'param-case': [ '2.1.1' ],
41 silly audit   'parent-module': [ '1.0.1' ],
41 silly audit   'parse-asn1': [ '5.1.6' ],
41 silly audit   'parse5-htmlparser2-tree-adapter': [ '6.0.1' ],
41 silly audit   parseurl: [ '1.3.3' ],
41 silly audit   pascalcase: [ '0.1.1' ],
41 silly audit   'path-browserify': [ '0.0.1' ],
41 silly audit   'path-dirname': [ '1.0.2' ],
41 silly audit   'path-is-absolute': [ '1.0.1' ],
41 silly audit   'path-is-inside': [ '1.0.2' ],
41 silly audit   'path-parse': [ '1.0.7' ],
41 silly audit   'path-to-regexp': [ '0.1.7' ],
41 silly audit   pbkdf2: [ '3.1.2' ],
41 silly audit   pend: [ '1.2.0' ],
41 silly audit   'performance-now': [ '2.1.0' ],
41 silly audit   picocolors: [ '0.2.1' ],
41 silly audit   picomatch: [ '2.3.0' ],
41 silly audit   pinkie: [ '2.0.4' ],
41 silly audit   'pinkie-promise': [ '2.0.1' ],
41 silly audit   pirates: [ '4.0.1' ],
41 silly audit   plist: [ '3.0.4' ],
41 silly audit   pn: [ '1.1.0' ],
41 silly audit   'pnp-webpack-plugin': [ '1.7.0' ],
41 silly audit   portfinder: [ '1.0.28' ],
41 silly audit   'posix-character-classes': [ '0.1.1' ],
41 silly audit   'postcss-calc': [ '7.0.5' ],
41 silly audit   'postcss-colormin': [ '4.0.3' ],
41 silly audit   'postcss-convert-values': [ '4.0.1' ],
41 silly audit   'postcss-discard-comments': [ '4.0.2' ],
41 silly audit   'postcss-discard-duplicates': [ '4.0.2' ],
41 silly audit   'postcss-discard-empty': [ '4.0.1' ],
41 silly audit   'postcss-discard-overridden': [ '4.0.1' ],
41 silly audit   'postcss-load-config': [ '2.1.2' ],
41 silly audit   'postcss-loader': [ '3.0.0' ],
41 silly audit   'postcss-merge-longhand': [ '4.0.11' ],
41 silly audit   'postcss-merge-rules': [ '4.0.3' ],
41 silly audit   'postcss-selector-parser': [ '3.1.2', '6.0.6' ],
41 silly audit   'postcss-minify-font-values': [ '4.0.2' ],
41 silly audit   'postcss-minify-gradients': [ '4.0.2' ],
41 silly audit   'postcss-minify-params': [ '4.0.2' ],
41 silly audit   'postcss-minify-selectors': [ '4.0.2' ],
41 silly audit   'postcss-modules-extract-imports': [ '2.0.0' ],
41 silly audit   'postcss-modules-local-by-default': [ '3.0.3' ],
41 silly audit   'postcss-modules-scope': [ '2.2.0' ],
41 silly audit   'postcss-modules-values': [ '3.0.0' ],
41 silly audit   'postcss-normalize-charset': [ '4.0.1' ],
41 silly audit   'postcss-normalize-display-values': [ '4.0.2' ],
41 silly audit   'postcss-normalize-positions': [ '4.0.2' ],
41 silly audit   'postcss-normalize-repeat-style': [ '4.0.2' ],
41 silly audit   'postcss-normalize-string': [ '4.0.2' ],
41 silly audit   'postcss-normalize-timing-functions': [ '4.0.2' ],
41 silly audit   'postcss-normalize-unicode': [ '4.0.1' ],
41 silly audit   'postcss-normalize-url': [ '4.0.1' ],
41 silly audit   'postcss-normalize-whitespace': [ '4.0.2' ],
41 silly audit   'postcss-ordered-values': [ '4.1.2' ],
41 silly audit   'postcss-reduce-initial': [ '4.0.3' ],
41 silly audit   'postcss-reduce-transforms': [ '4.0.2' ],
41 silly audit   'postcss-svgo': [ '4.0.3' ],
41 silly audit   'postcss-unique-selectors': [ '4.0.1' ],
41 silly audit   'prelude-ls': [ '1.1.2' ],
41 silly audit   'prepend-http': [ '1.0.4' ],
41 silly audit   prettier: [ '1.19.1' ],
41 silly audit   pretty: [ '2.0.0' ],
41 silly audit   'pretty-error': [ '2.1.2' ],
41 silly audit   'pretty-format': [ '24.9.0' ],
41 silly audit   process: [ '0.11.10' ],
41 silly audit   'process-nextick-args': [ '2.0.1' ],
41 silly audit   progress: [ '2.0.3' ],
41 silly audit   'promise-inflight': [ '1.0.1' ],
41 silly audit   prompts: [ '2.4.1' ],
41 silly audit   'proto-list': [ '1.2.4' ],
41 silly audit   'proxy-addr': [ '2.0.7' ],
41 silly audit   'proxy-middleware': [ '0.15.0' ],
41 silly audit   prr: [ '1.0.1' ],
41 silly audit   pseudomap: [ '1.0.2' ],
41 silly audit   psl: [ '1.8.0' ],
41 silly audit   'public-encrypt': [ '4.0.3' ],
41 silly audit   pump: [ '3.0.0', '2.0.1' ],
41 silly audit   pumpify: [ '1.5.1' ],
41 silly audit   q: [ '1.5.1' ],
41 silly audit   'query-string': [ '4.3.4' ],
41 silly audit   querystring: [ '0.2.0' ],
41 silly audit   'querystring-es3': [ '0.2.1' ],
41 silly audit   querystringify: [ '2.2.0' ],
41 silly audit   'queue-microtask': [ '1.2.3' ],
41 silly audit   ramda: [ '0.24.1' ],
41 silly audit   randombytes: [ '2.1.0' ],
41 silly audit   randomfill: [ '1.0.4' ],
41 silly audit   'range-parser': [ '1.2.1' ],
41 silly audit   'react-is': [ '16.13.1' ],
41 silly audit   'strip-bom': [ '2.0.0', '3.0.0' ],
41 silly audit   'realpath-native': [ '1.1.0' ],
41 silly audit   redent: [ '1.0.0' ],
41 silly audit   'reflect-metadata': [ '0.1.13' ],
41 silly audit   regenerate: [ '1.4.2' ],
41 silly audit   'regenerate-unicode-properties': [ '8.2.0' ],
41 silly audit   'regenerator-transform': [ '0.14.5' ],
41 silly audit   'regex-not': [ '1.0.2' ],
41 silly audit   'regexp.prototype.flags': [ '1.3.1' ],
41 silly audit   'regexpu-core': [ '4.7.1' ],
41 silly audit   regjsgen: [ '0.5.2' ],
41 silly audit   regjsparser: [ '0.6.9' ],
41 silly audit   relateurl: [ '0.2.7' ],
41 silly audit   'remove-trailing-separator': [ '1.1.0' ],
41 silly audit   renderkid: [ '2.0.7' ],
41 silly audit   'repeat-element': [ '1.1.4' ],
41 silly audit   'repeat-string': [ '1.6.1' ],
41 silly audit   repeating: [ '2.0.1' ],
41 silly audit   'request-progress': [ '3.0.0' ],
41 silly audit   'request-promise-core': [ '1.1.4' ],
41 silly audit   'request-promise-native': [ '1.0.9' ],
41 silly audit   'require-directory': [ '2.1.1' ],
41 silly audit   'requires-port': [ '1.0.0' ],
41 silly audit   'resolve-cwd': [ '2.0.0' ],
41 silly audit   'resolve-url': [ '0.2.1' ],
41 silly audit   ret: [ '0.1.15' ],
41 silly audit   retry: [ '0.12.0' ],
41 silly audit   reusify: [ '1.0.4' ],
41 silly audit   'rgb-regex': [ '1.0.1' ],
41 silly audit   'rgba-regex': [ '1.0.0' ],
41 silly audit   'right-align': [ '0.1.3' ],
41 silly audit   ripemd160: [ '2.0.2' ],
41 silly audit   rollup: [ '0.50.0' ],
41 silly audit   'rollup-plugin-commonjs': [ '8.2.6' ],
41 silly audit   'rollup-plugin-node-resolve': [ '3.0.0' ],
41 silly audit   'rollup-pluginutils': [ '2.8.2' ],
41 silly audit   rsvp: [ '4.8.5' ],
41 silly audit   'run-async': [ '2.4.1' ],
41 silly audit   'run-parallel': [ '1.2.0' ],
41 silly audit   'run-queue': [ '1.0.3' ],
41 silly audit   tslib: [ '1.14.1', '2.3.1' ],
41 silly audit   'safe-json-parse': [ '1.0.1' ],
41 silly audit   'safe-regex': [ '1.1.0' ],
41 silly audit   'safer-buffer': [ '2.1.2' ],
41 silly audit   sane: [ '4.1.0' ],
41 silly audit   'sass-graph': [ '2.2.5' ],
41 silly audit   saxes: [ '3.1.11' ],
41 silly audit   'scss-tokenizer': [ '0.2.3' ],
41 silly audit   'select-hose': [ '2.0.0' ],
41 silly audit   selfsigned: [ '1.10.11' ],
41 silly audit   send: [ '0.17.1' ],
41 silly audit   'serialize-javascript': [ '4.0.0' ],
41 silly audit   'serve-index': [ '1.9.1' ],
41 silly audit   setprototypeof: [ '1.1.0', '1.1.1' ],
41 silly audit   'serve-static': [ '1.14.1' ],
41 silly audit   'set-blocking': [ '2.0.0' ],
41 silly audit   'set-immediate-shim': [ '1.0.1' ],
41 silly audit   'set-value': [ '2.0.1' ],
41 silly audit   setimmediate: [ '1.0.5' ],
41 silly audit   'sha.js': [ '2.4.11' ],
41 silly audit   'shell-quote': [ '1.7.2' ],
41 silly audit   shellwords: [ '0.1.1' ],
41 silly audit   'side-channel': [ '1.0.4' ],
41 silly audit   sigmund: [ '1.0.1' ],
41 silly audit   'signal-exit': [ '3.0.3' ],
41 silly audit   'simple-swizzle': [ '0.2.2' ],
41 silly audit   sisteransi: [ '1.0.5' ],
41 silly audit   snapdragon: [ '0.8.2' ],
41 silly audit   'snapdragon-node': [ '2.1.1' ],
41 silly audit   'snapdragon-util': [ '3.0.1' ],
41 silly audit   sockjs: [ '0.3.21' ],
41 silly audit   'sockjs-client': [ '1.5.2' ],
41 silly audit   'sort-keys': [ '1.1.2' ],
41 silly audit   'source-list-map': [ '2.0.1' ],
41 silly audit   'source-map-js': [ '0.6.2' ],
41 silly audit   'source-map-resolve': [ '0.5.3' ],
41 silly audit   'source-map-support': [ '0.5.19' ],
41 silly audit   'source-map-url': [ '0.4.1' ],
41 silly audit   'sourcemap-codec': [ '1.4.8' ],
41 silly audit   'spdx-correct': [ '3.1.1' ],
41 silly audit   'spdx-exceptions': [ '2.3.0' ],
41 silly audit   'spdx-expression-parse': [ '3.0.1' ],
41 silly audit   'spdx-license-ids': [ '3.0.10' ],
41 silly audit   spdy: [ '4.0.2' ],
41 silly audit   'spdy-transport': [ '3.0.0' ],
41 silly audit   'split-string': [ '3.1.0' ],
41 silly audit   split2: [ '3.2.2' ],
41 silly audit   'sprintf-js': [ '1.0.3' ],
41 silly audit   'sql.js': [ '1.5.0' ],
41 silly audit   sshpk: [ '1.16.1' ],
41 silly audit   stable: [ '0.1.8' ],
41 silly audit   'stack-utils': [ '1.0.5' ],
41 silly audit   stackframe: [ '1.2.0' ],
41 silly audit   'static-extend': [ '0.1.2' ],
41 silly audit   statuses: [ '1.5.0' ],
41 silly audit   'stdout-stream': [ '1.4.1' ],
41 silly audit   'stealthy-require': [ '1.1.1' ],
41 silly audit   'stream-browserify': [ '2.0.2' ],
41 silly audit   'stream-each': [ '1.2.3' ],
41 silly audit   'stream-http': [ '2.8.3' ],
41 silly audit   'stream-shift': [ '1.0.1' ],
41 silly audit   'stream-to-observable': [ '0.1.0' ],
41 silly audit   'strict-uri-encode': [ '1.1.0' ],
41 silly audit   'string-template': [ '0.2.1' ],
41 silly audit   'string.prototype.trimend': [ '1.0.4' ],
41 silly audit   'string.prototype.trimstart': [ '1.0.4' ],
41 silly audit   'strip-eof': [ '1.0.0' ],
41 silly audit   'strip-final-newline': [ '2.0.0' ],
41 silly audit   'strip-indent': [ '1.0.1', '2.0.0' ],
41 silly audit   'strip-json-comments': [ '3.1.1', '2.0.1' ],
41 silly audit   stylehacks: [ '4.0.3' ],
41 silly audit   'svg-tags': [ '1.0.0' ],
41 silly audit   svgo: [ '1.3.2' ],
41 silly audit   'symbol-observable': [ '1.0.1' ],
41 silly audit   'symbol-tree': [ '3.2.4' ],
41 silly audit   table: [ '5.4.6' ],
41 silly audit   terser: [ '4.8.0' ],
41 silly audit   'terser-webpack-plugin': [ '1.4.5' ],
41 silly audit   'text-table': [ '0.2.0' ],
41 silly audit   thenify: [ '3.3.1' ],
41 silly audit   'thenify-all': [ '1.6.0' ],
41 silly audit   'thread-loader': [ '2.1.3' ],
41 silly audit   throat: [ '4.1.0' ],
41 silly audit   throttleit: [ '1.0.0' ],
41 silly audit   through: [ '2.3.8' ],
41 silly audit   thunky: [ '1.1.0' ],
41 silly audit   'timers-browserify': [ '2.0.12' ],
41 silly audit   timsort: [ '0.3.0' ],
41 silly audit   'tiny-lr': [ '1.1.1' ],
41 silly audit   tmpl: [ '1.0.4' ],
41 silly audit   'to-arraybuffer': [ '1.0.1' ],
41 silly audit   'to-object-path': [ '0.3.0' ],
41 silly audit   'to-regex': [ '3.0.2' ],
41 silly audit   toidentifier: [ '1.0.0' ],
41 silly audit   toposort: [ '1.0.7' ],
41 silly audit   tr46: [ '1.0.1' ],
41 silly audit   'tree-kill': [ '1.2.2' ],
41 silly audit   'trim-newlines': [ '1.0.0' ],
41 silly audit   'true-case-path': [ '1.0.3' ],
41 silly audit   tryer: [ '1.0.1' ],
41 silly audit   'ts-jest': [ '24.3.0' ],
41 silly audit   'ts-loader': [ '6.2.2' ],
41 silly audit   'ts-pnp': [ '1.2.0' ],
41 silly audit   tsconfig: [ '7.0.0' ],
41 silly audit   tslint: [ '5.20.1' ],
41 silly audit   'tslint-eslint-rules': [ '4.1.1' ],
41 silly audit   tsutils: [ '1.9.1', '2.29.0', '3.21.0' ],
41 silly audit   'tty-browserify': [ '0.0.0' ],
41 silly audit   'tunnel-agent': [ '0.6.0' ],
41 silly audit   tweetnacl: [ '0.14.5' ],
41 silly audit   'type-check': [ '0.3.2' ],
41 silly audit   'type-is': [ '1.6.18' ],
41 silly audit   typedarray: [ '0.0.6' ],
41 silly audit   'typedarray-to-buffer': [ '3.1.5' ],
41 silly audit   'uglify-es': [ '3.2.2' ],
41 silly audit   'uglify-to-browserify': [ '1.0.2' ],
41 silly audit   ultron: [ '1.1.1' ],
41 silly audit   'unbox-primitive': [ '1.0.1' ],
41 silly audit   'unicode-canonical-property-names-ecmascript': [ '1.0.4' ],
41 silly audit   'unicode-match-property-ecmascript': [ '1.0.4' ],
41 silly audit   'unicode-match-property-value-ecmascript': [ '1.2.0' ],
41 silly audit   'unicode-property-aliases-ecmascript': [ '1.1.0' ],
41 silly audit   'union-value': [ '1.0.1' ],
41 silly audit   uniq: [ '1.0.1' ],
41 silly audit   uniqs: [ '2.0.0' ],
41 silly audit   'unique-filename': [ '1.1.1' ],
41 silly audit   'unique-slug': [ '2.0.2' ],
41 silly audit   unpipe: [ '1.0.0' ],
41 silly audit   unquote: [ '1.1.1' ],
41 silly audit   'unset-value': [ '1.0.0' ],
41 silly audit   upath: [ '1.2.0' ],
41 silly audit   'upper-case': [ '1.1.3' ],
41 silly audit   'uri-js': [ '4.4.1' ],
41 silly audit   urix: [ '0.1.0' ],
41 silly audit   url: [ '0.11.0' ],
41 silly audit   'url-loader': [ '2.3.0' ],
41 silly audit   'url-parse': [ '1.5.3' ],
41 silly audit   use: [ '3.1.1' ],
41 silly audit   'util-deprecate': [ '1.0.2' ],
41 silly audit   'util.promisify': [ '1.0.0' ],
41 silly audit   utila: [ '0.4.0' ],
41 silly audit   'utils-merge': [ '1.0.1' ],
41 silly audit   uuid: [ '3.4.0' ],
41 silly audit   'v8-compile-cache': [ '2.3.0' ],
41 silly audit   'validate-npm-package-license': [ '3.0.4' ],
41 silly audit   vary: [ '1.1.2' ],
41 silly audit   vendors: [ '1.0.4' ],
41 silly audit   verror: [ '1.10.0' ],
41 silly audit   vlq: [ '0.2.3' ],
41 silly audit   'vm-browserify': [ '1.1.2' ],
41 silly audit   'vue-eslint-parser': [ '7.10.0' ],
41 silly audit   'vue-hot-reload-api': [ '2.3.4' ],
41 silly audit   'vue-loader': [ '15.9.8', '16.5.0' ],
41 silly audit   'vue-router': [ '4.0.11' ],
41 silly audit   'vue-sqlite-hook': [ '2.1.4' ],
41 silly audit   'vue-style-loader': [ '4.1.3' ],
41 silly audit   'vue-template-compiler': [ '2.6.14' ],
41 silly audit   'vue-template-es2015-compiler': [ '1.9.1' ],
41 silly audit   'w3c-hr-time': [ '1.0.2' ],
41 silly audit   'w3c-xmlserializer': [ '1.1.2' ],
41 silly audit   walker: [ '1.0.7' ],
41 silly audit   watchpack: [ '1.7.5' ],
41 silly audit   'watchpack-chokidar2': [ '2.0.1' ],
41 silly audit   wbuf: [ '1.7.3' ],
41 silly audit   wcwidth: [ '1.0.1' ],
41 silly audit   'webidl-conversions': [ '4.0.2' ],
41 silly audit   'webpack-bundle-analyzer': [ '3.9.0' ],
41 silly audit   'webpack-chain': [ '6.5.1' ],
41 silly audit   'webpack-dev-middleware': [ '3.7.3' ],
41 silly audit   'webpack-dev-server': [ '3.11.2' ],
41 silly audit   'webpack-log': [ '2.0.0' ],
41 silly audit   'webpack-merge': [ '4.2.2' ],
41 silly audit   'webpack-sources': [ '1.4.3' ],
41 silly audit   'websocket-driver': [ '0.7.4' ],
41 silly audit   'websocket-extensions': [ '0.1.4' ],
41 silly audit   'whatwg-encoding': [ '1.0.5' ],
41 silly audit   'whatwg-mimetype': [ '2.3.0' ],
41 silly audit   'which-boxed-primitive': [ '1.0.2' ],
41 silly audit   'which-module': [ '2.0.0' ],
41 silly audit   'wide-align': [ '1.1.3' ],
41 silly audit   'win-release': [ '1.1.1' ],
41 silly audit   'window-size': [ '0.1.0' ],
41 silly audit   'word-wrap': [ '1.2.3' ],
41 silly audit   wordwrap: [ '0.0.2' ],
41 silly audit   'worker-farm': [ '1.7.0' ],
41 silly audit   'worker-rpc': [ '0.1.1' ],
41 silly audit   wrappy: [ '1.0.2' ],
41 silly audit   write: [ '1.0.3' ],
41 silly audit   'xml-name-validator': [ '3.0.0' ],
41 silly audit   xml2js: [ '0.4.23' ],
41 silly audit   xmlbuilder: [ '11.0.1', '9.0.7' ],
41 silly audit   xmlchars: [ '2.2.0' ],
41 silly audit   xtend: [ '4.0.2' ],
41 silly audit   yaml: [ '1.10.2' ],
41 silly audit   yorkie: [ '2.0.0' ]
41 silly audit }

.....

3992 verbose stack Error: command failed
3992 verbose stack     at ChildProcess.<anonymous> (/Users/nirpan/.nvm/versions/node/v16.5.0/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27)
3992 verbose stack     at ChildProcess.emit (node:events:394:28)
3992 verbose stack     at maybeClose (node:internal/child_process:1067:16)
3992 verbose stack     at Socket.<anonymous> (node:internal/child_process:453:11)
3992 verbose stack     at Socket.emit (node:events:394:28)
3992 verbose stack     at Pipe.<anonymous> (node:net:672:12)
3993 verbose pkgid node-sass@4.14.1
3994 verbose cwd /Users/nirpan/code/sandbox/vue-sqlite-app-starter
3995 verbose Darwin 20.6.0
3996 verbose argv "/Users/nirpan/.nvm/versions/node/v16.5.0/bin/node" "/Users/nirpan/.nvm/versions/node/v16.5.0/bin/npm" "install"
3997 verbose node v16.5.0
3998 verbose npm  v7.19.1
3999 error code 1
4000 error path /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass
4001 error command failed
4002 error command sh -c node scripts/build.js
4003 error Building: /Users/nirpan/.nvm/versions/node/v16.5.0/bin/node /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
4003 error   cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
4003 error   c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
4003 error   rm -f Release/sass.a && ./gyp-mac-tool filter-libtool libtool  -static -o Release/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
4003 error   c++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/nirpan/.node-gyp/16.5.0/include/node -I/Users/nirpan/.node-gyp/16.5.0/src -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/config -I/Users/nirpan/.node-gyp/16.5.0/deps/openssl/openssl/include -I/Users/nirpan/.node-gyp/16.5.0/deps/uv/include -I/Users/nirpan/.node-gyp/16.5.0/deps/zlib -I/Users/nirpan/.node-gyp/16.5.0/deps/v8/include -I../../nan -I../src/libsass/include  -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
4004 error gyp info it worked if it ends with ok
4004 error gyp verb cli [
4004 error gyp verb cli   '/Users/nirpan/.nvm/versions/node/v16.5.0/bin/node',
4004 error gyp verb cli   '/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/bin/node-gyp.js',
4004 error gyp verb cli   'rebuild',
4004 error gyp verb cli   '--verbose',
4004 error gyp verb cli   '--libsass_ext=',
4004 error gyp verb cli   '--libsass_cflags=',
4004 error gyp verb cli   '--libsass_ldflags=',
4004 error gyp verb cli   '--libsass_library='
4004 error gyp verb cli ]
4004 error gyp info using node-gyp@3.8.0
4004 error gyp info using node@16.5.0 | darwin | x64
4004 error gyp verb command rebuild []
4004 error gyp verb command clean []
4004 error gyp verb clean removing "build" directory
4004 error gyp verb command configure []
4004 error gyp verb check python checking for Python executable "/usr/bin/python" in the PATH
4004 error gyp verb `which` succeeded /usr/bin/python /usr/bin/python
4004 error gyp verb check python version `/usr/bin/python -c "import sys; print "2.7.16
4004 error gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j
4004 error gyp verb get node dir no --target version specified, falling back to host node version: 16.5.0
4004 error gyp verb command install [ '16.5.0' ]
4004 error gyp verb install input version string "16.5.0"
4004 error gyp verb install installing version: 16.5.0
4004 error gyp verb install --ensure was passed, so won't reinstall if already installed
4004 error gyp verb install version is already installed, need to check "installVersion"
4004 error gyp verb got "installVersion" 9
4004 error gyp verb needs "installVersion" 9
4004 error gyp verb install version is good
4004 error gyp verb get node dir target node version installed: 16.5.0
4004 error gyp verb build dir attempting to create "build" dir: /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/build
4004 error gyp verb build dir "build" dir needed to be created? /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/build
4004 error gyp verb build/config.gypi creating config file
4004 error gyp verb build/config.gypi writing out config file: /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/build/config.gypi
4004 error (node:93512) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
4004 error (Use `node --trace-deprecation ...` to show where the warning was created)
4004 error gyp verb config.gypi checking for gypi file: /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/config.gypi
4004 error gyp verb common.gypi checking for gypi file: /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/common.gypi
4004 error gyp verb gyp gyp format was not specified; forcing "make"
4004 error gyp info spawn /usr/bin/python
4004 error gyp info spawn args [
4004 error gyp info spawn args   '/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/gyp/gyp_main.py',
4004 error gyp info spawn args   'binding.gyp',
4004 error gyp info spawn args   '-f',
4004 error gyp info spawn args   'make',
4004 error gyp info spawn args   '-I',
4004 error gyp info spawn args   '/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass/build/config.gypi',
4004 error gyp info spawn args   '-I',
4004 error gyp info spawn args   '/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/addon.gypi',
4004 error gyp info spawn args   '-I',
4004 error gyp info spawn args   '/Users/nirpan/.node-gyp/16.5.0/include/node/common.gypi',
4004 error gyp info spawn args   '-Dlibrary=shared_library',
4004 error gyp info spawn args   '-Dvisibility=default',
4004 error gyp info spawn args   '-Dnode_root_dir=/Users/nirpan/.node-gyp/16.5.0',
4004 error gyp info spawn args   '-Dnode_gyp_dir=/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp',
4004 error gyp info spawn args   '-Dnode_lib_file=/Users/nirpan/.node-gyp/16.5.0/<(target_arch)/node.lib',
4004 error gyp info spawn args   '-Dmodule_root_dir=/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass',
4004 error gyp info spawn args   '-Dnode_engine=v8',
4004 error gyp info spawn args   '--depth=.',
4004 error gyp info spawn args   '--no-parallel',
4004 error gyp info spawn args   '--generator-output',
4004 error gyp info spawn args   'build',
4004 error gyp info spawn args   '-Goutput_dir=.'
4004 error gyp info spawn args ]
4004 error gyp verb command build []
4004 error gyp verb build type Release
4004 error gyp verb architecture x64
4004 error gyp verb node dev dir /Users/nirpan/.node-gyp/16.5.0
4004 error gyp verb `which` succeeded for `make` /usr/bin/make
4004 error gyp info spawn make
4004 error gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
4004 error In file included from ../src/libsass/src/ast.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/ast_fwd_decl.cpp:1:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/bind.cpp:3:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/check_nesting.cpp:4:
4004 error In file included from ../src/libsass/src/check_nesting.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/color_maps.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/context.cpp:9:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/cssize.cpp:6:
4004 error In file included from ../src/libsass/src/cssize.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/environment.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/error_handling.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/eval.cpp:10:
4004 error In file included from ../src/libsass/src/eval.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/expand.cpp:5:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/extend.cpp:2:
4004 error In file included from ../src/libsass/src/extend.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/file.cpp:23:
4004 error In file included from ../src/libsass/src/sass_functions.hpp:6:
4004 error In file included from ../src/libsass/src/functions.hpp:4:
4004 error In file included from ../src/libsass/src/listize.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/functions.cpp:2:
4004 error In file included from ../src/libsass/src/functions.hpp:4:
4004 error In file included from ../src/libsass/src/listize.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/inspect.cpp:9:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/listize.cpp:6:
4004 error In file included from ../src/libsass/src/listize.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/node.cpp:4:
4004 error In file included from ../src/libsass/src/node.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/operators.cpp:2:
4004 error In file included from ../src/libsass/src/operators.hpp:4:
4004 error In file included from ../src/libsass/src/values.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/output.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/parser.cpp:2:
4004 error In file included from ../src/libsass/src/parser.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/remove_placeholders.cpp:2:
4004 error In file included from ../src/libsass/src/remove_placeholders.hpp:6:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/sass.cpp:11:
4004 error In file included from ../src/libsass/src/sass_functions.hpp:6:
4004 error In file included from ../src/libsass/src/functions.hpp:4:
4004 error In file included from ../src/libsass/src/listize.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/sass_context.cpp:9:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/sass_functions.cpp:5:
4004 error In file included from ../src/libsass/src/values.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/sass_util.cpp:2:
4004 error In file included from ../src/libsass/src/node.hpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/sass_values.cpp:5:
4004 error In file included from ../src/libsass/src/eval.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/source_map.cpp:7:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/subset_map.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/to_c.cpp:3:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/to_value.cpp:2:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/util.cpp:3:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/libsass/src/values.cpp:3:
4004 error In file included from ../src/libsass/src/values.hpp:4:
4004 error ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto numerator : numerators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto numerator : numerators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct]
4004 error         for (const auto denominator : denominators)
4004 error                         ^
4004 error ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying
4004 error         for (const auto denominator : denominators)
4004 error              ^~~~~~~~~~~~~~~~~~~~~~~~
4004 error                         &
4004 error 2 warnings generated.
4004 error In file included from ../src/binding.cpp:1:
4004 error In file included from ../../nan/nan.h:58:
4004 error In file included from /Users/nirpan/.node-gyp/16.5.0/include/node/node.h:63:
4004 error In file included from /Users/nirpan/.node-gyp/16.5.0/include/node/v8.h:30:
4004 error /Users/nirpan/.node-gyp/16.5.0/include/node/v8-internal.h:454:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
4004 error             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
4004 error                                 ~~~~~^~~~~~~~~~~
4004 error                                      remove_cv
4004 error /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:710:50: note: 'remove_cv' declared here
4004 error template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_cv
4004 error                                                  ^
4004 error 1 error generated.
4004 error make: *** [Release/obj.target/binding/src/binding.o] Error 1
4004 error gyp ERR! build error
4004 error gyp ERR! stack Error: `make` failed with exit code: 2
4004 error gyp ERR! stack     at ChildProcess.onExit (/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/lib/build.js:262:23)
4004 error gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
4004 error gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
4004 error gyp ERR! System Darwin 20.6.0
4004 error gyp ERR! command "/Users/nirpan/.nvm/versions/node/v16.5.0/bin/node" "/Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
4004 error gyp ERR! cwd /Users/nirpan/code/sandbox/vue-sqlite-app-starter/node_modules/node-sass
4004 error gyp ERR! node -v v16.5.0
4004 error gyp ERR! node-gyp -v v3.8.0
4004 error gyp ERR! not ok
4004 error Build failed with error code: 1
4005 verbose exit 1
jepiqueau commented 2 years ago

@nirajhinge I have no idea i use

nirajhinge commented 2 years ago

@jepiqueau Just installed using node v14.17.0 and npm v6.14.13 with nvm and it is working. Looks like a wider node-gyp issue with node v16.

jepiqueau commented 2 years ago

@nirajhinge Are you working on Mac or Windows. As i do not want to mess up my development platform Mac i am trying to test it on Windows

nirajhinge commented 2 years ago

@jepiqueau I am on a Mac.

jepiqueau commented 2 years ago

@nirajhinge i messed up my windows platform in trying to upgrade to the latest version of nodejs and npm so i can install but i cannot rebuild electron anymore with a GYP error. even when coming back to the previous release it does not work anymore. So i cannot really help as i do not want to mess up my Mac.

cclauss commented 2 years ago

4004 error gyp ERR! node-gyp -v v3.8.0

The current release of node-gyp can be found at https://github.com/nodejs/node-gyp/releases Please upgrade using https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md

jepiqueau commented 2 years ago

@cclauss i am still stuck with this issue on Windows. i update node to v17.1.0 and npm to 8.1.4 and installed the tools needed by nodejs so i got Python version 3.10.0 and Microsoft VisualStudio 2019 BuildTools i also updated node-gyp to v8.4.1 but when i try to do npm run build in the electron folder i got the following error

 npm run build

> vue-sqlite-app-starter@1.0.0 build
> tsc && electron-rebuild

| Building module: sqlite3, Completed: 0gyp info find Python using Python version 3.10.0 found at "C:\Python310\python.exe"
| Building module: sqlite3, Completed: 0gyp info find VS using VS2019 (16.11.31911.196) found at:
gyp info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"
gyp info find VS run with --verbose for detailed information
(node:22076) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
(Use `node --trace-deprecation ...` to show where the warning was created)
gyp info spawn C:\Python310\python.exe
gyp info spawn args [
gyp info spawn args   'F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\node-gyp\\gyp\\gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'msvs',
gyp info spawn args   '-I',
gyp info spawn args   'F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\sqlite3\\build\\config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\node-gyp\\addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\Jean-Pierre\\.electron-gyp\\13.6.2\\include\\node\\common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=C:\\Users\\Jean-Pierre\\.electron-gyp\\13.6.2',
gyp info spawn args   '-Dnode_gyp_dir=F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\node-gyp',
gyp info spawn args   '-Dnode_lib_file=C:\\\\Users\\\\Jean-Pierre\\\\.electron-gyp\\\\13.6.2\\\\<(target_arch)\\\\node.lib',
gyp info spawn args   '-Dmodule_root_dir=F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\sqlite3',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'F:\\developement\\vue-sqlite-app-starter\\electron\\node_modules\\sqlite3\\build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
/ Building module: sqlite3, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
× Rebuild Failed

An unhandled error occurred inside electron-rebuild
node-gyp failed to rebuild 'F:\developement\vue-sqlite-app-starter\electron\node_modules\sqlite3'.
Error: `gyp` failed with exit code: 1

Error: node-gyp failed to rebuild 'F:\developement\vue-sqlite-app-starter\electron\node_modules\sqlite3'.
Error: `gyp` failed with exit code: 1

    at ModuleRebuilder.rebuildNodeGypModule (F:\developement\vue-sqlite-app-starter\electron\node_modules\electron-rebuild\lib\src\module-rebuilder.js:193:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Rebuilder.rebuildModuleAt (F:\developement\vue-sqlite-app-starter\electron\node_modules\electron-rebuild\lib\src\rebuild.js:190:9)
    at async Rebuilder.rebuild (F:\developement\vue-sqlite-app-starter\electron\node_modules\electron-rebuild\lib\src\rebuild.js:152:17)
    at async F:\developement\vue-sqlite-app-starter\electron\node_modules\electron-rebuild\lib\src\cli.js:146:9

Any idea to help me

cclauss commented 2 years ago

https://github.com/nodejs/node-gyp/search?q=openssl_fips&type=issues

jepiqueau commented 2 years ago

@cclauss thanks, i already look at this without success

cclauss commented 2 years ago

Sorry. I do not do Windows.