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.

50 lines
1.2 KiB

  1. {
  2. "name": "global-prefix",
  3. "description": "Get the npm global path prefix.",
  4. "version": "3.0.0",
  5. "homepage": "https://github.com/jonschlinkert/global-prefix",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "contributors": [
  8. "Alexandr Bogachev (https://github.com/rmbaad)",
  9. "Brian Woodward (https://twitter.com/doowb)",
  10. "Charlike Mike Reagent (https://i.am.charlike.online)",
  11. "JasonChang (https://packagist.org/packages/jason-chang)",
  12. "Jon Schlinkert (http://twitter.com/jonschlinkert)",
  13. "Jorrit Schippers (https://www.ncode.nl)",
  14. "Mathias Rasmussen (chrome://dino)",
  15. "Ross Fenning (http://rossfenning.co.uk)"
  16. ],
  17. "repository": "jonschlinkert/global-prefix",
  18. "bugs": {
  19. "url": "https://github.com/jonschlinkert/global-prefix/issues"
  20. },
  21. "license": "MIT",
  22. "files": [
  23. "index.js"
  24. ],
  25. "main": "index.js",
  26. "engines": {
  27. "node": ">=6"
  28. },
  29. "scripts": {
  30. "test": "mocha"
  31. },
  32. "dependencies": {
  33. "ini": "^1.3.5",
  34. "kind-of": "^6.0.2",
  35. "which": "^1.3.1"
  36. },
  37. "devDependencies": {
  38. "gulp-format-md": "^2.0.0",
  39. "mocha": "^5.2.0"
  40. },
  41. "keywords": [
  42. "global",
  43. "module",
  44. "modules",
  45. "npm",
  46. "path",
  47. "prefix",
  48. "resolve"
  49. ]
  50. }