| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "caller-path",
- "version": "2.0.0",
- "description": "Get the path of the caller function",
- "license": "MIT",
- "repository": "sindresorhus/caller-path",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "caller",
- "calling",
- "module",
- "path",
- "parent",
- "callsites",
- "callsite",
- "stacktrace",
- "stack",
- "trace",
- "function",
- "file"
- ],
- "dependencies": {
- "caller-callsite": "^2.0.0"
- },
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "xo": {
- "esnext": true
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:48 GMT+0800 (CST)",
- "_from": "caller-path@2.0.0",
- "_resolved": "https://registry.npm.taobao.org/caller-path/download/caller-path-2.0.0.tgz"
- }
|