package.json 684 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "alter",
  3. "version": "0.2.0",
  4. "description": "alters a string by replacing multiple range fragments in one fast pass",
  5. "main": "alter.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olov/alter.git"
  9. },
  10. "keywords": [
  11. "string",
  12. "manipulation",
  13. "replace",
  14. "alter",
  15. "modify"
  16. ],
  17. "scripts": {
  18. "test": "tap test/*.js"
  19. },
  20. "dependencies": {
  21. "stable": "~0.1.3"
  22. },
  23. "devDependencies": {
  24. "tap": "~0.4.0"
  25. },
  26. "author": "Olov Lassus <olov.lassus@gmail.com>",
  27. "license": "MIT",
  28. "__npminstall_done": true,
  29. "_from": "alter@0.2.0",
  30. "_resolved": "https://registry.npmmirror.com/alter/-/alter-0.2.0.tgz"
  31. }