Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / kind-of / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "kind-of@^3.0.2",
6         "scope": null,
7         "escapedName": "kind-of",
8         "name": "kind-of",
9         "rawSpec": "^3.0.2",
10         "spec": ">=3.0.2 <4.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\micromatch"
14     ]
15   ],
16   "_from": "kind-of@>=3.0.2 <4.0.0",
17   "_id": "kind-of@3.1.0",
18   "_inCache": true,
19   "_location": "/kind-of",
20   "_nodeVersion": "6.7.0",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/kind-of-3.1.0.tgz_1481093733086_0.6179714468307793"
24   },
25   "_npmUser": {
26     "name": "jonschlinkert",
27     "email": "github@sellside.com"
28   },
29   "_npmVersion": "3.10.3",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "kind-of@^3.0.2",
33     "scope": null,
34     "escapedName": "kind-of",
35     "name": "kind-of",
36     "rawSpec": "^3.0.2",
37     "spec": ">=3.0.2 <4.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/align-text",
42     "/is-number",
43     "/micromatch",
44     "/randomatic"
45   ],
46   "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz",
47   "_shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
48   "_shrinkwrap": null,
49   "_spec": "kind-of@^3.0.2",
50   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\micromatch",
51   "author": {
52     "name": "Jon Schlinkert",
53     "url": "https://github.com/jonschlinkert"
54   },
55   "bugs": {
56     "url": "https://github.com/jonschlinkert/kind-of/issues"
57   },
58   "contributors": [
59     {
60       "name": "David Fox-Powell",
61       "email": "dtothefp@gmail.com",
62       "url": "https://dtothefp.github.io/me"
63     },
64     {
65       "name": "Jon Schlinkert",
66       "email": "jon.schlinkert@sellside.com",
67       "url": "http://twitter.com/jonschlinkert"
68     },
69     {
70       "name": "Miguel Mota",
71       "email": "miguel@mota.email",
72       "url": "https://miguelmota.com"
73     },
74     {
75       "name": "Peter deHaan",
76       "url": "http://about.me/peterdehaan"
77     }
78   ],
79   "dependencies": {
80     "is-buffer": "^1.0.2"
81   },
82   "description": "Get the native type of a value.",
83   "devDependencies": {
84     "ansi-bold": "^0.1.1",
85     "benchmarked": "^0.2.5",
86     "browserify": "^13.1.0",
87     "glob": "^7.0.5",
88     "gulp-format-md": "^0.1.9",
89     "mocha": "^2.5.3",
90     "type-of": "^2.0.1",
91     "typeof": "^1.0.0"
92   },
93   "directories": {},
94   "dist": {
95     "shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
96     "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz"
97   },
98   "engines": {
99     "node": ">=0.10.0"
100   },
101   "files": [
102     "index.js"
103   ],
104   "gitHead": "eb57ad426b39f25902260f315a1f4ae50d2f760e",
105   "homepage": "https://github.com/jonschlinkert/kind-of",
106   "keywords": [
107     "arguments",
108     "array",
109     "boolean",
110     "check",
111     "date",
112     "function",
113     "is",
114     "is-type",
115     "is-type-of",
116     "kind",
117     "kind-of",
118     "number",
119     "object",
120     "of",
121     "regexp",
122     "string",
123     "test",
124     "type",
125     "type-of",
126     "typeof",
127     "types"
128   ],
129   "license": "MIT",
130   "main": "index.js",
131   "maintainers": [
132     {
133       "name": "jonschlinkert",
134       "email": "github@sellside.com"
135     },
136     {
137       "name": "doowb",
138       "email": "brian.woodward@gmail.com"
139     }
140   ],
141   "name": "kind-of",
142   "optionalDependencies": {},
143   "readme": "ERROR: No README data found!",
144   "repository": {
145     "type": "git",
146     "url": "git+https://github.com/jonschlinkert/kind-of.git"
147   },
148   "scripts": {
149     "prepublish": "browserify -o browser.js -e index.js -s index --bare",
150     "test": "mocha"
151   },
152   "verb": {
153     "related": {
154       "list": [
155         "is-glob",
156         "is-number",
157         "is-primitive"
158       ]
159     },
160     "toc": false,
161     "layout": "default",
162     "tasks": [
163       "readme"
164     ],
165     "plugins": [
166       "gulp-format-md"
167     ],
168     "lint": {
169       "reflinks": true
170     },
171     "reflinks": [
172       "verb"
173     ]
174   },
175   "version": "3.1.0"
176 }