package.json 631 B

123456789101112131415161718192021222324
  1. {
  2. "name": "uc.micro",
  3. "version": "1.0.6",
  4. "description": "Micro subset of unicode data files for markdown-it projects.",
  5. "repository": "markdown-it/uc.micro",
  6. "license": "MIT",
  7. "files": [
  8. "categories/",
  9. "properties/",
  10. "index.js"
  11. ],
  12. "scripts": {
  13. "test": "mocha",
  14. "update": "node update.js && npm test"
  15. },
  16. "devDependencies": {
  17. "mocha": "^5.0.0",
  18. "shelljs": "^0.8.1",
  19. "unicode-11.0.0": "^0.7.8"
  20. },
  21. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  22. "_from": "uc.micro@1.0.6",
  23. "_resolved": "https://registry.npm.taobao.org/uc.micro/download/uc.micro-1.0.6.tgz"
  24. }