mirror of
https://github.com/actions/setup-node
synced 2025-04-22 16:32:06 +00:00
38 lines
963 B
JSON
38 lines
963 B
JSON
{
|
|
"name": "diff-sequences",
|
|
"version": "24.3.0",
|
|
"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": ">= 6"
|
|
},
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"perf": "node --expose-gc perf/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"diff": "^4.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.3.0.tgz"
|
|
,"_integrity": "sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw=="
|
|
,"_from": "diff-sequences@24.3.0"
|
|
} |