main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
622 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "callsites",
|
---|
| 3 | "version": "3.1.0",
|
---|
| 4 | "description": "Get callsites from the V8 stack trace API",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/callsites",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Sindre Sorhus",
|
---|
| 9 | "email": "sindresorhus@gmail.com",
|
---|
| 10 | "url": "sindresorhus.com"
|
---|
| 11 | },
|
---|
| 12 | "engines": {
|
---|
| 13 | "node": ">=6"
|
---|
| 14 | },
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "xo && ava && tsd"
|
---|
| 17 | },
|
---|
| 18 | "files": [
|
---|
| 19 | "index.js",
|
---|
| 20 | "index.d.ts"
|
---|
| 21 | ],
|
---|
| 22 | "keywords": [
|
---|
| 23 | "stacktrace",
|
---|
| 24 | "v8",
|
---|
| 25 | "callsite",
|
---|
| 26 | "callsites",
|
---|
| 27 | "stack",
|
---|
| 28 | "trace",
|
---|
| 29 | "function",
|
---|
| 30 | "file",
|
---|
| 31 | "line",
|
---|
| 32 | "debug"
|
---|
| 33 | ],
|
---|
| 34 | "devDependencies": {
|
---|
| 35 | "ava": "^1.4.1",
|
---|
| 36 | "tsd": "^0.7.2",
|
---|
| 37 | "xo": "^0.24.0"
|
---|
| 38 | }
|
---|
| 39 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.