NPM nested dependencies count Firefox

Examine source code of NPM nested dependencies count

제작자: bibo5088
Inspect and view changes in NPM nested dependencies count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NPM nested dependencies count",
  "description": "Show the total number of nested dependencies on npm",
  "version": "1.4.0",
  "homepage_url": "https://github.com/bibo5088/npm-nested-dep",
  "content_scripts": [
    {
      "matches": [
        "*://npmjs.com/package/*",
        "*://www.npmjs.com/package/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://registry.npmjs.org//*"
  ]
}

최고의 NPM nested dependencies count 대안

다음은 NPM nested dependencies count과(와) 유사한 Firefox add-on입니다: