NewsBlur/node/node_modules/difflib/package.json

67 lines
1.7 KiB
JSON

{
"_args": [
[
"github:postlight/difflib.js#32e8e38c7fcd935241b9baab71bb432fd9b166ed",
"/Users/sclay/projects/newsblur/node"
]
],
"_from": "github:postlight/difflib.js",
"_id": "difflib@0.2.6",
"_inBundle": false,
"_integrity": "",
"_location": "/difflib",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "difflib@github:postlight/difflib.js",
"name": "difflib",
"escapedName": "difflib",
"rawSpec": "github:postlight/difflib.js",
"saveSpec": "github:postlight/difflib.js",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/@postlight/mercury-parser"
],
"_resolved": "github:postlight/difflib.js#32e8e38c7fcd935241b9baab71bb432fd9b166ed",
"_spec": "difflib@github:postlight/difflib.js",
"_where": "/Users/sclay/projects/newsblur/node/node_modules/@postlight/mercury-parser",
"author": {
"name": "Xueqiao Xu",
"email": "xueqiaoxu@gmail.com"
},
"bugs": {
"url": "https://github.com/qiao/difflib.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"heap": ">= 0.2.0"
},
"deprecated": false,
"description": "text diff library ported from Python's difflib module",
"devDependencies": {
"browserify": "1.10.x",
"coffee-script": "1.3.x",
"mocha": "1.0.x",
"should": "0.6.x",
"uglify-js": ">= 1.2.5"
},
"homepage": "https://github.com/qiao/difflib.js",
"keywords": [
"diff"
],
"licenses": [
{
"type": "PSF",
"url": "http://docs.python.org/license.html"
}
],
"main": "./index.js",
"name": "difflib",
"repository": {
"type": "git",
"url": "git://github.com/qiao/difflib.js.git"
},
"version": "0.2.6"
}