Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / balanced-match / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "balanced-match@^0.4.1",
6         "scope": null,
7         "escapedName": "balanced-match",
8         "name": "balanced-match",
9         "rawSpec": "^0.4.1",
10         "spec": ">=0.4.1 <0.5.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\brace-expansion"
14     ]
15   ],
16   "_from": "balanced-match@>=0.4.1 <0.5.0",
17   "_id": "balanced-match@0.4.2",
18   "_inCache": true,
19   "_location": "/balanced-match",
20   "_nodeVersion": "4.4.7",
21   "_npmOperationalInternal": {
22     "host": "packages-16-east.internal.npmjs.com",
23     "tmp": "tmp/balanced-match-0.4.2.tgz_1468834991581_0.6590619895141572"
24   },
25   "_npmUser": {
26     "name": "juliangruber",
27     "email": "julian@juliangruber.com"
28   },
29   "_npmVersion": "2.15.8",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "balanced-match@^0.4.1",
33     "scope": null,
34     "escapedName": "balanced-match",
35     "name": "balanced-match",
36     "rawSpec": "^0.4.1",
37     "spec": ">=0.4.1 <0.5.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/brace-expansion"
42   ],
43   "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
44   "_shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
45   "_shrinkwrap": null,
46   "_spec": "balanced-match@^0.4.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\brace-expansion",
48   "author": {
49     "name": "Julian Gruber",
50     "email": "mail@juliangruber.com",
51     "url": "http://juliangruber.com"
52   },
53   "bugs": {
54     "url": "https://github.com/juliangruber/balanced-match/issues"
55   },
56   "dependencies": {},
57   "description": "Match balanced character pairs, like \"{\" and \"}\"",
58   "devDependencies": {
59     "tape": "^4.6.0"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
64     "tarball": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz"
65   },
66   "gitHead": "57c2ea29d89a2844ae3bdcc637c6e2cbb73725e2",
67   "homepage": "https://github.com/juliangruber/balanced-match",
68   "keywords": [
69     "match",
70     "regexp",
71     "test",
72     "balanced",
73     "parse"
74   ],
75   "license": "MIT",
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "juliangruber",
80       "email": "julian@juliangruber.com"
81     }
82   ],
83   "name": "balanced-match",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git://github.com/juliangruber/balanced-match.git"
89   },
90   "scripts": {
91     "test": "make test"
92   },
93   "testling": {
94     "files": "test/*.js",
95     "browsers": [
96       "ie/8..latest",
97       "firefox/20..latest",
98       "firefox/nightly",
99       "chrome/25..latest",
100       "chrome/canary",
101       "opera/12..latest",
102       "opera/next",
103       "safari/5.1..latest",
104       "ipad/6.0..latest",
105       "iphone/6.0..latest",
106       "android-browser/4.2..latest"
107     ]
108   },
109   "version": "0.4.2"
110 }