{ "_args": [ [ "diff-match-patch@^1.0.0", "/Volumes/Source/vim" ] ], "_from": "diff-match-patch@>=1.0.0 <2.0.0", "_id": "diff-match-patch@1.0.0", "_inCache": true, "_installable": true, "_location": "/diff-match-patch", "_npmUser": { "email": "forbes@lindeay.co.uk", "name": "forbeslindesay" }, "_npmVersion": "1.3.8", "_phantomChildren": {}, "_requested": { "name": "diff-match-patch", "raw": "diff-match-patch@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.0.tgz", "_shasum": "1cc3c83a490d67f95d91e39f6ad1f2e086b63048", "_shrinkwrap": null, "_spec": "diff-match-patch@^1.0.0", "_where": "/Volumes/Source/vim", "bugs": { "url": "https://github.com/ForbesLindesay/diff-match-patch/issues" }, "dependencies": {}, "description": "npm package for https://code.google.com/p/google-diff-match-patch/", "devDependencies": { "testit": "~1.1.0" }, "directories": {}, "dist": { "shasum": "1cc3c83a490d67f95d91e39f6ad1f2e086b63048", "tarball": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.0.tgz" }, "homepage": "https://github.com/ForbesLindesay/diff-match-patch#readme", "keywords": [], "license": "http://www.apache.org/licenses/LICENSE-2.0", "maintainers": [ { "email": "forbes@lindeay.co.uk", "name": "forbeslindesay" } ], "name": "diff-match-patch", "optionalDependencies": {}, "readme": "# diff-match-patch\n\nnpm package for https://code.google.com/p/google-diff-match-patch/\n\n[![Build Status](https://travis-ci.org/ForbesLindesay/diff-match-patch.png?branch=master)](https://travis-ci.org/ForbesLindesay/diff-match-patch)\n[![Dependency Status](https://gemnasium.com/ForbesLindesay/diff-match-patch.png)](https://gemnasium.com/ForbesLindesay/diff-match-patch)\n[![NPM version](https://badge.fury.io/js/diff-match-patch.png)](http://badge.fury.io/js/diff-match-patch)\n\n## Installation\n\n npm install diff-match-patch\n\n## API\n\nhttps://code.google.com/p/google-diff-match-patch/wiki/API\n\n```javascript\nvar DiffMatchPatch = require('diff-match-patch');\nvar dmp = new DiffMatchPatch();\n//use the methods that dmp has\n//see: https://code.google.com/p/google-diff-match-patch/wiki/API\n\n//You can also use the following properties:\n\nDiffMatchPatch.DIFF_DELETE = -1;\nDiffMatchPatch.DIFF_INSERT = 1;\nDiffMatchPatch.DIFF_EQUAL = 0;\n```\n\n## License\n\n http://www.apache.org/licenses/LICENSE-2.0", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/ForbesLindesay/diff-match-patch.git" }, "scripts": { "test": "node test" }, "version": "1.0.0" }