Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "kind-of",
|
---|
| 3 | "description": "Get the native type of a value.",
|
---|
| 4 | "version": "6.0.3",
|
---|
| 5 | "homepage": "https://github.com/jonschlinkert/kind-of",
|
---|
| 6 | "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
---|
| 7 | "contributors": [
|
---|
| 8 | "David Fox-Powell (https://dtothefp.github.io/me)",
|
---|
| 9 | "James (https://twitter.com/aretecode)",
|
---|
| 10 | "Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
---|
| 11 | "Ken Sheedlo (kensheedlo.com)",
|
---|
| 12 | "laggingreflex (https://github.com/laggingreflex)",
|
---|
| 13 | "Miguel Mota (https://miguelmota.com)",
|
---|
| 14 | "Peter deHaan (http://about.me/peterdehaan)",
|
---|
| 15 | "tunnckoCore (https://i.am.charlike.online)"
|
---|
| 16 | ],
|
---|
| 17 | "repository": "jonschlinkert/kind-of",
|
---|
| 18 | "bugs": {
|
---|
| 19 | "url": "https://github.com/jonschlinkert/kind-of/issues"
|
---|
| 20 | },
|
---|
| 21 | "license": "MIT",
|
---|
| 22 | "files": [
|
---|
| 23 | "index.js"
|
---|
| 24 | ],
|
---|
| 25 | "main": "index.js",
|
---|
| 26 | "engines": {
|
---|
| 27 | "node": ">=0.10.0"
|
---|
| 28 | },
|
---|
| 29 | "scripts": {
|
---|
| 30 | "test": "mocha",
|
---|
| 31 | "prepublish": "browserify -o browser.js -e index.js -s index --bare"
|
---|
| 32 | },
|
---|
| 33 | "devDependencies": {
|
---|
| 34 | "benchmarked": "^2.0.0",
|
---|
| 35 | "browserify": "^14.4.0",
|
---|
| 36 | "gulp-format-md": "^1.0.0",
|
---|
| 37 | "mocha": "^4.0.1",
|
---|
| 38 | "write": "^1.0.3"
|
---|
| 39 | },
|
---|
| 40 | "keywords": [
|
---|
| 41 | "arguments",
|
---|
| 42 | "array",
|
---|
| 43 | "boolean",
|
---|
| 44 | "check",
|
---|
| 45 | "date",
|
---|
| 46 | "function",
|
---|
| 47 | "is",
|
---|
| 48 | "is-type",
|
---|
| 49 | "is-type-of",
|
---|
| 50 | "kind",
|
---|
| 51 | "kind-of",
|
---|
| 52 | "number",
|
---|
| 53 | "object",
|
---|
| 54 | "of",
|
---|
| 55 | "regexp",
|
---|
| 56 | "string",
|
---|
| 57 | "test",
|
---|
| 58 | "type",
|
---|
| 59 | "type-of",
|
---|
| 60 | "typeof",
|
---|
| 61 | "types"
|
---|
| 62 | ],
|
---|
| 63 | "verb": {
|
---|
| 64 | "toc": false,
|
---|
| 65 | "layout": "default",
|
---|
| 66 | "tasks": [
|
---|
| 67 | "readme"
|
---|
| 68 | ],
|
---|
| 69 | "plugins": [
|
---|
| 70 | "gulp-format-md"
|
---|
| 71 | ],
|
---|
| 72 | "lint": {
|
---|
| 73 | "reflinks": true
|
---|
| 74 | },
|
---|
| 75 | "related": {
|
---|
| 76 | "list": [
|
---|
| 77 | "is-glob",
|
---|
| 78 | "is-number",
|
---|
| 79 | "is-primitive"
|
---|
| 80 | ]
|
---|
| 81 | },
|
---|
| 82 | "reflinks": [
|
---|
| 83 | "type-of",
|
---|
| 84 | "typeof",
|
---|
| 85 | "verb"
|
---|
| 86 | ]
|
---|
| 87 | }
|
---|
| 88 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.