Skip to content

0.11.0 version has a package-lock.json dependency on a github repo #151

Open
@denodaeus

Description

@denodaeus

Several people (like myself) use artifactory as a proxy through to npm as our CI's don't have public internet access. This makes resolving dependencies like the below impossible.

Can you change this to pull from a real published package?

    "eslint-plugin-node-core": {
      "version": "github:iansu/eslint-plugin-node-core#fc5aa55675b696f4f51247daa705bb592b21a016",
      "from": "github:iansu/eslint-plugin-node-core",
      "dev": true,
      "requires": {
        "@babel/core": "^7.15.5",
        "@babel/eslint-parser": "^7.15.7",
        "@babel/plugin-syntax-class-properties": "^7.12.13",
        "@babel/plugin-syntax-import-assertions": "^7.14.5",
        "@babel/plugin-syntax-top-level-await": "^7.14.5",
        "eslint-plugin-markdown": "^2.2.1",
        "eslint-plugin-node-core": "^1.0.0"
      },
      "dependencies": {
        "eslint-plugin-node-core": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/eslint-plugin-node-core/-/eslint-plugin-node-core-1.0.0.tgz",
          "integrity": "sha512-1i9imacKER4Noc7AkfgnPfRcirKb9GICuSmmu3q/V2VjsQA4jCYh6cExvpRsdPkX4mQh8tSpoDRrCfE7az04KA=="
        }
      }
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions