github-pages-deploy-action/node_modules/require-main-filename/package.json

36 lines
854 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "require-main-filename",
"version": "2.0.0",
"description": "shim for require.main.filename() that works in as many environments as possible",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "tap --coverage test.js",
"release": "standard-version"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/require-main-filename.git"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"require",
"shim",
"iisnode"
],
"files": [
"index.js"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/yargs/require-main-filename/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/yargs/require-main-filename#readme",
2020-03-31 20:42:07 +08:00
"devDependencies": {
"chai": "^4.0.0",
"standard": "^10.0.3",
"standard-version": "^4.0.0",
"tap": "^11.0.0"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}