2020-01-28 13:07:56 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
2020-03-31 20:40:00 +08:00
|
|
|
"diff-sequences@25.2.1",
|
|
|
|
"."
|
2020-03-22 05:13:25 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
2020-03-31 20:40:00 +08:00
|
|
|
"_from": "diff-sequences@25.2.1",
|
|
|
|
"_id": "diff-sequences@25.2.1",
|
2020-03-22 05:13:25 +08:00
|
|
|
"_inBundle": false,
|
2020-03-31 20:40:00 +08:00
|
|
|
"_integrity": "sha512-foe7dXnGlSh3jR1ovJmdv+77VQj98eKCHHwJPbZ2eEf0fHwKbkZicpPxEch9smZ+n2dnF6QFwkOQdLq9hpeJUg==",
|
2020-03-22 05:13:25 +08:00
|
|
|
"_location": "/diff-sequences",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
2020-03-31 20:40:00 +08:00
|
|
|
"raw": "diff-sequences@25.2.1",
|
2020-03-22 05:13:25 +08:00
|
|
|
"name": "diff-sequences",
|
|
|
|
"escapedName": "diff-sequences",
|
2020-03-31 20:40:00 +08:00
|
|
|
"rawSpec": "25.2.1",
|
2020-03-22 05:13:25 +08:00
|
|
|
"saveSpec": null,
|
2020-03-31 20:40:00 +08:00
|
|
|
"fetchSpec": "25.2.1"
|
2020-03-22 05:13:25 +08:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/jest-diff"
|
|
|
|
],
|
2020-03-31 20:40:00 +08:00
|
|
|
"_resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-25.2.1.tgz",
|
|
|
|
"_spec": "25.2.1",
|
|
|
|
"_where": ".",
|
2020-03-22 05:13:25 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/facebook/jest/issues"
|
2020-01-28 13:07:56 +08:00
|
|
|
},
|
|
|
|
"description": "Compare items in two sequences to find a longest common subsequence",
|
2020-03-22 05:13:25 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"benchmark": "^2.1.4",
|
2020-03-31 20:40:00 +08:00
|
|
|
"diff": "^4.0.1",
|
|
|
|
"fast-check": "^1.13.0"
|
2020-03-22 05:13:25 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8.3"
|
|
|
|
},
|
2020-03-31 20:40:00 +08:00
|
|
|
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357",
|
2020-03-22 05:13:25 +08:00
|
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
2020-01-28 13:07:56 +08:00
|
|
|
"keywords": [
|
|
|
|
"fast",
|
|
|
|
"linear",
|
|
|
|
"space",
|
|
|
|
"callback",
|
|
|
|
"diff"
|
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"license": "MIT",
|
2020-01-28 13:07:56 +08:00
|
|
|
"main": "build/index.js",
|
2020-03-22 05:13:25 +08:00
|
|
|
"name": "diff-sequences",
|
2020-01-28 13:07:56 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
|
|
"directory": "packages/diff-sequences"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"perf": "node --expose-gc perf/index.js"
|
|
|
|
},
|
|
|
|
"types": "build/index.d.ts",
|
2020-03-31 20:40:00 +08:00
|
|
|
"typesVersions": {
|
|
|
|
"<3.8": {
|
|
|
|
"build/*": [
|
|
|
|
"build/ts3.4/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"version": "25.2.1"
|
2020-01-28 13:07:56 +08:00
|
|
|
}
|