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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "unique-filename",
  3. "version": "2.0.1",
  4. "description": "Generate a unique filename for use in temporary directories or caches.",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "tap",
  8. "lint": "eslint \"**/*.js\"",
  9. "postlint": "template-oss-check",
  10. "template-oss-apply": "template-oss-apply --force",
  11. "lintfix": "npm run lint -- --fix",
  12. "preversion": "npm test",
  13. "postversion": "npm publish",
  14. "prepublishOnly": "git push origin --follow-tags",
  15. "snap": "tap",
  16. "posttest": "npm run lint"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/npm/unique-filename.git"
  21. },
  22. "keywords": [],
  23. "author": "GitHub Inc.",
  24. "license": "ISC",
  25. "bugs": {
  26. "url": "https://github.com/iarna/unique-filename/issues"
  27. },
  28. "homepage": "https://github.com/iarna/unique-filename",
  29. "devDependencies": {
  30. "@npmcli/eslint-config": "^3.1.0",
  31. "@npmcli/template-oss": "3.5.0",
  32. "tap": "^16.3.0"
  33. },
  34. "dependencies": {
  35. "unique-slug": "^3.0.0"
  36. },
  37. "files": [
  38. "bin/",
  39. "lib/"
  40. ],
  41. "engines": {
  42. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  43. },
  44. "templateOSS": {
  45. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  46. "version": "3.5.0"
  47. }
  48. }