Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "clone-deep",
|
---|
3 | "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
|
---|
4 | "version": "4.0.1",
|
---|
5 | "homepage": "https://github.com/jonschlinkert/clone-deep",
|
---|
6 | "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
---|
7 | "repository": "jonschlinkert/clone-deep",
|
---|
8 | "bugs": {
|
---|
9 | "url": "https://github.com/jonschlinkert/clone-deep/issues"
|
---|
10 | },
|
---|
11 | "license": "MIT",
|
---|
12 | "files": [
|
---|
13 | "index.js"
|
---|
14 | ],
|
---|
15 | "main": "index.js",
|
---|
16 | "engines": {
|
---|
17 | "node": ">=6"
|
---|
18 | },
|
---|
19 | "scripts": {
|
---|
20 | "test": "mocha"
|
---|
21 | },
|
---|
22 | "dependencies": {
|
---|
23 | "is-plain-object": "^2.0.4",
|
---|
24 | "kind-of": "^6.0.2",
|
---|
25 | "shallow-clone": "^3.0.0"
|
---|
26 | },
|
---|
27 | "devDependencies": {
|
---|
28 | "gulp-format-md": "^2.0.0",
|
---|
29 | "mocha": "^5.2.0"
|
---|
30 | },
|
---|
31 | "keywords": [
|
---|
32 | "array",
|
---|
33 | "assign",
|
---|
34 | "buffer",
|
---|
35 | "clamped",
|
---|
36 | "clone",
|
---|
37 | "clone-array",
|
---|
38 | "clone-array-deep",
|
---|
39 | "clone-buffer",
|
---|
40 | "clone-date",
|
---|
41 | "clone-deep",
|
---|
42 | "clone-map",
|
---|
43 | "clone-object",
|
---|
44 | "clone-object-deep",
|
---|
45 | "clone-reg-exp",
|
---|
46 | "clone-regex",
|
---|
47 | "clone-regexp",
|
---|
48 | "clone-set",
|
---|
49 | "date",
|
---|
50 | "deep",
|
---|
51 | "extend",
|
---|
52 | "mixin",
|
---|
53 | "mixin-object",
|
---|
54 | "object",
|
---|
55 | "regex",
|
---|
56 | "regexp",
|
---|
57 | "shallow",
|
---|
58 | "symbol"
|
---|
59 | ],
|
---|
60 | "verb": {
|
---|
61 | "toc": false,
|
---|
62 | "layout": "default",
|
---|
63 | "tasks": [
|
---|
64 | "readme"
|
---|
65 | ],
|
---|
66 | "plugins": [
|
---|
67 | "gulp-format-md"
|
---|
68 | ],
|
---|
69 | "related": {
|
---|
70 | "list": [
|
---|
71 | "is-plain-object",
|
---|
72 | "isobject",
|
---|
73 | "kind-of",
|
---|
74 | "shallow-clone"
|
---|
75 | ]
|
---|
76 | },
|
---|
77 | "lint": {
|
---|
78 | "reflinks": true
|
---|
79 | }
|
---|
80 | }
|
---|
81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.