wishthis/node_modules/require-main-filename/package.json

31 lines
750 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "require-main-filename",
"version": "1.0.1",
2022-02-23 16:41:13 +00:00
"description": "shim for require.main.filename() that works in as many environments as possible",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "tap --coverage test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/require-main-filename.git"
2022-02-23 16:41:13 +00:00
},
"keywords": [
"require",
"shim",
"iisnode"
],
2022-04-08 10:55:35 +00:00
"author": "Ben Coe <ben@npmjs.com>",
2022-02-23 16:41:13 +00:00
"license": "ISC",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/yargs/require-main-filename/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/yargs/require-main-filename#readme",
"devDependencies": {
"chai": "^3.5.0",
"standard": "^6.0.5",
"tap": "^5.2.0"
}
2022-01-21 08:28:41 +00:00
}