12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "caller-path@0.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "caller-path@0.1.0",
- "_id": "caller-path@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
- "_location": "/caller-path",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "caller-path@0.1.0",
- "name": "caller-path",
- "escapedName": "caller-path",
- "rawSpec": "0.1.0",
- "saveSpec": null,
- "fetchSpec": "0.1.0"
- },
- "_requiredBy": [
- "/require-uncached"
- ],
- "_resolved": "https://registry.npm.taobao.org/caller-path/download/caller-path-0.1.0.tgz",
- "_spec": "0.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/caller-path/issues"
- },
- "dependencies": {
- "callsites": "^0.2.0"
- },
- "description": "Get the path of the caller module",
- "devDependencies": {
- "mocha": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/caller-path#readme",
- "keywords": [
- "caller",
- "calling",
- "module",
- "path",
- "parent",
- "callsites",
- "callsite",
- "stacktrace",
- "stack",
- "trace",
- "function",
- "file"
- ],
- "license": "MIT",
- "name": "caller-path",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/caller-path.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.0"
- }
|