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.

44 lines
712 B

  1. {
  2. "name": "npm-run-path",
  3. "version": "4.0.1",
  4. "description": "Get your PATH prepended with locally installed binaries",
  5. "license": "MIT",
  6. "repository": "sindresorhus/npm-run-path",
  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. "npm",
  24. "run",
  25. "path",
  26. "package",
  27. "bin",
  28. "binary",
  29. "binaries",
  30. "script",
  31. "cli",
  32. "command-line",
  33. "execute",
  34. "executable"
  35. ],
  36. "dependencies": {
  37. "path-key": "^3.0.0"
  38. },
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. }
  44. }