package.json 2.0 KB

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