You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
651 B

4 years ago
{
4 years ago
"name": "core-util-is",
"version": "1.0.2",
4 years ago
"description": "The `util.is*` functions introduced in Node v0.12.",
4 years ago
"main": "lib/util.js",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/core-util-is"
4 years ago
},
"keywords": [
"util",
"isBuffer",
"isArray",
"isNumber",
"isString",
"isRegExp",
"isThis",
"isThat",
"polyfill"
],
4 years ago
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
4 years ago
"license": "MIT",
4 years ago
"bugs": {
"url": "https://github.com/isaacs/core-util-is/issues"
4 years ago
},
"scripts": {
"test": "tap test.js"
},
4 years ago
"devDependencies": {
"tap": "^2.3.0"
}
4 years ago
}