프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / node.extend / package.json

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

1
{
2
  "_from": "node.extend@1.0.8",
3
  "_id": "node.extend@1.0.8",
4
  "_inBundle": false,
5
  "_integrity": "sha1-urBDefc4P0WHmQyd8Htqf2Xbdys=",
6
  "_location": "/node.extend",
7
  "_phantomChildren": {},
8
  "_requested": {
9
    "type": "version",
10
    "registry": true,
11
    "raw": "node.extend@1.0.8",
12
    "name": "node.extend",
13
    "escapedName": "node.extend",
14
    "rawSpec": "1.0.8",
15
    "saveSpec": null,
16
    "fetchSpec": "1.0.8"
17
  },
18
  "_requiredBy": [
19
    "/node.flow"
20
  ],
21
  "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.0.8.tgz",
22
  "_shasum": "bab04379f7383f4587990c9df07b6a7f65db772b",
23
  "_spec": "node.extend@1.0.8",
24
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program\\node_modules\\node.flow",
25
  "author": {
26
    "name": "dreamerslab",
27
    "email": "ben@dreamerslab.com"
28
  },
29
  "bugs": {
30
    "url": "https://github.com/dreamerslab/node.extend/issues"
31
  },
32
  "bundleDependencies": false,
33
  "contributors": [
34
    {
35
      "name": "Jordan Harband"
36
    }
37
  ],
38
  "dependencies": {
39
    "is": "~0.2.6",
40
    "object-keys": "~0.4.0"
41
  },
42
  "deprecated": false,
43
  "description": "A port of jQuery.extend that actually works on node.js",
44
  "devDependencies": {
45
    "tape": "~2.0.0"
46
  },
47
  "engines": [
48
    "node >= 0.4.0"
49
  ],
50
  "homepage": "https://github.com/dreamerslab/node.extend#readme",
51
  "keywords": [
52
    "extend",
53
    "jQuery",
54
    "jQuery extend",
55
    "clone",
56
    "copy",
57
    "inherit"
58
  ],
59
  "licenses": [
60
    {
61
      "type": "MIT",
62
      "url": "http://en.wikipedia.org/wiki/MIT_License"
63
    },
64
    {
65
      "type": "GPL",
66
      "url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
67
    }
68
  ],
69
  "main": "index",
70
  "name": "node.extend",
71
  "repository": {
72
    "type": "git",
73
    "url": "git+https://github.com/dreamerslab/node.extend.git"
74
  },
75
  "scripts": {
76
    "test": "node test/index.js"
77
  },
78
  "testling": {
79
    "files": "test/index.js",
80
    "browsers": [
81
      "iexplore/6.0..latest",
82
      "firefox/3.0..6.0",
83
      "firefox/15.0..latest",
84
      "firefox/nightly",
85
      "chrome/4.0..10.0",
86
      "chrome/20.0..latest",
87
      "chrome/canary",
88
      "opera/10.0..latest",
89
      "opera/next",
90
      "safari/4.0..latest",
91
      "ipad/6.0..latest",
92
      "iphone/6.0..latest"
93
    ]
94
  },
95
  "version": "1.0.8"
96
}