package.json 750 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "unique-slug",
  3. "version": "2.0.2",
  4. "description": "Generate a unique character string suitible for use in files and URLs.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && tap --coverage test"
  8. },
  9. "keywords": [],
  10. "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "standard": "^12.0.1",
  14. "tap": "^12.7.0"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/iarna/unique-slug.git"
  19. },
  20. "dependencies": {
  21. "imurmurhash": "^0.1.4"
  22. },
  23. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  24. "_from": "unique-slug@2.0.2",
  25. "_resolved": "https://registry.npm.taobao.org/unique-slug/download/unique-slug-2.0.2.tgz"
  26. }