package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@1.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-caller-file@1.0.3",
  10. "_id": "get-caller-file@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=",
  13. "_location": "/get-caller-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-caller-file@1.0.3",
  19. "name": "get-caller-file",
  20. "escapedName": "get-caller-file",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server/yargs",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/get-caller-file/download/get-caller-file-1.0.3.tgz",
  30. "_spec": "1.0.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Stefan Penner"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  37. },
  38. "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  39. "devDependencies": {
  40. "chai": "^4.1.2",
  41. "ensure-posix-path": "^1.0.1",
  42. "mocha": "^5.2.0"
  43. },
  44. "directories": {
  45. "test": "tests"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "get-caller-file",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  57. },
  58. "scripts": {
  59. "test": "mocha test",
  60. "test:debug": "mocha test"
  61. },
  62. "version": "1.0.3"
  63. }