프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / balanced-match / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "balanced-match@1.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "balanced-match@1.0.0",
9
  "_id": "balanced-match@1.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
12
  "_location": "/balanced-match",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "balanced-match@1.0.0",
19
    "name": "balanced-match",
20
    "escapedName": "balanced-match",
21
    "rawSpec": "1.0.0",
22
    "saveSpec": null,
23
    "fetchSpec": "1.0.0"
24
  },
25
  "_requiredBy": [
26
    "/brace-expansion"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
29
  "_spec": "1.0.0",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Julian Gruber",
33
    "email": "mail@juliangruber.com",
34
    "url": "http://juliangruber.com"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/juliangruber/balanced-match/issues"
38
  },
39
  "dependencies": {},
40
  "description": "Match balanced character pairs, like \"{\" and \"}\"",
41
  "devDependencies": {
42
    "matcha": "^0.7.0",
43
    "tape": "^4.6.0"
44
  },
45
  "homepage": "https://github.com/juliangruber/balanced-match",
46
  "keywords": [
47
    "match",
48
    "regexp",
49
    "test",
50
    "balanced",
51
    "parse"
52
  ],
53
  "license": "MIT",
54
  "main": "index.js",
55
  "name": "balanced-match",
56
  "repository": {
57
    "type": "git",
58
    "url": "git://github.com/juliangruber/balanced-match.git"
59
  },
60
  "scripts": {
61
    "bench": "make bench",
62
    "test": "make test"
63
  },
64
  "testling": {
65
    "files": "test/*.js",
66
    "browsers": [
67
      "ie/8..latest",
68
      "firefox/20..latest",
69
      "firefox/nightly",
70
      "chrome/25..latest",
71
      "chrome/canary",
72
      "opera/12..latest",
73
      "opera/next",
74
      "safari/5.1..latest",
75
      "ipad/6.0..latest",
76
      "iphone/6.0..latest",
77
      "android-browser/4.2..latest"
78
    ]
79
  },
80
  "version": "1.0.0"
81
}