package.json 1.9 KB

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