package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. ],
  22. "_resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  23. "_shasum": "691d2709e78c79fae3a156622452d00762caaaa2",
  24. "_spec": "parent-module@^1.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@eslint\\eslintrc\\node_modules\\import-fresh",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/parent-module/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "callsites": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the path of the parent module",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "execa": "^1.0.0",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/parent-module#readme",
  52. "keywords": [
  53. "parent",
  54. "module",
  55. "package",
  56. "pkg",
  57. "caller",
  58. "calling",
  59. "module",
  60. "path",
  61. "callsites",
  62. "callsite",
  63. "stacktrace",
  64. "stack",
  65. "trace",
  66. "function",
  67. "file"
  68. ],
  69. "license": "MIT",
  70. "name": "parent-module",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/parent-module.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.0.1"
  79. }