Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "core-util-is",
3
"version": "1.0.1",
4
"description": "The `util.is*` functions introduced in Node v0.12.",
5
"main": "lib/util.js",
6
"repository": {
7
"type": "git",
8
"url": "git://github.com/isaacs/core-util-is.git"
9
},
10
"keywords": [
11
"util",
12
"isBuffer",
13
"isArray",
14
"isNumber",
15
"isString",
16
"isRegExp",
17
"isThis",
18
"isThat",
19
"polyfill"
20
],
21
"author": {
22
"name": "Isaac Z. Schlueter",
23
"email": "[email protected]",
24
"url": "http://blog.izs.me/"
25
},
26
"license": "MIT",
27
"bugs": {
28
"url": "https://github.com/isaacs/core-util-is/issues"
29
},
30
"readme": "# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n",
31
"readmeFilename": "README.md",
32
"homepage": "https://github.com/isaacs/core-util-is",
33
"_id": "[email protected]",
34
"dist": {
35
"shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
36
"tarball": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
37
},
38
"_from": "core-util-is@>=1.0.0 <1.1.0",
39
"_npmVersion": "1.3.23",
40
"_npmUser": {
41
"name": "isaacs",
42
"email": "[email protected]"
43
},
44
"maintainers": [
45
{
46
"name": "isaacs",
47
"email": "[email protected]"
48
}
49
],
50
"directories": {},
51
"_shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
52
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
53
}
54
55