package.json 584 B

123456789101112131415161718192021222324
  1. {
  2. "name": "uniqs",
  3. "version": "2.0.0",
  4. "description": "Tiny utility to create unions and de-duplicated lists",
  5. "keywords": [
  6. "unique",
  7. "uniq",
  8. "dedupe",
  9. "union"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/fgnass/uniqs.git"
  14. },
  15. "main": "index.js",
  16. "scripts": {
  17. "test": "node test"
  18. },
  19. "author": "Felix Gnass <fgnass@gmail.com>",
  20. "license": "MIT",
  21. "__npminstall_done": "Thu Dec 24 2020 20:20:50 GMT+0800 (CST)",
  22. "_from": "uniqs@2.0.0",
  23. "_resolved": "https://registry.npm.taobao.org/uniqs/download/uniqs-2.0.0.tgz"
  24. }