mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
43 lines
858 B
JSON
43 lines
858 B
JSON
{
|
|
"name": "diff-sequences",
|
|
"version": "25.2.6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/diff-sequences"
|
|
},
|
|
"license": "MIT",
|
|
"description": "Compare items in two sequences to find a longest common subsequence",
|
|
"keywords": [
|
|
"fast",
|
|
"linear",
|
|
"space",
|
|
"callback",
|
|
"diff"
|
|
],
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"perf": "node --expose-gc perf/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"diff": "^4.0.1",
|
|
"fast-check": "^1.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "43207b743df164e9e58bd483dd9167b9084da18b"
|
|
}
|