프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_from": "is@~0.2.6",
3
  "_id": "is@0.2.7",
4
  "_inBundle": false,
5
  "_integrity": "sha1-OzSixI81mXLzUEKEkZOucmS2NWI=",
6
  "_location": "/is",
7
  "_phantomChildren": {},
8
  "_requested": {
9
    "type": "range",
10
    "registry": true,
11
    "raw": "is@~0.2.6",
12
    "name": "is",
13
    "escapedName": "is",
14
    "rawSpec": "~0.2.6",
15
    "saveSpec": null,
16
    "fetchSpec": "~0.2.6"
17
  },
18
  "_requiredBy": [
19
    "/node.extend"
20
  ],
21
  "_resolved": "https://registry.npmjs.org/is/-/is-0.2.7.tgz",
22
  "_shasum": "3b34a2c48f359972f35042849193ae7264b63562",
23
  "_spec": "is@~0.2.6",
24
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program\\node_modules\\node.extend",
25
  "author": {
26
    "name": "Enrico Marino",
27
    "url": "http://onirame.com"
28
  },
29
  "bugs": {
30
    "url": "https://github.com/enricomarino/is/issues"
31
  },
32
  "bundleDependencies": false,
33
  "contributors": [
34
    {
35
      "name": "Jordan Harband",
36
      "url": "https://github.com/ljharb"
37
    }
38
  ],
39
  "dependencies": {},
40
  "deprecated": false,
41
  "description": "the definitive JavaScript type testing library",
42
  "devDependencies": {
43
    "foreach": "~2.0.4",
44
    "tape": "~2.3.2"
45
  },
46
  "engines": {
47
    "node": "*"
48
  },
49
  "homepage": "https://github.com/enricomarino/is",
50
  "keywords": [
51
    "util",
52
    "type",
53
    "test"
54
  ],
55
  "main": "index.js",
56
  "name": "is",
57
  "repository": {
58
    "type": "git",
59
    "url": "git://github.com/enricomarino/is.git"
60
  },
61
  "scripts": {
62
    "test": "node test/index.js"
63
  },
64
  "testling": {
65
    "files": "test/index.js",
66
    "browsers": [
67
      "iexplore/6.0..latest",
68
      "firefox/3.0",
69
      "firefox/15.0..latest",
70
      "firefox/nightly",
71
      "chrome/4.0",
72
      "chrome/22.0..latest",
73
      "chrome/canary",
74
      "opera/10.0..latest",
75
      "opera/next",
76
      "safari/5.0.5..latest",
77
      "ipad/6.0..latest",
78
      "iphone/6.0..latest"
79
    ]
80
  },
81
  "version": "0.2.7"
82
}