'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
{
  "_args": [
    [
      "safe-area-insets@1.4.1",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "safe-area-insets@1.4.1",
  "_id": "safe-area-insets@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-r/nRWTjFGhhm3w1Z6Kd/jY11srN+lHt2mNl1E/emQGW8ic7n3Avu4noibklfSM+Y34peNphHD/BSZecav0sXYQ==",
  "_location": "/safe-area-insets",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "safe-area-insets@1.4.1",
    "name": "safe-area-insets",
    "escapedName": "safe-area-insets",
    "rawSpec": "1.4.1",
    "saveSpec": null,
    "fetchSpec": "1.4.1"
  },
  "_requiredBy": [
    "/@dcloudio/uni-h5"
  ],
  "_resolved": "https://registry.npmmirror.com/safe-area-insets/-/safe-area-insets-1.4.1.tgz",
  "_spec": "1.4.1",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Shengqiang Guo"
  },
  "bugs": {
    "url": "https://github.com/zhetengbiji/safeAreaInsets/issues"
  },
  "description": "Use javascript to get the safe area insets.",
  "devDependencies": {
    "ts-loader": "^3.3.1",
    "typescript": "^2.9.1",
    "webpack": "^3.12.0"
  },
  "homepage": "https://github.com/zhetengbiji/safeAreaInsets#readme",
  "keywords": [
    "safari",
    "iphonex",
    "safeAreaInsets"
  ],
  "license": "ISC",
  "main": "out/index.js",
  "name": "safe-area-insets",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhetengbiji/safeAreaInsets.git"
  },
  "scripts": {
    "build": "tsc -p . && node build",
    "prepublish": "npm run build"
  },
  "types": "out/index.d.ts",
  "version": "1.4.1"
}