Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "fast-diff",
  "version": "1.2.0",
  "description": "Fast Javascript text diff",
  "author": "Jason Chen <jhchen7@gmail.com>",
  "main": "diff.js",
  "types": "diff.d.ts",
  "devDependencies": {
    "lodash": "~3.9.3",
    "seedrandom": "~2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jhchen/fast-diff"
  },
  "bugs": {
    "url": "https://github.com/jhchen/fast-diff/issues"
  },
  "scripts": {
    "test": "node test.js"
  },
  "license": "Apache-2.0",
  "keywords": [
    "diff"
  ]

,"_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz"
,"_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w=="
,"_from": "fast-diff@1.2.0"
}