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