{
  "_from": "@rtsao/scc@^1.1.0",
  "_id": "@rtsao/scc@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  "_location": "/@rtsao/scc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rtsao/scc@^1.1.0",
    "name": "@rtsao/scc",
    "escapedName": "@rtsao%2fscc",
    "scope": "@rtsao",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/eslint-plugin-import"
  ],
  "_resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  "_shasum": "927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8",
  "_spec": "@rtsao/scc@^1.1.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-plugin-import",
  "bugs": {
    "url": "https://github.com/rtsao/scc/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Find strongly connected components of a directed graph using [Tarjan's algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm).",
  "homepage": "https://github.com/rtsao/scc#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "@rtsao/scc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rtsao/scc.git"
  },
  "version": "1.1.0"
}
