package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "parent-module@1.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parent-module@1.0.1",
  10. "_id": "parent-module@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  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. ],
  29. "_resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/parent-module/issues"
  39. },
  40. "dependencies": {
  41. "callsites": "^3.0.0"
  42. },
  43. "description": "Get the path of the parent module",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "execa": "^1.0.0",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/parent-module#readme",
  56. "keywords": [
  57. "parent",
  58. "module",
  59. "package",
  60. "pkg",
  61. "caller",
  62. "calling",
  63. "module",
  64. "path",
  65. "callsites",
  66. "callsite",
  67. "stacktrace",
  68. "stack",
  69. "trace",
  70. "function",
  71. "file"
  72. ],
  73. "license": "MIT",
  74. "name": "parent-module",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/parent-module.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "1.0.1"
  83. }