Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "unique-slug",
  3. "version": "3.0.0",
  4. "description": "Generate a unique character string suitible for use in files and URLs.",
  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. "keywords": [],
  19. "author": "GitHub Inc.",
  20. "license": "ISC",
  21. "devDependencies": {
  22. "@npmcli/eslint-config": "^3.1.0",
  23. "@npmcli/template-oss": "3.5.0",
  24. "tap": "^16.3.0"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/npm/unique-slug.git"
  29. },
  30. "dependencies": {
  31. "imurmurhash": "^0.1.4"
  32. },
  33. "files": [
  34. "bin/",
  35. "lib/"
  36. ],
  37. "engines": {
  38. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  39. },
  40. "templateOSS": {
  41. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  42. "version": "3.5.0"
  43. }
  44. }