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.

38 lines
642 B

  1. {
  2. "name": "temp-dir",
  3. "version": "1.0.0",
  4. "description": "Get the real path of the system temp directory",
  5. "license": "MIT",
  6. "repository": "sindresorhus/temp-dir",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "temp",
  23. "tmp",
  24. "dir",
  25. "tmpdir",
  26. "os",
  27. "system",
  28. "real",
  29. "path",
  30. "realpath",
  31. "resolved"
  32. ],
  33. "devDependencies": {
  34. "ava": "*",
  35. "proxyquire": "^1.7.11",
  36. "xo": "*"
  37. }
  38. }