package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "read-pkg-up@^7.0.1",
  3. "_id": "read-pkg-up@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
  6. "_location": "/read-pkg-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg-up@^7.0.1",
  12. "name": "read-pkg-up",
  13. "escapedName": "read-pkg-up",
  14. "rawSpec": "^7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-unicorn",
  20. "/meow",
  21. "/stylelint/meow"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  24. "_shasum": "f3a6135758459733ae2b95638056e1854e7ef507",
  25. "_spec": "read-pkg-up@^7.0.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "find-up": "^4.1.0",
  38. "read-pkg": "^5.2.0",
  39. "type-fest": "^0.8.1"
  40. },
  41. "deprecated": false,
  42. "description": "Read the closest package.json file",
  43. "devDependencies": {
  44. "ava": "^2.4.0",
  45. "tsd": "^0.9.0",
  46. "xo": "^0.25.3"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  56. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  57. "keywords": [
  58. "json",
  59. "read",
  60. "parse",
  61. "file",
  62. "fs",
  63. "graceful",
  64. "load",
  65. "package",
  66. "find",
  67. "up",
  68. "find-up",
  69. "findup",
  70. "look-up",
  71. "look",
  72. "search",
  73. "match",
  74. "resolve",
  75. "parent",
  76. "parents",
  77. "folder",
  78. "directory",
  79. "walk",
  80. "walking",
  81. "path"
  82. ],
  83. "license": "MIT",
  84. "name": "read-pkg-up",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava && tsd"
  91. },
  92. "version": "7.0.1"
  93. }