package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "_from": "@rtsao/scc@^1.1.0",
  3. "_id": "@rtsao/scc@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  6. "_location": "/@rtsao/scc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@rtsao/scc@^1.1.0",
  12. "name": "@rtsao/scc",
  13. "escapedName": "@rtsao%2fscc",
  14. "scope": "@rtsao",
  15. "rawSpec": "^1.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint-plugin-import"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz",
  23. "_shasum": "927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8",
  24. "_spec": "@rtsao/scc@^1.1.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\eslint-plugin-import",
  26. "bugs": {
  27. "url": "https://github.com/rtsao/scc/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Find strongly connected components of a directed graph using [Tarjan's algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm).",
  32. "homepage": "https://github.com/rtsao/scc#readme",
  33. "license": "MIT",
  34. "main": "index.js",
  35. "name": "@rtsao/scc",
  36. "repository": {
  37. "type": "git",
  38. "url": "git+https://github.com/rtsao/scc.git"
  39. },
  40. "version": "1.1.0"
  41. }