package.json 713 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "utila",
  3. "version": "0.4.0",
  4. "description": "notareplacementforunderscore",
  5. "main": "lib/utila.js",
  6. "devDependencies": {
  7. "coffee-script": "~1.6.3",
  8. "little-popo": "~0.1"
  9. },
  10. "scripts": {
  11. "prepublish": "coffee --bare --compile --output ./lib ./src"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/AriaMinaei/utila.git"
  16. },
  17. "keywords": [
  18. "utilities"
  19. ],
  20. "author": "Aria Minaei",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/AriaMinaei/utila/issues"
  24. },
  25. "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
  26. "_from": "utila@0.4.0",
  27. "_resolved": "https://registry.npm.taobao.org/utila/download/utila-0.4.0.tgz"
  28. }