package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "caller-path@0.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caller-path@0.1.0",
  10. "_id": "caller-path@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
  13. "_location": "/caller-path",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "caller-path@0.1.0",
  20. "name": "caller-path",
  21. "escapedName": "caller-path",
  22. "rawSpec": "0.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.0"
  25. },
  26. "_requiredBy": [
  27. "/require-uncached"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/caller-path/download/caller-path-0.1.0.tgz",
  30. "_spec": "0.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/caller-path/issues"
  39. },
  40. "dependencies": {
  41. "callsites": "^0.2.0"
  42. },
  43. "description": "Get the path of the caller module",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/caller-path#readme",
  54. "keywords": [
  55. "caller",
  56. "calling",
  57. "module",
  58. "path",
  59. "parent",
  60. "callsites",
  61. "callsite",
  62. "stacktrace",
  63. "stack",
  64. "trace",
  65. "function",
  66. "file"
  67. ],
  68. "license": "MIT",
  69. "name": "caller-path",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/caller-path.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "0.1.0"
  78. }