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