프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / xtend / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.83 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "xtend@4.0.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "xtend@4.0.1",
9
  "_id": "xtend@4.0.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
12
  "_location": "/xtend",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "xtend@4.0.1",
18
    "name": "xtend",
19
    "escapedName": "xtend",
20
    "rawSpec": "4.0.1",
21
    "saveSpec": null,
22
    "fetchSpec": "4.0.1"
23
  },
24
  "_requiredBy": [
25
    "/multer"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
28
  "_spec": "4.0.1",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Raynos",
32
    "email": "raynos2@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/Raynos/xtend/issues",
36
    "email": "raynos2@gmail.com"
37
  },
38
  "contributors": [
39
    {
40
      "name": "Jake Verbaten"
41
    },
42
    {
43
      "name": "Matt Esch"
44
    }
45
  ],
46
  "dependencies": {},
47
  "description": "extend like a boss",
48
  "devDependencies": {
49
    "tape": "~1.1.0"
50
  },
51
  "engines": {
52
    "node": ">=0.4"
53
  },
54
  "homepage": "https://github.com/Raynos/xtend",
55
  "keywords": [
56
    "extend",
57
    "merge",
58
    "options",
59
    "opts",
60
    "object",
61
    "array"
62
  ],
63
  "license": "MIT",
64
  "main": "immutable",
65
  "name": "xtend",
66
  "repository": {
67
    "type": "git",
68
    "url": "git://github.com/Raynos/xtend.git"
69
  },
70
  "scripts": {
71
    "test": "node test"
72
  },
73
  "testling": {
74
    "files": "test.js",
75
    "browsers": [
76
      "ie/7..latest",
77
      "firefox/16..latest",
78
      "firefox/nightly",
79
      "chrome/22..latest",
80
      "chrome/canary",
81
      "opera/12..latest",
82
      "opera/next",
83
      "safari/5.1..latest",
84
      "ipad/6.0..latest",
85
      "iphone/6.0..latest"
86
    ]
87
  },
88
  "version": "4.0.1"
89
}