github-pages-deploy-action/node_modules/fast-diff/package.json

27 lines
534 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "fast-diff",
"version": "1.2.0",
2020-03-07 11:45:40 +08:00
"description": "Fast Javascript text diff",
2020-03-31 20:57:48 +08:00
"author": "Jason Chen <jhchen7@gmail.com>",
"main": "diff.js",
"types": "diff.d.ts",
2020-03-07 11:45:40 +08:00
"devDependencies": {
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/jhchen/fast-diff"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
2020-03-07 11:45:40 +08:00
},
"scripts": {
"test": "node test.js"
},
2020-03-31 20:57:48 +08:00
"license": "Apache-2.0",
"keywords": [
"diff"
]
2020-03-07 11:45:40 +08:00
}