mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
30 lines
750 B
JSON
30 lines
750 B
JSON
{
|
|
"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"
|
|
} |