package.json 726 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "de-indent",
  3. "version": "1.0.2",
  4. "description": "remove extra indent from a block of code",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/yyx990803/de-indent.git"
  12. },
  13. "keywords": [
  14. "deindent"
  15. ],
  16. "author": "Evan You",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/yyx990803/de-indent/issues"
  20. },
  21. "homepage": "https://github.com/yyx990803/de-indent#readme",
  22. "devDependencies": {
  23. "mocha": "^2.3.4"
  24. },
  25. "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
  26. "_from": "de-indent@1.0.2",
  27. "_resolved": "https://registry.npm.taobao.org/de-indent/download/de-indent-1.0.2.tgz"
  28. }