hexo/node_modules/is-class-hotfix/package.json

32 lines
677 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "is-class-hotfix",
"version": "0.0.6",
"description": "Check if function is an ES6 class.",
"main": "is-class.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/is-class"
},
"keywords": [
"predicate",
"function",
"class",
"es6"
],
"author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguelmota/is-class/issues"
},
"homepage": "https://github.com/miguelmota/is-class",
"devDependencies": {
"tape": "^3.0.3"
}
}