Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
954 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "get-caller-file",
|
---|
3 | "version": "2.0.5",
|
---|
4 | "description": "",
|
---|
5 | "main": "index.js",
|
---|
6 | "directories": {
|
---|
7 | "test": "tests"
|
---|
8 | },
|
---|
9 | "files": [
|
---|
10 | "index.js",
|
---|
11 | "index.js.map",
|
---|
12 | "index.d.ts"
|
---|
13 | ],
|
---|
14 | "scripts": {
|
---|
15 | "prepare": "tsc",
|
---|
16 | "test": "mocha test",
|
---|
17 | "test:debug": "mocha test"
|
---|
18 | },
|
---|
19 | "repository": {
|
---|
20 | "type": "git",
|
---|
21 | "url": "git+https://github.com/stefanpenner/get-caller-file.git"
|
---|
22 | },
|
---|
23 | "author": "Stefan Penner",
|
---|
24 | "license": "ISC",
|
---|
25 | "bugs": {
|
---|
26 | "url": "https://github.com/stefanpenner/get-caller-file/issues"
|
---|
27 | },
|
---|
28 | "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
|
---|
29 | "devDependencies": {
|
---|
30 | "@types/chai": "^4.1.7",
|
---|
31 | "@types/ensure-posix-path": "^1.0.0",
|
---|
32 | "@types/mocha": "^5.2.6",
|
---|
33 | "@types/node": "^11.10.5",
|
---|
34 | "chai": "^4.1.2",
|
---|
35 | "ensure-posix-path": "^1.0.1",
|
---|
36 | "mocha": "^5.2.0",
|
---|
37 | "typescript": "^3.3.3333"
|
---|
38 | },
|
---|
39 | "engines": {
|
---|
40 | "node": "6.* || 8.* || >= 10.*"
|
---|
41 | }
|
---|
42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.