Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
854 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "require-main-filename",
|
---|
3 | "version": "2.0.0",
|
---|
4 | "description": "shim for require.main.filename() that works in as many environments as possible",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "pretest": "standard",
|
---|
8 | "test": "tap --coverage test.js",
|
---|
9 | "release": "standard-version"
|
---|
10 | },
|
---|
11 | "repository": {
|
---|
12 | "type": "git",
|
---|
13 | "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
|
---|
14 | },
|
---|
15 | "keywords": [
|
---|
16 | "require",
|
---|
17 | "shim",
|
---|
18 | "iisnode"
|
---|
19 | ],
|
---|
20 | "files": [
|
---|
21 | "index.js"
|
---|
22 | ],
|
---|
23 | "author": "Ben Coe <ben@npmjs.com>",
|
---|
24 | "license": "ISC",
|
---|
25 | "bugs": {
|
---|
26 | "url": "https://github.com/yargs/require-main-filename/issues"
|
---|
27 | },
|
---|
28 | "homepage": "https://github.com/yargs/require-main-filename#readme",
|
---|
29 | "devDependencies": {
|
---|
30 | "chai": "^4.0.0",
|
---|
31 | "standard": "^10.0.3",
|
---|
32 | "standard-version": "^4.0.0",
|
---|
33 | "tap": "^11.0.0"
|
---|
34 | }
|
---|
35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.