package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "parent-module@1.0.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parent-module@1.0.1",
  10. "_id": "parent-module@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=",
  13. "_location": "/parent-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parent-module@1.0.1",
  19. "name": "parent-module",
  20. "escapedName": "parent-module",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc/import-fresh",
  27. "/eslint/import-fresh",
  28. "/lint-staged/import-fresh"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/parent-module/download/parent-module-1.0.1.tgz?cache=0&sync_timestamp=1633337513286&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fparent-module%2Fdownload%2Fparent-module-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/parent-module/issues"
  40. },
  41. "dependencies": {
  42. "callsites": "^3.0.0"
  43. },
  44. "description": "Get the path of the parent module",
  45. "devDependencies": {
  46. "ava": "^1.4.1",
  47. "execa": "^1.0.0",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/parent-module#readme",
  57. "keywords": [
  58. "parent",
  59. "module",
  60. "package",
  61. "pkg",
  62. "caller",
  63. "calling",
  64. "module",
  65. "path",
  66. "callsites",
  67. "callsite",
  68. "stacktrace",
  69. "stack",
  70. "trace",
  71. "function",
  72. "file"
  73. ],
  74. "license": "MIT",
  75. "name": "parent-module",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/parent-module.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "1.0.1"
  84. }