package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "/meow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
  22. "_shasum": "f3a6135758459733ae2b95638056e1854e7ef507",
  23. "_spec": "read-pkg-up@^7.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\meow",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-up": "^4.1.0",
  36. "read-pkg": "^5.2.0",
  37. "type-fest": "^0.8.1"
  38. },
  39. "deprecated": false,
  40. "description": "Read the closest package.json file",
  41. "devDependencies": {
  42. "ava": "^2.4.0",
  43. "tsd": "^0.9.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  55. "keywords": [
  56. "json",
  57. "read",
  58. "parse",
  59. "file",
  60. "fs",
  61. "graceful",
  62. "load",
  63. "package",
  64. "find",
  65. "up",
  66. "find-up",
  67. "findup",
  68. "look-up",
  69. "look",
  70. "search",
  71. "match",
  72. "resolve",
  73. "parent",
  74. "parents",
  75. "folder",
  76. "directory",
  77. "walk",
  78. "walking",
  79. "path"
  80. ],
  81. "license": "MIT",
  82. "name": "read-pkg-up",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "7.0.1"
  91. }