web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
762 B

  1. {
  2. "name": "pkg-up",
  3. "version": "3.1.0",
  4. "description": "Find the closest package.json file",
  5. "license": "MIT",
  6. "repository": "sindresorhus/pkg-up",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=8"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "pkg",
  24. "package",
  25. "file",
  26. "find",
  27. "up",
  28. "find-up",
  29. "findup",
  30. "look-up",
  31. "look",
  32. "search",
  33. "match",
  34. "resolve",
  35. "parent",
  36. "parents",
  37. "folder",
  38. "directory",
  39. "dir",
  40. "walk",
  41. "walking",
  42. "path"
  43. ],
  44. "dependencies": {
  45. "find-up": "^3.0.0"
  46. },
  47. "devDependencies": {
  48. "ava": "^1.4.1",
  49. "tsd": "^0.7.2",
  50. "xo": "^0.24.0"
  51. }
  52. }