Blame view

node_modules/clone-deep/package.json 2.32 KB
aaac7fed   liuqimichale   add
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
  {
    "_args": [
      [
        "clone-deep@2.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "clone-deep@2.0.2",
    "_id": "clone-deep@2.0.2",
    "_inBundle": false,
    "_integrity": "sha1-ANs6Hhc2VnMNEYjD1qztbX6pdxM=",
    "_location": "/clone-deep",
    "_phantomChildren": {
      "for-in": "1.0.2"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "clone-deep@2.0.2",
      "name": "clone-deep",
      "escapedName": "clone-deep",
      "rawSpec": "2.0.2",
      "saveSpec": null,
      "fetchSpec": "2.0.2"
    },
    "_requiredBy": [
      "/sass-loader"
    ],
    "_resolved": "http://registry.npm.taobao.org/clone-deep/download/clone-deep-2.0.2.tgz",
    "_spec": "2.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "bugs": {
      "url": "https://github.com/jonschlinkert/clone-deep/issues"
    },
    "dependencies": {
      "for-own": "^1.0.0",
      "is-plain-object": "^2.0.4",
      "kind-of": "^6.0.0",
      "shallow-clone": "^1.0.0"
    },
    "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
    "devDependencies": {
      "gulp-format-md": "^1.0.0",
      "mocha": "3.5.2"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/jonschlinkert/clone-deep",
    "keywords": [
      "array",
      "assign",
      "clone",
      "clone-array",
      "clone-array-deep",
      "clone-date",
      "clone-deep",
      "clone-object",
      "clone-object-deep",
      "clone-reg-exp",
      "clone-regex",
      "clone-regexp",
      "date",
      "deep",
      "extend",
      "mixin",
      "mixin-object",
      "object",
      "shallow",
      "util",
      "utility"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "clone-deep",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jonschlinkert/clone-deep.git"
    },
    "scripts": {
      "test": "mocha"
    },
    "verb": {
      "toc": false,
      "layout": "default",
      "tasks": [
        "readme"
      ],
      "plugins": [
        "gulp-format-md"
      ],
      "related": {
        "list": [
          "is-plain-object",
          "isobject",
          "kind-of",
          "shallow-clone"
        ]
      },
      "lint": {
        "reflinks": true
      }
    },
    "version": "2.0.2"
  }