Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / type-check / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "type-check@~0.3.1",
6         "scope": null,
7         "escapedName": "type-check",
8         "name": "type-check",
9         "rawSpec": "~0.3.1",
10         "spec": ">=0.3.1 <0.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator"
14     ]
15   ],
16   "_from": "type-check@>=0.3.1 <0.4.0",
17   "_id": "type-check@0.3.2",
18   "_inCache": true,
19   "_location": "/type-check",
20   "_nodeVersion": "4.2.4",
21   "_npmUser": {
22     "name": "gkz",
23     "email": "z@georgezahariev.com"
24   },
25   "_npmVersion": "2.14.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "type-check@~0.3.1",
29     "scope": null,
30     "escapedName": "type-check",
31     "name": "type-check",
32     "rawSpec": "~0.3.1",
33     "spec": ">=0.3.1 <0.4.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/levn",
38     "/optionator"
39   ],
40   "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
41   "_shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
42   "_shrinkwrap": null,
43   "_spec": "type-check@~0.3.1",
44   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator",
45   "author": {
46     "name": "George Zahariev",
47     "email": "z@georgezahariev.com"
48   },
49   "bugs": {
50     "url": "https://github.com/gkz/type-check/issues"
51   },
52   "dependencies": {
53     "prelude-ls": "~1.1.2"
54   },
55   "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
56   "devDependencies": {
57     "browserify": "~12.0.1",
58     "istanbul": "~0.4.1",
59     "livescript": "~1.4.0",
60     "mocha": "~2.3.4"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
65     "tarball": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
66   },
67   "engines": {
68     "node": ">= 0.8.0"
69   },
70   "files": [
71     "lib",
72     "README.md",
73     "LICENSE"
74   ],
75   "gitHead": "0ab04e7a660485d0cc3aa87e95f2f9a6464cf8e6",
76   "homepage": "https://github.com/gkz/type-check",
77   "keywords": [
78     "type",
79     "check",
80     "checking",
81     "library"
82   ],
83   "license": "MIT",
84   "main": "./lib/",
85   "maintainers": [
86     {
87       "name": "gkz",
88       "email": "z@georgezahariev.com"
89     }
90   ],
91   "name": "type-check",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git://github.com/gkz/type-check.git"
97   },
98   "scripts": {
99     "test": "make test"
100   },
101   "version": "0.3.2"
102 }