forked from Azure/login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_args": [
[
"diff-sequences@25.2.1",
"E:\\Repos\\GHActions\\login"
]
],
"_development": true,
"_from": "diff-sequences@25.2.1",
"_id": "diff-sequences@25.2.1",
"_inBundle": false,
"_integrity": "sha512-foe7dXnGlSh3jR1ovJmdv+77VQj98eKCHHwJPbZ2eEf0fHwKbkZicpPxEch9smZ+n2dnF6QFwkOQdLq9hpeJUg==",
"_location": "/diff-sequences",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "diff-sequences@25.2.1",
"name": "diff-sequences",
"escapedName": "diff-sequences",
"rawSpec": "25.2.1",
"saveSpec": null,
"fetchSpec": "25.2.1"
},
"_requiredBy": [
"/jest-diff"
],
"_resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-25.2.1.tgz",
"_spec": "25.2.1",
"_where": "E:\\Repos\\GHActions\\login",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"description": "Compare items in two sequences to find a longest common subsequence",
"devDependencies": {
"benchmark": "^2.1.4",
"diff": "^4.0.1",
"fast-check": "^1.13.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357",
"homepage": "https://github.com/facebook/jest#readme",
"keywords": [
"fast",
"linear",
"space",
"callback",
"diff"
],
"license": "MIT",
"main": "build/index.js",
"name": "diff-sequences",
"publishConfig": {
"access": "public"
},
"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",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.1"
}