| 12345678910111213141516171819202122232425262728293031323334 | {  "name": "difflib",  "version": "0.2.4",  "description": "text diff library ported from Python's difflib module",  "homepage": "https://github.com/qiao/difflib.js",  "keywords": [    "diff"  ],  "author": "Xueqiao Xu <xueqiaoxu@gmail.com>",  "main": "./index.js",  "dependencies": {    "heap": ">= 0.2.0"  },  "devDependencies": {    "coffee-script": ">= 1.3.0",    "mocha": ">= 1.0.1",    "should": ">= 0.6.0",    "browserify": ">= 1.10.4",    "uglify-js": ">= 1.2.5"  },  "repository": {    "type": "git",    "url": "git://github.com/qiao/difflib.js.git"  },  "licenses": [    {      "type": "PSF",      "url": "http://docs.python.org/license.html"    }  ],  "__npminstall_done": true,  "_from": "difflib@0.2.4",  "_resolved": "https://registry.npmmirror.com/difflib/-/difflib-0.2.4.tgz"}
 |