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