dh_ackergaul
vor 4 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
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
{
  "title": "TypeChecker",
  "name": "typechecker",
  "version": "2.1.0",
  "description": "Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)",
  "homepage": "https://github.com/bevry/typechecker",
  "license": {
    "type": "MIT"
  },
  "badges": {
    "travis": true,
    "npm": true,
    "npmdownloads": true,
    "david": true,
    "daviddev": true,
    "gratipay": "bevry",
    "flattr": "344188/balupton-on-Flattr",
    "paypal": "QB8GQPZAH84N6",
    "bitcoin": "https://bevry.me/bitcoin",
    "wishlist": "https://bevry.me/wishlist"
  },
  "keywords": [
    "types",
    "type",
    "check",
    "gettype",
    "isstring",
    "isregexp",
    "isregex",
    "isplainobject",
    "isobject",
    "iserror",
    "isnumber",
    "isdate",
    "isarguments",
    "isarray",
    "isnull",
    "isempty",
    "isundefined",
    "isemptyobject"
  ],
  "author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011-2012 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
  "maintainers": [
    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  ],
  "contributors": [
    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
    "joegesualdo (https://github.com/joegesualdo)",
    "sfrdmn (https://github.com/sfrdmn)"
  ],
  "bugs": {
    "url": "https://github.com/bevry/typechecker/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bevry/typechecker.git"
  },
  "engines": {
    "node": ">=0.4"
  },
  "browsers": true,
  "dependencies": {},
  "devDependencies": {
    "babel": "^5.8.21",
    "babel-eslint": "^4.0.10",
    "eslint": "^1.2.1",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^0.5.0"
  },
  "main": "./es6guardian.js",
  "scripts": {
    "clean": "node --harmony nakefile.js clean",
    "setup": "node --harmony nakefile.js setup",
    "compile": "node --harmony nakefile.js compile",
    "watch": "node --harmony nakefile.js watch",
    "verify": "node --harmony nakefile.js verify",
    "meta": "node --harmony nakefile.js meta",
    "prepare": "node --harmony nakefile.js prepare",
    "release": "node --harmony nakefile.js release",
    "test": "node --harmony ./es5/test/typechecker-test.js"
  },
  "nakeConfiguration": {
    "BABEL_SRC_PATH": "es6",
    "ESLINT_SRC_PATH": "es6"
  }
}