프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / concat-map / package.json

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

1
{
2
  "_args": [
3
    [
4
      "concat-map@0.0.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "concat-map@0.0.1",
9
  "_id": "concat-map@0.0.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
12
  "_location": "/concat-map",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "concat-map@0.0.1",
19
    "name": "concat-map",
20
    "escapedName": "concat-map",
21
    "rawSpec": "0.0.1",
22
    "saveSpec": null,
23
    "fetchSpec": "0.0.1"
24
  },
25
  "_requiredBy": [
26
    "/brace-expansion"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
29
  "_spec": "0.0.1",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "James Halliday",
33
    "email": "mail@substack.net",
34
    "url": "http://substack.net"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/substack/node-concat-map/issues"
38
  },
39
  "description": "concatenative mapdashery",
40
  "devDependencies": {
41
    "tape": "~2.4.0"
42
  },
43
  "directories": {
44
    "example": "example",
45
    "test": "test"
46
  },
47
  "homepage": "https://github.com/substack/node-concat-map#readme",
48
  "keywords": [
49
    "concat",
50
    "concatMap",
51
    "map",
52
    "functional",
53
    "higher-order"
54
  ],
55
  "license": "MIT",
56
  "main": "index.js",
57
  "name": "concat-map",
58
  "repository": {
59
    "type": "git",
60
    "url": "git://github.com/substack/node-concat-map.git"
61
  },
62
  "scripts": {
63
    "test": "tape test/*.js"
64
  },
65
  "testling": {
66
    "files": "test/*.js",
67
    "browsers": {
68
      "ie": [
69
        6,
70
        7,
71
        8,
72
        9
73
      ],
74
      "ff": [
75
        3.5,
76
        10,
77
        15
78
      ],
79
      "chrome": [
80
        10,
81
        22
82
      ],
83
      "safari": [
84
        5.1
85
      ],
86
      "opera": [
87
        12
88
      ]
89
    }
90
  },
91
  "version": "0.0.1"
92
}