| 12345678910111213141516171819202122232425262728293031 | {  "name": "alter",  "version": "0.2.0",  "description": "alters a string by replacing multiple range fragments in one fast pass",  "main": "alter.js",  "repository": {    "type": "git",    "url": "https://github.com/olov/alter.git"  },  "keywords": [    "string",    "manipulation",    "replace",    "alter",    "modify"  ],  "scripts": {    "test": "tap test/*.js"  },  "dependencies": {    "stable": "~0.1.3"  },  "devDependencies": {    "tap": "~0.4.0"  },  "author": "Olov Lassus <olov.lassus@gmail.com>",  "license": "MIT",  "__npminstall_done": true,  "_from": "alter@0.2.0",  "_resolved": "https://registry.npmmirror.com/alter/-/alter-0.2.0.tgz"}
 |