package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@1.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg-up@1.0.1",
  10. "_id": "read-pkg-up@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
  13. "_location": "/read-pkg-up",
  14. "_phantomChildren": {
  15. "pinkie-promise": "2.0.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "read-pkg-up@1.0.1",
  21. "name": "read-pkg-up",
  22. "escapedName": "read-pkg-up",
  23. "rawSpec": "1.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "1.0.1"
  26. },
  27. "_requiredBy": [
  28. "/meow",
  29. "/test-exclude",
  30. "/webpack-dev-server/yargs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  33. "_spec": "1.0.1",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  42. },
  43. "dependencies": {
  44. "find-up": "^1.0.0",
  45. "read-pkg": "^1.0.0"
  46. },
  47. "description": "Read the closest package.json file",
  48. "devDependencies": {
  49. "ava": "*",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  59. "keywords": [
  60. "json",
  61. "read",
  62. "parse",
  63. "file",
  64. "fs",
  65. "graceful",
  66. "load",
  67. "pkg",
  68. "package",
  69. "find",
  70. "up",
  71. "find-up",
  72. "findup",
  73. "look-up",
  74. "look",
  75. "file",
  76. "search",
  77. "match",
  78. "package",
  79. "resolve",
  80. "parent",
  81. "parents",
  82. "folder",
  83. "directory",
  84. "dir",
  85. "walk",
  86. "walking",
  87. "path"
  88. ],
  89. "license": "MIT",
  90. "name": "read-pkg-up",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava"
  97. },
  98. "version": "1.0.1"
  99. }