'f'
mh-two-thousand-and-two
2024-04-12 26f2711ef9461961fb953e2b497bd314ef95e345
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
76
77
78
{
  "_args": [
    [
      "merge@2.1.1",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "merge@2.1.1",
  "_id": "merge@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==",
  "_location": "/merge",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "merge@2.1.1",
    "name": "merge",
    "escapedName": "merge",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/@dcloudio/webpack-uni-pages-loader"
  ],
  "_resolved": "https://registry.npmmirror.com/merge/-/merge-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "yeikos"
  },
  "bugs": {
    "url": "https://github.com/yeikos/js.merge/issues"
  },
  "description": "(recursive)? merging of (cloned)? objects.",
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.7",
    "chai": "^4.2.0",
    "concurrently": "^5.3.0",
    "mocha": "^8.2.1",
    "typescript": "^4.0.5",
    "webpack": "^5.4.0",
    "webpack-cli": "^4.2.0"
  },
  "files": [
    "lib/src/index.d.ts"
  ],
  "homepage": "https://github.com/yeikos/js.merge",
  "keywords": [
    "merge",
    "recursive",
    "extend",
    "clone",
    "object",
    "browser"
  ],
  "license": "MIT",
  "main": "lib/src/index.js",
  "name": "merge",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeikos/js.merge.git"
  },
  "scripts": {
    "build": "npm run build:ts && npm run build:wp",
    "build:ts": "tsc -p tsconfig.json",
    "build:wp": "webpack --config webpack.config.js",
    "dev": "concurrently --kill-others \"npm run dev:ts\" \"npm run dev:wp\"",
    "dev:ts": "tsc -p tsconfig.json -w",
    "dev:wp": "webpack --config webpack.config.js -w",
    "test": "mocha lib/test/index.js"
  },
  "version": "2.1.1"
}