amilajack / eslint-plugin-flowtype-errors

Run Flow as an ESLint plugin
MIT License
402 stars 32 forks source link

deprecation warning appears on install #272

Open noahehall opened 2 years ago

noahehall commented 2 years ago

my env

{
  '@netech/perfectperson': '0.0.0',
  npm: '8.0.0',
  node: '16.11.0',
  v8: '9.4.146.19-node.13',
  uv: '1.42.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.17.2',
  modules: '93',
  nghttp2: '1.45.1',
  napi: '8',
  llhttp: '6.0.2',
  openssl: '1.1.1l+quic',
  cldr: '39.0',
  icu: '69.1',
  tz: '2021a',
  unicode: '13.0',
  ngtcp2: '0.1.0-DEV',
  nghttp3: '0.1.0-DEV'
}
{
  "json": true,
  "user-agent": "pnpm/6.17.0 npm/? node/v14.17.0 linux x64",
  "save-workspace-protocol": true,
  "lockfile": true,
  "shared-workspace-lockfile": true,
  "fetch-timeout": 60000,
  "modules-cache-max-age": "2880",
  "registry": "https://registry.npmjs.org/",
  "symlink": true,
  "prefer-frozen-lockfile": true,
  "prefer-offline": true,
  "color": true,
  "fetch-retry-mintimeout": 10000,
  "use-beta-cli": true,
  "fetch-retry-maxtimeout": 60000,
  "loglevel": "info",
  "argv": "{\"remain\":[\"run\",\"repo:config:list\"],\"cooked\":[\"run\",\"repo:config:list\"],\"original\":[\"run\",\"repo:config:list\"]}",
  "tag": "latest",
  "hoist": true,
  "modules-dir": "node_modules",
  "save-exact": true,
  "virtual-store-dir": "node_modules/.pnpm",
  "link-workspace-packages": true,
  "child-concurrency": "16",
  "enable-modules-dir": true,
  "save-prefix": "",
  "access": null,
  "all": false,
  "allow-same-version": false,
  "also": null,
  "audit": true,
  "audit-level": null,
  "auth-type": "legacy",
  "before": null,
  "bin-links": true,
  "browser": null,
  "ca": null,
  "cache": "/home/poop/.npm",
  "cache-max": null,
  "cache-min": 0,
  "cafile": null,
  "call": "",
  "cert": null,
  "ci-name": null,
  "cidr": null,
  "commit-hooks": true,
  "depth": null,
  "description": true,
  "dev": false,
  "diff": [],
  "diff-ignore-all-space": false,
  "diff-name-only": false,
  "diff-no-prefix": false,
  "diff-dst-prefix": "b/",
  "diff-src-prefix": "a/",
  "diff-text": false,
  "diff-unified": 3,
  "dry-run": false,
  "editor": "vi",
  "engine-strict": false,
  "fetch-retries": 2,
  "fetch-retry-factor": 10,
  "force": false,
  "foreground-scripts": false,
  "format-package-lock": true,
  "fund": true,
  "git": "git",
  "git-tag-version": true,
  "global": false,
  "global-style": false,
  "heading": "npm",
  "https-proxy": null,
  "if-present": false,
  "ignore-scripts": false,
  "include": [],
  "include-staged": false,
  "init-author-email": "",
  "init-author-name": "",
  "init-author-url": "",
  "init-license": "ISC",
  "init-version": "1.0.0",
  "init.author.email": "",
  "init.author.name": "",
  "init.author.url": "",
  "init.license": "ISC",
  "init.version": "1.0.0",
  "key": null,
  "legacy-bundling": false,
  "legacy-peer-deps": false,
  "link": false,
  "local-address": null,
  "location": "user",
  "logs-max": 10,
  "long": false,
  "maxsockets": 15,
  "message": "%s",
  "node-options": null,
  "node-version": "v16.11.0",
  "noproxy": [
    ""
  ],
  "npm-version": "8.0.0",
  "offline": false,
  "omit": [],
  "only": null,
  "optional": null,
  "otp": null,
  "package": [],
  "package-lock": true,
  "package-lock-only": false,
  "pack-destination": ".",
  "parseable": false,
  "prefer-online": false,
  "preid": "",
  "production": null,
  "progress": true,
  "proxy": null,
  "read-only": false,
  "rebuild-bundle": true,
  "save": true,
  "save-bundle": false,
  "save-dev": false,
  "save-optional": false,
  "save-peer": false,
  "save-prod": false,
  "scope": "",
  "script-shell": null,
  "searchexclude": "",
  "searchlimit": 20,
  "searchopts": "",
  "searchstaleness": 900,
  "shell": "/bin/bash",
  "shrinkwrap": true,
  "sign-git-commit": false,
  "sign-git-tag": false,
  "sso-poll-frequency": 500,
  "sso-type": "oauth",
  "strict-peer-deps": false,
  "strict-ssl": true,
  "tag-version-prefix": "v",
  "timing": false,
  "tmp": "/tmp",
  "umask": 0,
  "unicode": true,
  "update-notifier": true,
  "usage": false,
  "version": false,
  "versions": false,
  "viewer": "man",
  "which": null,
  "workspace": [],
  "workspaces": false,
  "yes": null,
  "metrics-registry": "https://registry.npmjs.org/"
}
(node:761198) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.