1 | {
|
2 | "name": "core-util-is",
|
3 | "version": "1.0.3",
|
4 | "description": "The `util.is*` functions introduced in Node v0.12.",
|
5 | "main": "lib/util.js",
|
6 | "files": [
|
7 | "lib"
|
8 | ],
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "git://github.com/isaacs/core-util-is"
|
12 | },
|
13 | "keywords": [
|
14 | "util",
|
15 | "isBuffer",
|
16 | "isArray",
|
17 | "isNumber",
|
18 | "isString",
|
19 | "isRegExp",
|
20 | "isThis",
|
21 | "isThat",
|
22 | "polyfill"
|
23 | ],
|
24 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/isaacs/core-util-is/issues"
|
28 | },
|
29 | "scripts": {
|
30 | "test": "tap test.js",
|
31 | "preversion": "npm test",
|
32 | "postversion": "npm publish",
|
33 | "prepublishOnly": "git push origin --follow-tags"
|
34 | },
|
35 | "devDependencies": {
|
36 | "tap": "^15.0.9"
|
37 | }
|
38 | }
|