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
| {
| "_from": "immutable@^5.0.2",
| "_id": "immutable@5.1.4",
| "_inBundle": false,
| "_integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
| "_location": "/immutable",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "immutable@^5.0.2",
| "name": "immutable",
| "escapedName": "immutable",
| "rawSpec": "^5.0.2",
| "saveSpec": null,
| "fetchSpec": "^5.0.2"
| },
| "_requiredBy": [
| "/sass"
| ],
| "_resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.4.tgz",
| "_shasum": "e3f8c1fe7b567d56cf26698f31918c241dae8c1f",
| "_spec": "immutable@^5.0.2",
| "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\sass",
| "author": {
| "name": "Lee Byron",
| "url": "https://github.com/leebyron"
| },
| "bugs": {
| "url": "https://github.com/immutable-js/immutable-js/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Immutable Data Collections",
| "files": [
| "dist",
| "README.md",
| "LICENSE"
| ],
| "homepage": "https://immutable-js.com",
| "keywords": [
| "immutable",
| "persistent",
| "lazy",
| "data",
| "datastructure",
| "functional",
| "collection",
| "stateless",
| "sequence",
| "iteration"
| ],
| "license": "MIT",
| "main": "dist/immutable.js",
| "module": "dist/immutable.es.js",
| "name": "immutable",
| "repository": {
| "type": "git",
| "url": "git://github.com/immutable-js/immutable-js.git"
| },
| "types": "dist/immutable.d.ts",
| "version": "5.1.4"
| }
|
|