package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "read-pkg-up",
  3. "version": "1.0.1",
  4. "description": "Read the closest package.json file",
  5. "license": "MIT",
  6. "repository": "sindresorhus/read-pkg-up",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "json",
  23. "read",
  24. "parse",
  25. "file",
  26. "fs",
  27. "graceful",
  28. "load",
  29. "pkg",
  30. "package",
  31. "find",
  32. "up",
  33. "find-up",
  34. "findup",
  35. "look-up",
  36. "look",
  37. "file",
  38. "search",
  39. "match",
  40. "package",
  41. "resolve",
  42. "parent",
  43. "parents",
  44. "folder",
  45. "directory",
  46. "dir",
  47. "walk",
  48. "walking",
  49. "path"
  50. ],
  51. "dependencies": {
  52. "find-up": "^1.0.0",
  53. "read-pkg": "^1.0.0"
  54. },
  55. "devDependencies": {
  56. "ava": "*",
  57. "xo": "*"
  58. },
  59. "__npminstall_done": true,
  60. "_from": "read-pkg-up@1.0.1",
  61. "_resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz"
  62. }