package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "read-pkg-up@^1.0.1",
  3. "_id": "read-pkg-up@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
  6. "_location": "/read-pkg-up",
  7. "_phantomChildren": {
  8. "pinkie-promise": "2.0.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "read-pkg-up@^1.0.1",
  14. "name": "read-pkg-up",
  15. "escapedName": "read-pkg-up",
  16. "rawSpec": "^1.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.1"
  19. },
  20. "_requiredBy": [
  21. "/meow"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  24. "_shasum": "9d63c13276c065918d57f002a57f40a1b643fb02",
  25. "_spec": "read-pkg-up@^1.0.1",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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": "^1.0.0",
  38. "read-pkg": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Read the closest package.json file",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  53. "keywords": [
  54. "json",
  55. "read",
  56. "parse",
  57. "file",
  58. "fs",
  59. "graceful",
  60. "load",
  61. "pkg",
  62. "package",
  63. "find",
  64. "up",
  65. "find-up",
  66. "findup",
  67. "look-up",
  68. "look",
  69. "file",
  70. "search",
  71. "match",
  72. "package",
  73. "resolve",
  74. "parent",
  75. "parents",
  76. "folder",
  77. "directory",
  78. "dir",
  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"
  91. },
  92. "version": "1.0.1"
  93. }