package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "parent-module@^1.0.0",
  3. "_id": "parent-module@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6. "_location": "/parent-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parent-module@^1.0.0",
  12. "name": "parent-module",
  13. "escapedName": "parent-module",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc/import-fresh",
  20. "/eslint/import-fresh",
  21. "/lint-staged/import-fresh",
  22. "/stylelint/import-fresh"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  25. "_shasum": "691d2709e78c79fae3a156622452d00762caaaa2",
  26. "_spec": "parent-module@^1.0.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@eslint\\eslintrc\\node_modules\\import-fresh",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/parent-module/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "callsites": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the path of the parent module",
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "execa": "^1.0.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/parent-module#readme",
  54. "keywords": [
  55. "parent",
  56. "module",
  57. "package",
  58. "pkg",
  59. "caller",
  60. "calling",
  61. "module",
  62. "path",
  63. "callsites",
  64. "callsite",
  65. "stacktrace",
  66. "stack",
  67. "trace",
  68. "function",
  69. "file"
  70. ],
  71. "license": "MIT",
  72. "name": "parent-module",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/parent-module.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.0.1"
  81. }